Create an ODBC DSN

How to create ODBC DSN

  1. Login into the SolidCp  http://cp.yourowndomainname
  2. Click on the ODBC DSN Icon under databases
  3. Click the "Create ODBC DSN" button
  4. Select the database driver type
  5. Fill in the required information
  6. Click on Save
  • 31 Users Found This Useful
Was this answer helpful?

Related Articles

Connection Strings (MSSQL 2005, MSSQL 2008, MySQL5, MS Access Database)

MSSQL2005Set conn = Server.CreateObject("ADODB.Connection")conn.Open "Provider=SQLOLEDB; Data...

How do I use an Access database on my site?

Microsoft Access is part of the Microsoft Office suite of applications and is a database that is...

Import Export MySQL database using PhpMyAdmin

Do the following steps for import/export mysql database: Open phpMyAdmin.by going to...

What is MySQL?

MySQL is an open source database server, much like Microsoft SQL Server or Oracle. You can store...