Databases Articles
- Managing Databases
Once you have set up a database with your hosting account, you can log in to your... - Connecting to a MySQL Database Using File DSN and ASP/ADO
This example describes using File DSN and ASP/ADO to connect to a MySQL Database.... - Connecting to an Access Database Using File DSN and ASP/ADO
This example describes using File DSN and ASP/ADO to connect to an Access... - Connecting to an Access Database Using ASP/ADO
This example describes using ASP/ADO to connect to an Access Database. <% Dim... - Connecting to a Microsoft SQL Server Database Using ASP/ADO
This example describes using ASP/ADO to connect to a Microsoft SQL Server... - Connecting to a MySQL Database Using ASP/ADO
This example describes using ASP/ADO to connect to a MySQL Database. <% Dim... - Is there a size limit on MS SQL databases?
Yes, MS SQL databases on our hosting plans have a size limit of 100 MB. - What version of MySQL are you currently running?
We are currently running the 4.0.24 version of MySQL on all of our shared hosting... - What is the number of maximum connections allowed to a single MySQL database?
We allow up to 50 simultaneous connections per MySQL user. - What is the server I should use in my code to connect to my database?
Do not use "localhost" as the hostname (or database server) for your... - Can I connect to my database remotely?
No, we do not allow external connections to our database servers. - What is a file DSN?
The purpose of the Windows file DSN (data source name) is to centrally store your... - Which databases do you support on your Windows hosting accounts?
You can set up a MySQL, MS SQL, or Access database using our various Windows... - Setting up a MySQL Database on Your Windows Hosting Account
MySQL is a database server that you can use in conjunction with PHP, ASP, and... - Setting Up an Access Database for Your Web Site
Our Windows hosting accounts allow you to set up Access database support. Using... - Setting up a SQL Server Database on Your Hosting Account
SQL Server is a relational database server from Microsoft that you can use in...