Guest User

Untitled

a guest
Apr 17th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.16 KB | None | 0 0
  1. <%
  2.     set db = Server.CreateObject("ADODB.Connection")
  3.     db.Open "driver=MySQL ODBC 3.51 Driver; DATABASE=banco; SERVER=localhost; UID=usuario; PASSWORD=senha"
  4. %>
Add Comment
Please, Sign In to add comment