Thank you for the replies and suggestions, one and all. It turns out the ODBC driver had been installed on the wrong machine (I should have double-checked that when I first on site.
We ended up outputting the VFP records to a tmp .dbf, then using an updateable RV for the SQL tables we wanted to populate performing a simple append from, sucking the records from said temp tables. The target SQL tables are, as suggested, temp tables used then to update the production SQL tables. Seems to be working well. The transaction file was left on, and as suggested we are going to turn that off diring the VFP to SQL append routines. Gil Sent via BlackBerry by AT&T -----Original Message----- From: Kevin Cully <[email protected]> Date: Wed, 18 Mar 2009 12:24:38 To: <[email protected]> Subject: Re: SQLServer 2005 reading VFP v-7 tables (in .dbc) I always had better luck pushing the data into SQL Server. We'd push it into a temporary database, audit it in SQL Server, then append it into the permanent tables. HTH. -Kevin CULLY Technologies, LLC [email protected] wrote: > Greetings Friends! > > I need your help! I am in Puerto Rico working on a situation with a client > that has been causing problems for us for a while. We have been importing > VFP created .csv file records into a M$ SQL Server database with success > overall, until a recent output change added a new field. Most records will > import, but within the first few doaen records, seemingly at random, the SQL > Server import process will choke indicating a structural problem. Upon > examination we have concluded there is no structural problem with the data. > It "feels" like it is a SQL "goofism". > > Amyway, I proposed to get around that issue we try to use ODBC to connect to > the VFP7 tables, which are contained in a .dbc. The SQL Server 2005 tools > include a Linked Servers feature, but I have not been able to get connected > to any of the tables, much less to the .dbc itself. > > Have any of my esteemed associates (that's y'all) had anya experience with > this kind of connectivity to VFP7 tables within SQL Server 2005? I stand > ready to receive your responses, and happy to have the help. > > > Kindest Regards, > Gil Hale > [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. Report [OT] Abuse: http://leafe.com/reportAbuse/[email protected] _______________________________________________ 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/498373883-1237435447-cardhu_decombobulator_blackberry.rim.net-20015133...@bxe1165.bisx.prod.on.blackberry ** 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.

