RSS Feed
Knowledgebase : Web Hosting > Databases
EXAMPLE CONNECTION STRING (CAN BE USED IN ASP, ASP.NET ETC) Remember to enter your own database, username Dbq=_PATH TO DATABASE_;Uid=Admin;Pwd=; WHAT IS THE PATH TO MY DATABASE? In the above examples you must enter the full path to your database file...
These examples use "sql05" as the server address. Some customers may be on a different server, and have a different address to replace this with. Our control panel will show you what the server address is for your specific database. CONNECTING IN .NET U...
If you are located on a server other than "sql01", you should replace sql01 with your server name below. You can find your server on the database page in Helm. ASP.NET CONNECTION STRINGS (USING SQLCONNECTION OBJECT) Some examples of connection strings ...
Yes, Microsoft SQL Server is included on some plans, and available as an added extra to others. For full information please see the relevant page of our site: http://www.liquidsix.com/sql.asp If you have any questions regarding SQL Server, or would lik...
Sometimes you may see the following error when attempting to list the databases on SQL Server using SQL Server Management Studio: The server principal "Your Username" is not able to access the database "A Database Name" under the current security conte...
This tutorial will take you through the process of installing SQL Server Management Studio Express and connecting to your SQL Server database hosted with LiquidSix. The Management Studio is a free download from Microsoft and so is available to anyone. If ...
This tutorial will take you through the process of installing the official MySQL Workbench, and using it to connect to a database hosted with us. There are many other MySQL clients that you can use to connect, however this tutorial only covers the MySQL W...
There are many applications that will connect to a MySQL server and allow you to manage it. You can use any of these to connect to a database hosted with us. Below are a few of the methods that we recommend. OPTION ONE: MYSQL WORKBENCH This is the appl...
With the advent of SQL Server 2005 and higher, it is no longer possible to use the Enterprise Manager that came with SQL Server 2000 in order to connect. However there are many alternatives that you can use. There are three ways which we recommend, and th...