Stefan Says

Opinions on ASP.NET, ASP, databases etc
posts - 34, comments - 25, trackbacks - 23

A new site - programmingado.net

I have created a new site - programmingado.net. I will use it pretty much as a reference for myself (and for all of you otherss of course as well), cause it simply lists codesnippets on how to for example

- install database engine X 

- how to get it to work from .NET - i.e download and install ado.net driver

- read data from table in database engine X

- read data using SP/function or whatever is available from table in database engine X

- update data/insert data using parameterized queries, stored procedures etc

- using binary objects (blobs)

It will amongst other things hopefully help me when I forget what parameters prefix for database engine X - is it '? 'or  ':' or '@ ' ?

So please visit - http://www.programmingado.net

So far "only" MySQL and Postgresql information is available - but I will asap add SQLServer at least and then we'll see what's next.

Print | posted on Tuesday, January 23, 2007 2:33 PM