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 far "only" MySQL and Postgresql information is available - but I will asap add SQLServer at least and then we'll see what's next.