199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for e_dipo81

HELLO, CAN I GET RESPONSES TO THE FOLLOWING QUESTIONS ON ORACLE 10g. 1. HOW CAN I CREATE 2 EXTRA CONTROL FILES FOR MY DATABASE, I CREATED ONE WHILE INSTALLING ORACLE 10g? 2. HOW DO INCREASE MY DUMP AREA SPACE? 3. I GOT THIS MESSAGE UNDER ALERTS "SQL RESPONSE TIME IS …

Member Avatar for jwenting
0
183
Member Avatar for monjuri

hello all, for few days i have been trying to connect with my oracle 9i database with visual studio 2005 using c#. i tried all the processes that i found in internet. but i fail to connect with my oracle database. i have service named GLOBAL USERNAME: first password: first …

Member Avatar for jwenting
0
241
Member Avatar for Jboy05

Do you see anything wrong with this if so let me know [code=cplusplus] #include <iostream> #include <fstream> #include <cstdlib> using namespace std; int main () { int num; ifstream AFile; AFile.open('a:\\OddFile.txt'); AFile << "Enter an integer number please: "; cin >> num; If (num % 2 = 0) AFile << …

Member Avatar for Jboy05
0
143
Member Avatar for TylerTCF

Anyhelp with the ostringstream and datastream line would be appreciated. Can't seem to get the data to actually write to the text file...No data in results.txt, but the file is created by the program when I run it... [CODE] ofstream DataFile3("results.txt"); cout<<"Writing...Please wait...."<<endl; for (a=0; a<Search.size(); a++) { cout<<Search[a].date<<" "<<Search[a].time<<" …

Member Avatar for Narue
0
128
Member Avatar for Jennifer84

I have a wondering. I have put this code in the richTextBox1 event handler. What happens is when you have written 11 characters, the 10 previous characters turns blue. What I wonder is that this code selects and deselects these characters wich can result of "blinking" in the textbox sometimes …

Member Avatar for Jennifer84
0
97
Member Avatar for 666kennedy

this isnt working, i think it has something to do with the natural exponential, its a calculation of the sigmoid function. it basically should read 1/(1 + e^-((W1A*pix1)+(W2A*pix2))) this is what ive coded [CODE] OUTA = 1/(1 + exp -((W1A * pix1) + (W2A * pix2))); [/CODE] please help me.

Member Avatar for 666kennedy
0
307
Member Avatar for TylerTCF

Need a recommendation on how to proceed with this task...I am starting new in C++ (after taking it in high school 11 years ago it has been forgotten and has changed alot). I have put the code I have below and some sample lines of data...any recommendations on how to …

Member Avatar for vijayan121
0
172
Member Avatar for nireekshan

hai iam nireekshan i have davalep the one Neu User Enter form in html .In this form Fillap After SUBMIB After Useing MS-Access in THis create New User ENtrey Fields table and i am using TomCat Server and write jsp code and my database name NIREE Table Name New User …

Member Avatar for jwenting
0
87
Member Avatar for koti.routhu

i am trying to create a windows service,in the config file i will list out various ports and their numbers,i want to monitor these ports and record the ports starting time,process id, end time whenever any request is coming for those ports listed in config file. can anyone tell how …

Member Avatar for Jugortha
0
309
Member Avatar for majestic0110

Hi all, I am contemplating moving from c# to VB and wondered what might be the greatest obstacles to overcome. I guess what I would really like to know is, if I am quite knowledgable in c#, will vb be easy to pick up? Something else that is bothering me …

Member Avatar for majestic0110
0
121
Member Avatar for spywx2003

if anyone can help me i need to create a JFrame that displays two text areas (JTextArea) in a grid layout (1 row, 2 columns), am not asking someone to do it for me but if anyone can help me with basics of JFrame that would be helpful thx

Member Avatar for Ezzaral
0
83
Member Avatar for StephNicolaou

