- Moderator
- #1
OK... I have a web server that is currently backed with Access (ODBC), and I'm considering installing Linux and MySQL on another box.
What am I setting myself up for? Comments?
Right now, the connections are made with a system DSN connection. Some of the queries are in the form of "SELECT * FROM table WHERE...." and then a connect.execute(SQLString).... but some of the connections are ADO
objRS.AddNew
objRS.Fields("field")="whatever"
... and so forth. Still, I make the connection with the DSN, not DSN-less.
So, what kind of can of worms am I opening up?
My "best case" scenario would be to change the DSN entry on my IIS server to say something like source=\\linuxbox\mysql-whatever database....
... after I import all the data from Access to mySQL.
So, if someone's done this before, let me know what I'm looking at, traps, pitfalls, etc. I may be looking at.
Thanks in advance!
Just my 2¢
"In order to start solving a problem, one must first identify its owner." --Me
--Greg
What am I setting myself up for? Comments?
Right now, the connections are made with a system DSN connection. Some of the queries are in the form of "SELECT * FROM table WHERE...." and then a connect.execute(SQLString).... but some of the connections are ADO
objRS.AddNew
objRS.Fields("field")="whatever"
... and so forth. Still, I make the connection with the DSN, not DSN-less.
So, what kind of can of worms am I opening up?
My "best case" scenario would be to change the DSN entry on my IIS server to say something like source=\\linuxbox\mysql-whatever database....
... after I import all the data from Access to mySQL.
So, if someone's done this before, let me know what I'm looking at, traps, pitfalls, etc. I may be looking at.
Thanks in advance!
Just my 2¢
"In order to start solving a problem, one must first identify its owner." --Me
--Greg