Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to know if current SELECT() is a table or a view?
Message
From
21/07/1999 20:02:15
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00244334
Message ID:
00244476
Views:
15
>Is there a way to know if the current select() is a table or a view and if there is uncommitted changes in it?
>
>thanks
>eric.

Use CURSORGETPROP('SourceType')

Returns:

1 – Specifies that the data source is a local SQL view.
2 – Specifies that the data source is a remote SQL view.
3 – Specifies that the data source is a table.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform