Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> SQL VB(ADO)
Hi all
I have a minor problem (read dumb question) with sending sql strings to an oracle database. The connection works, however I want to do a SELECT with a WHERE condition based on a string selection. Something like this:
SELECT * FROM tblX WHERE strVar="SOMESTRING";
I can get it to work with an access database, but in terms of ORACLE--no luck yet.
Any help would be appreciated ...
Sincerly
Christian Received on Fri Jan 15 1999 - 00:24:37 CST
![]() |
![]() |