I have been trying to write simple return statements and print the result of the return. I have read books such as O-Reily and have used examples but find that the examples don't work either so I guess I just need human communication!! First I have tried this return method …

Member Avatar for Dukane
0
202
Member Avatar for scorpio40330

I have an upcoming assignment, in which I have already completed. But I was just curious if anyone could look it over and give me some input on it. I am pretty confident that I have done it correctly. But I think I have became particularly attached to this assignment …

Member Avatar for Daphene
0
118
Member Avatar for Mahen

Hi, Merry cristmas and Happy new year to everyone. I am writing this because i am having problems with my compiler Borland C++ Builder 6 Evaluation Version :-( The problem is that after I have designed a GUI program, Build it and run the executable, Windows declares a Stack Overflow. …

Member Avatar for Mahen
0
431
Member Avatar for a1eio

Hi, I'm a bit stuck on getting 1 function that's not inside any class or function, accessible or callable to everyother part of the program, from within classes and the Main function.. i've tried to make it global but i'm not sure on how to make it work and it …

Member Avatar for BearofNH
0
124
Member Avatar for themailsian

Hellow Dears, I want to submit the form with <a> tag the page is sbumitted but I can't pass parameter along with the <a> tag please suggest how can i do that. plz suggest as earliest

Member Avatar for madmital
0
237
Member Avatar for jac02000

I get the following message when trying to run my application: Server Error in '/' Application Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely ... Yet, I can access …

Member Avatar for madmital
0
77
Member Avatar for sukhy_1

This code works but i want to add all the total costs up at the bottom of the search output, the[B] // Loop through data and display[/B] is outputs displayed from MySQL, from this code all i get is the total price for each booking but i want to add …

Member Avatar for sukhy_1
0
94
Member Avatar for alkeshtech

[B]why is this keep giving me same 2 numbers?[/B] [code=cplusplus] #include <iostream> #include <iomanip> #include <ctime> #include <cstdlib> #include <windows.h> using namespace std; int generate(int,int); int _tmain(int argc, _TCHAR* argv[]) { int random[1000]; for(int n=0;n<1000;n++) { random[n]=generate(1,50); cout << random[n] << endl; } system("pause"); return 0; } int generate(int min, …

Member Avatar for alkeshtech
0
297
Member Avatar for knowledgelover

hi there, I am trying to make my service to insert to a database when it starts as follows : [CODE]protected override void OnStart(string[] args) { base.OnStart(args); string query; id += 1; SqlCommand comm; conn = new SqlConnection("my connection string"); query = "insert into myTable values('" + id + "'lamya'" …

Member Avatar for binoj_daniel
0
563
Member Avatar for dw-heath

Hello, I am having difficulties with this, I have been working weeks on getting a site finished and I'm down to the last couple of pages and this has become irritating. If you could help I would be very thankful. Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource …

Member Avatar for binoj_daniel
0
189
Member Avatar for Traicey

I have done most of languages, I did arrays[] to all of them and of cause except COBOL, I can declare them(arrayz[]) yes that one is easy, but manipulating them thats where the problem starts, I never get any program right if I have to use arrays, Im not gona …

Member Avatar for Traicey
0
103
Member Avatar for kings

hi all my login is working,but when my url of the third page is typed it is displaying .i want to autheticate using session but it is not working z-login(1st page) [CODE] <form name="form1" method="get" action="z_login1.php"> User Name<input type="text" name="myusername" style="width: 10em;"> Password</strong></td><td><input type="password" name="mypassword" style="width:10em;"> <input type="submit" name="submit" value="Login"> …

Member Avatar for nav33n
0
126
Member Avatar for bhoot_jb

i am working with a matrix manipulation program...consists of a matrix class and its member functions.. i have also overloaded << and >>...so dat dey can read and print d whole matrix at one statement.. the code of these overloaded operators is something like this.. [CODE] // for >> (cin) …

Member Avatar for bhoot_jb
0
168
Member Avatar for LindaWiklund

Hello! Trying to use regexp in glib but I cannot get it to work. I would like to have a regular expression to describe: [2003-03-11 13:14:12.111] letters letters.:1234 Hello I have tryed the following expression in 'regular expression testers' and there this works: ^\[\d{4}\-\d{2}\-\d{2}\s\d{2}\:\d{2}\:\d{2}\.\d{3}\]\s\w*\s*\w*\.+\w*\:\d{4}\sHello But not with glib's regexp. Why …

Member Avatar for LindaWiklund
0
102
Member Avatar for AntiBNI

I want to display an image right after the dialog is drawn and keep it for like 3 secs (an intro). I know how to do everything but i can't find a message that is sent when the MFC dialog is displayed, "NOT" about to display. I can show messages …

Member Avatar for Ancient Dragon
0
66
Member Avatar for fujilec

halo, i am the newbie here. I got sumting to ask regarding the approvement and deletion for my database. I'd created a database, and the database contain data that need approval and delete from the admistrator. I use looping to retrieve all the data. PHP code as shown below: [code] …

Member Avatar for fujilec
0
124
Member Avatar for suginaga

can anyone please guide me with the code in VB6.0 how to retrieve values from binary files to to measure rise time of a waveform .

Member Avatar for debasisdas
0
61
Member Avatar for _::suhanna::_

hi.. im using vb.net can u guys help me.. i dont know why error still come... whats wrong with my coding? dis my code [B]Public Sub UpdateMember(ByVal membername As String, ByVal address As String, ByVal handphone As String) ExecuteSqlCommand("update member set tmembername=" & membername & ", taddress='" & address & …

Member Avatar for _::suhanna::_
0
104
Member Avatar for hawisme000

hi im new to this thread, i wish to learn using PHP but i dont know where to start at can u guys tell me a step by step on how to use php? thx in advance

Member Avatar for nav33n
0
72
Member Avatar for arch123

Hi I am getting a blank web page when I try to access the web page on the browser. I ma new to the PHP environment and I have been trying to debug but fruitless.. I know it is some html tag ot some minor problem in the cde. It …

Member Avatar for nav33n
0
133
Member Avatar for nireekshan

hi i am nireekshan iam using only jsp how to connect database in Microsoft Access Drived hi i want to use database MS-Access, how to connect the jsp to Ms-access, plse send code

Member Avatar for masijade
0
110
Member Avatar for gehad3003

how can i make the program print stars instead of typed letters. like password. for example enter the username: mike enter the password: **** **** = 1234 mike will go to a username variable and 1234 will go into password variable thanks

Member Avatar for gehad3003
0
98
Member Avatar for Traicey

On C++ we have two different types of function which are non-returning value or void function and returning value function and what I would like to know under which condition you use either of those functions, and when do you know that you have to pass by reference(ByRef) or by …

Member Avatar for Traicey
0
143
Member Avatar for shotgunjoe

I know this seems like a very noobish question and has probably been asked many times before, I'm trying to write a lottery program in which the numbers are generated, then you can check your numbers. There is a command button on the first form which says "Check Numbers" and …

Member Avatar for kinyuadave
0
106
Member Avatar for rsk8332

Hi, Suppose I have a character array array1[]={A,B,B,B,A,A}. Now I want to declare a structure with a pointer in it and make each array1 element point to the previous element.For example last array1 element 'A' will point to the previous 'A' which will point to 'B' and so on. Can …

Member Avatar for Agni
0
143
Member Avatar for venky.mahale

I have developed a small web application in c# and want to convert it to HTA (Hypertext Application).. Can any body help me by telling how to start with this...

Member Avatar for venky.mahale
0
178
Member Avatar for knight fyre

I'm trying to use composition. I included the header file and made a type of the class that is contained within the owner class but I keep getting errors like this: [QUOTE]c:\documents and settings\cheryl\desktop\parking lot system\person.cpp(7) : error C2614: 'PERSON' : illegal member initialization: 'DATE' is not a base or …

Member Avatar for knight fyre
0
521
Member Avatar for hgedek

I am beginner at java.I want to learn jdbc-oracle database subjects.By downloading jdeveloper and sqldeveloper I started but I couldnt connect database.So I want to start learning jdbc-oracle from begin.I need your advices.thanks.

Member Avatar for jwenting
0
74
Member Avatar for kartouss

Hello i am using AES to encrypt/decrypt data/ pixel values.. saved in a file myfile.txt and the AES encrypts tha data and writes the ciphertext in a file ciphertext.txt When decrypting the data i am getting some of the pixel values decrypted correctly followed by garbage.. Code to open myfile.txt …

Member Avatar for kartouss
0
550
Member Avatar for davye_l

I have a base class name Elec, and 3 derived class.....capacitor, resistor, and series_circuits. I also used composition on class series_circuit to use capacitor and resistor object. In series circuit, i have declare an elec pointer to object.....Elec* *component. in the implementation, somewhere i wrote down component=new Elec*[10];..in another method, …

Member Avatar for davye_l
0
61
Member Avatar for lostandconfuzed

Alright, so I'm having some trouble with ye olde factorials. "bool C++ beginner=true", folks. I'm struggling with this here problemo. Here's the formula I need to compute : C(n,k) = n!/k!(n-k)! And I have no idea how to go about this. First, I have to implement a function for the …

Member Avatar for vmanes
0
114
Member Avatar for luemob

Notice: Undefined variable: home_query in index.php on line 18 Notice: Use of undefined constant U - assumed 'U' in inc/functions.php on line 168 I have installed a script that pulls info from api's and was able to eliminate the errors by chmod the cache folder to 777. I don't think …

Member Avatar for luemob
0
155
Member Avatar for k2k

I followed the book to finish this 2 node linked list, and however it looks like there is only one node in it. (temp has replaced the head???? my book example coded this way which i don't fully understand) Is anything wrong in here? And i think my output function …

Member Avatar for Ancient Dragon
0
108
Member Avatar for Agni

hi, I have a XML in a String coming from an external input. The problem is that this string is getting some junk characters appended to in the last. I need to find the lenght of the string only till the correct part. once i get this lenght i can …

Member Avatar for Agni
0
187
Member Avatar for DarkDot

I have to make a program that takes a user entered deposit and interest rate and then calculates the balance for 5 years. I can't figure out what I'm doing wrong. I always use the deposit amount of 1000 and interest rate of 5 therefore for the five years the …

Member Avatar for DarkDot
0
169
Member Avatar for DarkDot

Okay I am trying to create a program that takes in 10 integers, then prints out the Max integer and the Min integer. The first loop reads in the 10 integers and the second one is supposed to print out the Max and Min integers. The problem I'm having is …

Member Avatar for DarkDot
0
166
Member Avatar for assgar

Hi I am having problems how to proceed in editing appointment info. In this example I have a meeting (code 201) on Monday (day code 550) from 09:00:00 to 12:00:00. This is stored in the data table as: start_time end_time start_date end_date week_day type_code 09:00:00 12:00:00 2008-01-01 2008-01-01 550 201 …

Member Avatar for assgar
0
77
Member Avatar for Jennifer84

This code tells what position the cursor is in a textbox. Let us say that this position is 10. Now is my question, is it possible to know what character it is if any on position 9 in the textBox. Is it possible to put the character on position 9 …

Member Avatar for Jennifer84
0
154
Member Avatar for huglybits

I got a text file and saved it in python25 (a folder) as .txt. I need to import this file and I am getting syntax error that file is not defined. I am a complete biology novice to defining and importing files. Please help!

Member Avatar for 1337455 10534
0
112

The End.