![]() | ||||
|
Search:
Advanced search
|
Browse by category:
|
Glossary | | | Ask question |
|
Showing: 1-6 of 6
Questions
|
|||||
|
Is Perl DBI available for MySQL?
Yes, we have perl DBI installed with the MySQL DBD
|
|||||
|
|||||
|
Timeouts connecting to SQL Server
Have you ever experienced a timeout error when trying to connect to your SQL Server database? Are you working from a laptop or over a dial-up...
|
|||||
|
|||||
|
Enterprise Manager
Enterprise manager is a free tool from Microsoft which allows you to administer remote MS SQL databases - it is supplied as part of MS SQL Server...
|
|||||
|
|||||
|
Connecting to MSSQL with a DSN
You can use the following string to connect to MSSQL with a DSN
<%Set Conn = Server.CreateObject ("ADODB.Connection")Conn.open...
|
|||||
|
|||||
|
Connecting to MSSQL with out a DSN
You can use the following string to connect to MSSQL with out a DSN. It uses an OLEDB connection string to connect to a Microsoft SQL Server 200...
|
|||||
|
|||||
|
What is SQL?
SQL (Structured Query Language) is the most popular database language in use today. SQL is used to create database queries that take the form of...
|
|||||
|
|||||