Rafael, I find ODBC with Access to be fragile. I prefere to use ADO or DAO with Access files. It gives you much more control, and you don't need to worry about connection strings or other configuration issues.
As for Example code, you can search MSDN for ADO code examples and get all kinds of results. Most examples will be in VB, but since ADO is an object oriented protocol, you should be able to change it to VFP very easily. Thanks, Dan Neuman 702-233-2300x252 http://www.BuilderSoftwareSolutions.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rafael Copquin Sent: Wednesday, February 27, 2008 7:18 AM To: [EMAIL PROTECTED] Subject: from VFP to Access I need to add the following perks to one of my VFP 9 systems: the client needs some VFP tables to be added to an Access database, because he has a website that can only read Access data I would appreciate an example on how to do this, either using ODBC or any other means (I was told that ODBC is slow and not reliable, but since I never tried this I may be totally wrong. Also, the client needs to send stuff directly from VFP using FTP. I also need an example of this Thank you all in advance Rafael Copquin --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

