Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote data
Message
From
17/11/2000 15:45:47
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00443185
Message ID:
00443239
Views:
13
>Try something like...
>hODBC = SQLCONNECT()
>cSQL = "SELECT * FROM MyTable WHERE etc."
>iResult = SQLEXEC( hODBC, cSQL, "NewCursor" )
>IF iResult # -1
> COPY TO .....\path\MyRealTable
>ENDIF


What does this do? Specifically '#'? --->iResult # -1
tom
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform