
At 13:06 27/04/2004 Stephen Pearce did say...
Is there an automated way to take an access 97 database and port it to mysql .. and convert the forms for php access using apche? (I have apache/php and mysqld operating on a networked server .. and am now trying to do the port) Thanks Stephen
_______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
Hi Stephen, Going through the same thing at the moment with the Clubs Market Day database. The short answer is NO. I am exporting the tables via ODBC and using DaDaBik as the front end. It supports simple data validation but for anything more tricker you need to code it in PHP. If your forms have VERY LITTLE back end code, then DaDaBik or something like it will do, or you can do as I am for one part of the process and that is enter into a MySql table which is exported via ODBC into access and use a module to import the data into the access table.