Posted: Sun Jun 11, 2006 9:41 pm
I've been using a couple of programs to force feed my conversions into my MySQL tables. One of problems is, that the programmers did not consider that if the table exists already in MySQL and has field names Identical to what is in the DBF file (or other database) then simply map those. I added a RecordID field to the front of all of my tables to insure a primary key for the tables, and one that I could work with, rather than the DBF keys I have (because the folks who wrote this program documented it very poorly, even their field names follow NO patter whatsoever...).
Anyhow I am thinking, since php can access a number of data formats already, what is the possibility of a PHP conversion program? And if so what would be the cost? Or what would be the cost to implement that in Dataface directly?
Thanks for any comments yall.
Anyhow I am thinking, since php can access a number of data formats already, what is the possibility of a PHP conversion program? And if so what would be the cost? Or what would be the cost to implement that in Dataface directly?
Thanks for any comments yall.