Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL order Problem
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
SQL order Problem
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Miscellaneous
Thread ID:
01442212
Message ID:
01442212
Views:
119
Hi all and happy new year for everbody !

I have a problem for indexing a field ( clocation ) in a sql clause.
cf picture in the attachment please.


I should like "c:\datas\Data1" Before "c:\datas\Data1"

it 'is possible ?
SET ENGINEBEHAVIOR 90
SELECT DISTINCT  CAST( ADDBS( UPDATE.clocation ) AS C(50) ) AS clocation , UPDATE.iid ;
 FROM UPDATE WHERE FILE( ADDBS( UPDATE.clocation) + "Id.dbf") AND ;
 FILE( ADDBS(UPDATE.clocation) + "Compagny.dbf") AND ;
 FILE ( ADDBS(clocation) + "Amline.dbc" ) INTO ARRAY Societes
SET ENGINEBEHAVIOR 70
thank in advance for answer.


bernhart
Next
Reply
Map
View

Click here to load this message in the networking platform