Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote view to an Access database
Message
From
08/10/1999 10:39:14
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Remote view to an Access database
Miscellaneous
Thread ID:
00274218
Message ID:
00274218
Views:
56
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
Next
Reply
Map
View

Click here to load this message in the networking platform