开发者

PFXplus/powerflex .dat file converstion

开发者 https://www.devze.com 2023-02-26 10:28 出处:网络
I have the task of moving a PFXplus .dat files into a new Microsoft SQL server. The program in use was made probably around开发者_高级运维 2003 and hasn\'t been updated since. I see there is a PFXodbc

I have the task of moving a PFXplus .dat files into a new Microsoft SQL server. The program in use was made probably around开发者_高级运维 2003 and hasn't been updated since. I see there is a PFXodbc driver for sale for $459 USD but i am not going to fork over that kind of money for a conversion job or even if that is the product i need. So simple question is there a way to convert the .dat PFXplus files to something usable? Anything in the Linux world perhaps?


Do you have access to a powerflex runtime? Or even better, a developer environment? Or just the database?

You can use the powerflex provided reporter to create a CSV file, especially if the database is not too big. It is a compiled program call "pfrep" and needs to be invoked using the runtime.

Do you know what version the data file is? If it is Mark 1 (and maybe even Mark 2), then you could also look for a dataflex tool. If it is Mark 3, then no.

0

精彩评论

暂无评论...
验证码 换一张
取 消