I'm looking to migrate data from DBFs (Foxpro DOS 2.6a) to SQL Server.
I read somewhere on this news group (by Rick/rgbean) that the latest
Microsoft VFP driver (http://msdn.microsoft.com/vfoxpro/downloads/odbc.asp)
will work with all 2.x tables. Does that hold true for DOS-based DBFs too
(I'm assuming that the structure of the DBFs changed between 2.6a DOS and
2.6a Windows)
Pls advise,
oscar
Rick
"oscardex2k" <oscar...@yahoo.com> wrote in message
news:#yNSLaFhCHA.2700@tkmsftngp09...
thanks,
Sunny
"Rick Bean" <rgb...@NOSPAMmelange-inc.com> wrote in message
news:#qANw$FhCHA.1324@tkmsftngp11...
DTS can sometimes be a bit of a pain, but if you're familiar enough with it,
I think it's a good solution for converting your FPD tables.
~~Bonnie
"oscardex2k" <oscar...@yahoo.com> wrote in message
news:uv0uBfHhCHA.2324@tkmsftngp08...
"Bonnie Berent" <bon...@profitware-online.com> wrote in message
news:Osn3PoIhCHA.1864@tkmsftngp11...
Alternatives? Why? I thought you wanted to know if DTS would work and I said
yes it would. And I think it's probably the easiest (as long as you're
familiar with DTS ... it has it's quirks). But, if you want alternatives,
you can "roll your own" with VFP (which can read the FPD tables just fine),
and then write a bunch of code to pull the data out of the .dbfs and insert
them into the SQL Server tables using SQLSMO or just SPT, whatever.
As far as which method is better, I dunno ... it's probably six of one, half
dozen of the other. =)
~~Bonnie
"oscardex2k" <oscar...@yahoo.com> wrote in message
news:OMmWnXchCHA.1688@tkmsftngp09...