Jack Skelley wrote: > Alan: > Thanks for the reply... > Actually, I don't want to use Access at all. I have a list of contacts out of > Outlook that I want to import into VFP from a CSV to create a DBF (or if I > can read the Outlook file directly that would be even better). > I want to add some records to it while in a VFP app and export the DBF to a > MDB so our Avaya phone system's phonebook can use it. The Avaya system uses a > MDB file > for its contact manager. > I guess I was very vague in the original question. Thanks! > Regards, > > Jack Skelley
It's been a LONG time since I've done it, but as I recall, it was pretty simple. Start with an MDB (any mdb) using odbc and SQLExec, open a connection, delete all existing tables, and then load your own in (script to build the tables, then load data.) _______________________________________________ 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.

