Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying a table to SQL Server
Message
From
28/01/2015 10:08:03
 
 
To
27/01/2015 17:47:17
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01614306
Message ID:
01614479
Views:
34
Well.. that won't work. You can't ZAP a remote table. ZAP only works on VFP tables & cursors.

I suggest you do some reading. Start here https://msdn.microsoft.com/en-us/library/y0d2h945(v=vs.80).aspx



>Thanks.
>
>The view is now in the DBC. Now I have the following problem:
>
>I basically want to ZAP the remote table and APPEND from the latest local data. So this is my code:
>
>
>OPEN DATABASE blarg    &&contains the views
>USE v_table1                     &&the view
>ZAP
>APPEND FROM local_table1
>USE
>
>
>The trouble is that when I try to USE the view, I get a window asking me to enter the password for the SQL Server database. I thought that was taken care of by the ODBC connection?!
>
>How can I bypass that window?
>
>Thanks,
>
>Yossi
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform