Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL syntax problems w/ OLEDB provider?
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00839308
Message ID:
00839800
Views:
21
Sorry Paul,

That did not work. What do you think is going on? How come a SELECT * without a WHERE clause will produce a dataset with content but a SELECT * statement *with* a WHERE clause produces an empty dataset?

Regards,
Neil

>> // use the full path to the table because there is no dbc
>> 1)//return this.GetDataSet("SELECT * From c:\\gmgwin\\main\\arypat01.dbf WHERE custid = '" + tccustid + "'");
>
>Just a quick guess, but try escaping out the single quotes:
>
>
>return this.GetDataSet("SELECT * From c:\\gmgwin\\main\\arypat01.dbf WHERE custid = \'" + tccustid + "\'");
>
Previous
Reply
Map
View

Click here to load this message in the networking platform