etl - SSIS how to import data from Paradox? -


i'm trying import data coming paradox database (all files *.db located in folder) sql server 2008 ssis 2008. ole db source, created new connection using jet 4.0 ole db provider , specified "paradox 5.0" in extended properties when testing connection every time same error : " isam driver not found" idea how solve ?

thanks lot

run problem when trying import paradox 5.x files sql server 2008 r2 via ssis in windows 7.

what missing?

  • the borland database engine (bde). have installed 5.2.0.2 version downloaded @ www.prestwood.com. need register site in order it. name of downloaded zip file "mprestwood_kb100537_attachment.zip".

so, after installing bde, solved problem these steps (witch think of should have tried no success):

  • create system dsn paradox driver, using odbc 32 bit manager, usualy @ <drive>:\windows\syswow64\odbcad32.exe, configuring point folder paradox .db files are.

  • in ssis, create ado.net connection manager using previous created dsn

  • configure created connection manager use provider ".net providers\odbc data provider", , in data source specification select created system dsn

  • in data flow task, add ado net source using created connection manager

"automagicaly" goes should, can see paradox files appearing tables, columns, etc. have choose destination...

hope helps, sure wasted great deal of time running... running, time move on...

jb


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -