martedì, febbraio 12, 2008

Where do you want to connect today?

ConnectionStrings.com provides a handy list of (yes, you guessed it) connection strings! What’s a connection string? Wikipedia describes it this way:

“In computing, a connection string is a string that specifies information about a data source and the means of connecting to it. It is passed in code to an underlying driver or provider in order to initiate the connection.”

So, if you want to connect to anything from a text file to a SQL database, you might find this reference useful.