Posted on 02 March 2011. Tags: mysql, PhpMyAdmin, Ubuntu, windows
Go to phpmyadmin at your localhost if you are using xampp server than go with http://localhost/phpmyadmin or if you are using easyphp than go with http://127.0.0.1/phpmyadmin Now you can see different links related to phpmyadmin like database, sql, status, variables etc. Click on Privileges and now you will see different user is availble in your [...]
Read the full story
Posted in Article, Computer, Open-Source, PHP, Programming, SQL Server, Tutorial
Posted on 08 November 2008. Tags: Article, ASP.Net, SQL Server
ADO Database Connection Create a DSN-less Database Connection The easiest way to connect to a database is to use a DSN-less connection. A DSN-less connection can be used against any Microsoft Access database on your web site. If you have a database called “northwind.mdb” located in a web directory like “c:/inetpub/wwwroot”, you can connect to [...]
Read the full story
Posted in Article, ASP.Net, Computer, Programming, SQL Server, Tutorial
Posted on 08 November 2008. Tags: Article, ASP, SQL Server
SQL Server 2005 This is a compiled connection strings reference list on how to connect to SQL Server 2005. SQL Native Client ODBC Driver Standard security Driver={SQL Native Client};Server=myServerAddress;Database=myDataBase; Uid=myUsername;Pwd=myPassword; Are you using SQL Server 2005 Express? Don’t miss the server name syntax ServernameSQLEXPRESS where you substitute Servername with the name of the computer where [...]
Read the full story
Posted in Article, ASP, Computer, Programming, SQL Server
Get Social!