I am using PHP to access a MySQL DB. If I stop MySql and then restart it and
then open my webpage the table values are correct. If I make a change to the
table, close my browser and restart it, the table values are the old values.
If I stop MySQL after changes and then restart it, all works well.
Hi, I currently have a very large MS SQL7 database that I need to put on the
web. My plan is to use PHP and MySQL to accomplish this. Currently I have a
Visual Basic front end on the MS SQL7 Server. I would like to have my VB
program write The MS SQL7 server data to a MYSql database and then have
I am using PHP to access a MySQL DB. If I stop MySql and then restart it and
then open my webpage the table values are correct. If I make a change to the
table, close my browser and restart it, the table values are the old values.
If I stop MySQL after changes and then restart it, all works well.
Hi, I currently have a very large MS SQL7 database that I need to put on the
web. My plan is to use PHP and MySQL to accomplish this. Currently I have a
Visual Basic front end on the MS SQL7 Server. I would like to have my VB
program write The MS SQL7 server data to a MYSql database and then have