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
Not rated 25 Aug, 2006 Views: 74 Comments: 0
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...
Not rated 25 Aug, 2006 Views: 50 Comments: 0
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...
Not rated 25 Aug, 2006 Views: 49 Comments: 0
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...
Not rated 25 Aug, 2006 Views: 49 Comments: 0
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...
Not rated 25 Aug, 2006 Views: 51 Comments: 0
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...
Not rated 25 Aug, 2006 Views: 52 Comments: 0