Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inconsistent SPT-Select returns.
Message
 
 
To
10/08/2000 16:39:58
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00403527
Message ID:
00403688
Views:
11
>The database is VFP.
>
>1. SELECT expression that returns inconsistently:
>lcStrSQL = " SELECT p.* FROM arperend p " + ;
> " WHERE p.pedPerEnd = {" + DTOC(ldPeriodEnd) + "} "

How about something like:

ldDate = '1991-10-01' && get the date string in this format
cSql = 'select p.* from arperend p where p.pedPerEnd = {^' + ldDate + '}'
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform