Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pervasive to MS SQL migration

Status
Not open for further replies.

229257

Programmer
Apr 23, 2002
54
GB
Hi!

I've been given the task of migrating an old Pervasive DB (version 9.10) into MS SQL. My background is .net and MS SQL so my pervasive knowledge is limited.

I'm going to use Pervasive.Data.SqlClient provider for .net to read the data in and migrate to similar structures in MS SQL. This will allow me to do conversions and error trapping in an environment I'm comfortable with.

My query is this... in pervasive control centre I'm checking the table 'X$File' which contains tables and assoc files.

When I compare this table to the directory where the data is located the number of files don't match. There are alot more files in the directory than in the table which concerns me. Some of the files that are missing in control centre are definately being amended by the third pary application.

How can I look at these files in control centre? It's like I need to associate the file with pervasive again, is there a PSQL to do this?

Any help would be greatly appreciated.
Thanks,
229257
 
It is possible that the definitions were not created for those files. The program itself may not rely on the DDF files. So you may have to build these definitions yourself if you cannot get an updated copy from the program vendor. You might download BtSearch at and it will allow you to review the definitions as they currently are. It also allows you to analyze the data structure to add additional definitions to the DDF files.
Gil
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top