Re: Moving Data Between Proprietary Database and MySQL

2002-05-23 Thread Avalon
Hello, Because most web providers will not allow direct TCP/IP access to MySQL servers, I am considering the following strategy: a) Save the proprietary database to a file containing a series of SQL CREATE TABLE and INSERT INTO calls. b) Upload the SQL file to the server via FTP. c)

Moving Data Between Proprietary Database and MySQL

2002-05-22 Thread Bruce Vander Werf
I am adding a web interface to a Windows application I have written that uses another proprietary database system. To allow for my customers to use both Linux and WinNT based web servers, I have settled on MySQL for the web database. I am working on a strategy for allowing my customers to move