No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
[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 …
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... ;)
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.
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....
[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:
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 …
[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 …
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 …
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 …
The End.
clartsonly