![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I need to query a pervasive 9.X DB and have the output to a txt or CSV file. I tried using the internal pvddl tool but it seems to just create/update ddf files in the database folder. (this is a transactional not relational DB) Optimally Id like to output in a specific format rather than just TXT or CSV to meet a clients needs but If I could just get the data out for now I can work that out. Any help appreciated. -- David |
#3
| |||
| |||
|
|
I need to query a pervasive 9.X DB and have the output to a txt or CSV file. I tried using the internal pvddl tool but it seems to just create/update ddf files in the database folder. (this is a transactional not relational DB) Optimally Id like to output in a specific format rather than just TXT or CSV to meet a clients needs but If I could just get the data out for now I can work that out. Any help appreciated. -- David |
#4
| |||
| |||
|
|
I need to query a pervasive 9.X DB and have the output to a txt or CSV file. I tried using the internal pvddl tool but it seems to just create/update ddf files in the database folder. (this is a transactional not relational DB) Optimally Id like to output in a specific format rather than just TXT or CSV to meet a clients needs but If I could just get the data out for now I can work that out. Any help appreciated. |
#5
| |||
| |||
|
|
If you are doing this manually, then you can use the included Pervasive Control Center. Just right-click on the table in the PCC and select Export. If you need this to be command-line driven, or include additional export options, then you may want to look at an external tool. Our own SQLExec (www.goldstarsoftware.com/sqlexec.asp) is a good start, |
|
and it allows you to run extracts from the command line (like PVDDL, but with real output) in a wide variety of export formats. Of course, ANY ODBC-compliant export tool will also work for you, so if you have an ETL program, like Informatica, Pervasive Data Integrator, or the like, they will work quite well, too. |
![]() |
| Thread Tools | |
| Display Modes | |
| |