Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote view to an Access database
Message
 
 
To
08/10/1999 10:39:14
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00274218
Message ID:
00274262
Views:
19
>Hello everyone,
>
>I am doing the following :
>
>
>IF !USED('euc_database_view')
> USE euc_database_view IN 0
> SELECT euc_database_view
>ELSE
> SELECT euc_database_view
>ENDIF
>SELECT Sales_Transaction
>APPEND FROM DBF('euc_database_view')
>
>The problem is that the above code only append 100 records instead of 600.
>
>Could it be that I have to give more time to the remote view to open before I append???.
>
>Any help would be appreciated.
>
>
>Sergio Ortiz

Sound like the Records To Fetch is set to 100. You could try:

DBSetProp('euc_database_view', 'View', 'MaxRecords', -1)

which will retrieve all records.
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform