krappleby025
Programmer
can someone help me, i have never worked with mysql, i need a few things and answers,
1.. i currently use an access database connection and scripting set up for that.. If i change to the mysql database then would i need to change all the scripting to reflect that, or just change the connection string?
2.. If i send someone a copy of the database, in access, can someone please make an exact duplicate in mysql. and send me the file back.. (ps, including the field names, varialbles etc must be exactly the same, due to the scripting)
3.. can someone also please send me the connection string for the mysql database connection. at the moment i use a odbc access string...
<%
dim con
Set con = server.Createobject( "ADODB.Connection" )
Con.Open( "DRIVER={Microsoft Access driver (*.mdb)}; DBQ=" & server.MapPath("****.mdb" ) )
%>
I hope someone can help me... thank you in advance
thanks
1.. i currently use an access database connection and scripting set up for that.. If i change to the mysql database then would i need to change all the scripting to reflect that, or just change the connection string?
2.. If i send someone a copy of the database, in access, can someone please make an exact duplicate in mysql. and send me the file back.. (ps, including the field names, varialbles etc must be exactly the same, due to the scripting)
3.. can someone also please send me the connection string for the mysql database connection. at the moment i use a odbc access string...
<%
dim con
Set con = server.Createobject( "ADODB.Connection" )
Con.Open( "DRIVER={Microsoft Access driver (*.mdb)}; DBQ=" & server.MapPath("****.mdb" ) )
%>
I hope someone can help me... thank you in advance
thanks