Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retrieving an empty cursor
Message
From
31/08/2001 09:39:42
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00551332
Message ID:
00551364
Views:
19
>Hello Michael,
>
>I would do
>
>IF lAddMode
> cSqlStatement = "SELECT EMP.* FROM EMP WHERE .F."
>ELSE
> cSqlStatement = "SELECT EMP.* FROM main_one!EMP WHERE EMP.pers_no = ?nEmplNo "
>ENDIF

Yes that would work cleaner.

>This should be somewhat faster when you add records.
>
>You could also create it from the local cursor if it's available!

True. But I like the above better.

>Bob
Previous
Reply
Map
View

Click here to load this message in the networking platform