Pages

Monday, August 16, 2010

Connection String

For every database programmer, Connection String is a MUST term to be remembered. Connection string is one of way to connect to database.

Since we provided by the multi databases type, some times the programmers forget about how to fill the Connection String.

Don't worry, even we can search at the search engine, thank God we have www.connectionstrings.com who provides and help you to build the connection string online to all of the databases engine, even to connection to data files (for example: Excel file) and miscellaneous types engine like Microsoft Exchange.

Just choose the database engine which you want to connect, the connectionstrings.com will provide more than one connection strings, including Trusted Connection and the alternatives, even for Windows CE connection (if available). All you have to do is just copy and paste the connection string, and change several variables like User Name, Password and Server Name.

No comments:

Post a Comment