Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ole db where error
Message
From
25/01/2005 16:39:21
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00980292
Message ID:
00980546
Views:
40
Gerard-

>I am getting an oledb exception error in a elect where clause
>
>string cStr;
>cStr = cString.ToLower().Trim();
>this.sSelectString = "SELECT " + this.sFields + " FROM " + this.sTableName +
> " WHERE cStr IN isr_name ";
>
>Im sure the problem is in the 'Where' syntax command as it selects all records
> into the dataset ok if I take the Where Bit Out.

There is no IN clause as you're using it. I agree with Cetin's interpretation of your goal, but just for jollies, could it be INLIST() that you're thinking of? IIRC, you're using Fox as the backend.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform