|
Re: Database connection
Thanks again.
I've decided to use MySQL database instead of the access database - access seems to be too flakey for this type of remote connection.
I have connected to a mysql database and have experienced a bit of a problem. I can insert and display info ok from the database, however when I try and enter in a date it doesn't seem to work. I believe its because mysql stores the dates as 0000/00/00 and asp does it the other way, 00/00/0000.
Any body know of any scripts or resources that might help me fix this?
Thanks folks.
|