We currently support :
- MySQL 5
- Microsoft SQL Server 2005 / 2008 / 2014 / 2016
- MS Access.
Through ODBC connections we support numerous other data sources, including text files, Excel spreadsheets, and many other standard formats.
Please contact us if you want to check a specific format.
Categories
Categories
- 27 Users Found This Useful
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...
The server principal "userXYZ" is not able to access the database "DB_DNP" under the current security context. (Microsoft SQL Server, Error: 916)
To fix this SQL Server Management Studio 2008 Bug, please follow the directions below: Open...
What is MySQL?
MySQL is an open source database server, much like Microsoft SQL Server or Oracle. You can store...