Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Haarish
Starting Member
30 Posts |
Posted - 2009-08-19 : 07:53:50
|
Hi All,I have an urgent requirement to convert BTrieve tables to the SQL Server/MS Access. Does anyone have any idea on how to get this done?Thanks in advance,Haarish. |
|
YellowBug
Aged Yak Warrior
616 Posts |
Posted - 2009-08-19 : 16:27:58
|
You'd need a BTrieve OLEDB driver.Then using SSIS or the Import wizard connect to the BTrieve datasource and import the data. |
 |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2009-08-19 : 16:40:38
|
Isn't Pervasive and BTrieve the same? N 56°04'39.26"E 12°55'05.63" |
 |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2009-08-19 : 16:41:48
|
oConn.Open "Provider=PervasiveOLEDB;Data Source=C:\PervasiveEB" N 56°04'39.26"E 12°55'05.63" |
 |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
|
Haarish
Starting Member
30 Posts |
Posted - 2009-08-20 : 00:11:26
|
Thanks a lot Guys.I have got an application called btSearch downloaded that will help me in the conversion. For the ODBC driver I have downloaded Pervasice vSQL10. btSearch can use this driver to read the source DDF files and convert to a delimited format that MS Access can accept and access.Then, I could use SSIS or the Import tool in Access to load the data. The only problem that I have now is to find a sample DDF file to test my findings before trying them on the Production tables. Any ideas as to where to get sample DDF files?Thanks,Haarish. |
 |
|
|
|
|