Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting data to access
Message
 
To
23/08/2004 08:16:28
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00935513
Message ID:
00935587
Views:
27
This message has been marked as the solution to the initial question of the thread.
One of the solutions is something like this:
store SQLSTRINGCONNECT(;
	'DBQ=c:\db1.mdb;'+;
	'DefaultDir=c:\;'+;
	'Driver={Microsoft Access Driver (*.mdb)}');
	TO gnConnHandle
?sqlexec(gnConnHandle,"Insert into tablename (field1,field2) values ('2','HELLO')")
=sqldisc(0)
>Is it possible to move records, with selected fields to a table in access from VFP 6.0? If yes, how do I go about doing it? Thanks for your help and consideration. ~Brad Woods
Previous
Reply
Map
View

Click here to load this message in the networking platform