Categories
· Show all categories
· FTP
· Front Page
· Email
· Web Site
· Domain Name
· MySQL
· MS Access
· E-Commerce
· Hosting
· ASP
· ASP.NET
· PHP
· Buy Hosting Account
· Upgrade
· Billing
· Others
· PERL
· CodeBank
· MS SQL
· Virtual Private Server
· FAQ-Home
|
|
Question: MySQL: Do you have a sample example of ODBC/DNS connection to MySql ?
|
|
Answer:
Here is one example using ASP:
Dim conn
set conn= server.createobject("adodb.connection")
conn.open("dsn=mysqlDSN;uid=username;pwd=password;database=database")
Last update: 2004-04-09 21:13 Author: admin
|
|
You cannot comment on this entry | Content Overview: MySQL
|
|
|
|