If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Ingres WHERE variable query

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-17-07, 12:03
Rob1982 Rob1982 is offline
Registered User
 
Join Date: Dec 2003
Posts: 22
Ingres WHERE variable query

Hi
I am querying my ingres database through ODBC using the Provider=MSDASQL.1, and am having trouble with the where clause as I want it to look up the contents of my variable which the user sets example 2.

Example 1
This brings back all the records for FRED and works
"SELECT table1.firstname, table1.secondname FROM table1 WHERE table1.firstname ='FRED' "

Example 2
How would I ensure this searches the varaible of x in the where clause.
Dim x as string
X = “Fred”
"SELECT table1.firstname, table1.secondname FROM table1 WHERE table1.firstname ='FRED' "
Many Thanks for your help
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On