Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

9 Posted Topics

Member Avatar for CoderWannaBe

[quote]I know it may be boring and monotonous but I like the opportunity to create something that (hopefully) works. I know it's frustrating but I enjoy mathematics and problem solving a lot! [/quote] I have only found this the case when I have been made to do a task that …

Member Avatar for CoderWannaBe
0
142
Member Avatar for clartsonly

does anyone know if you can use :bind variables through odbc and vc++ for oracle, so my sql stays in the sga.? if you do, I will send you an invisible prize... ;)

0
83
Member Avatar for pratima

you need to use an if statement in there to compare i and n, if (i==n) cout<<"Enter Last"<<endl; else cout<<"Enter Next"<<endl; note the == in c/c++/java/javascript is a comparision if you had a single = it would assign i to n not compare.

Member Avatar for clartsonly
0
155
Member Avatar for Chester1

isn't the problem the fact that you have not selected ID1 in your SQL statment? [quote]TCHAR strQuery[256] = _T("SELECT car1 FROM \ID Data Base\where ID1='2%'");[/quote] try select ID1,car1 from blah blah....

Member Avatar for clartsonly
0
182
Member Avatar for joestanley

[QUOTE=joestanley]I click on the explorer icon and I get an hour glass and than it does not appear. I am using XP :sad:[/QUOTE] there is a repair option, otherwise I would re-install ie6.0, else you have some proper internet popup killer on there... :lol: :lol:

Member Avatar for Cain
0
110
Member Avatar for spartanNE

If you are using bound controls, if I was you don't!! they work for millions of people but you do not have full control, and you learn nothing. To add to a dropdown list. [quote] Dim db As Database Set db = opendatabase("c:\mydatabase\mydb.mdb") Set mRs = db.openRecordset("select myField from myTable …

Member Avatar for clartsonly
0
124
Member Avatar for jchamel

[quote] Response.write "<br>" Response.write strfullname Response.write "<br>" Response.write straddress Response.write "<br>" Response.write strcitystatezip Response.write "<br>" Response.write strphone Response.write "<br>" Response.write strEmail Response.write "<br>" Response.write("My name is" & " " & strfullname ) [/quote] yeah thats right in simple terms (again not sure about the use of brackets, it is not …

Member Avatar for clartsonly
0
127
Member Avatar for turbostang

I totally agree with your comments about this site. If you are looking at money you need to specialize in something and make yourself "required". It is quite difficult to walk out of 2 years experience and fetch 50K-60K. I taught myself vc6++, and ATL for writing webserver components, they …

Member Avatar for clartsonly
0
217
Member Avatar for clartsonly

Hello, I am in a slight dilema, microsoft stopped the URL structure of [url]http://username:[email protected]/page1.html[/url], back in february. One of my previous applications logged people silently into an oracle web solution using apache with mod_plsql, since the microsoft patch [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;834489[/url] this has not been possible, I have spoken to oracle and …

0
149

The End.