daniel.itow Posted October 1, 2003 Report Share Posted October 1, 2003 Alguém poderia ajudar-me a criar uma conexão com um banco de dados feito em My SQL ? Se alguém puder me dar uma ajuda, estarei agradecido.Obrigado,Daniel. Quote Link to comment Share on other sites More sharing options...
0 Decio Posted October 1, 2003 Report Share Posted October 1, 2003 Eu criei uma conexão assim e funcionou:<%Dim connSet conn = Server.CreateObject("ADODB.Connection")Conn.ConnectionString = "driver=MySQL ODBC 3.51 Driver;server=NomeServidor;uid=root;pws=;database=NomeDatabse"Conn.Open%> Quote Link to comment Share on other sites More sharing options...
Question
daniel.itow
Alguém poderia ajudar-me a criar uma conexão com um banco de dados feito em My SQL ? Se alguém puder me dar uma ajuda, estarei agradecido.
Obrigado,
Daniel.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.