Click to See Complete Forum and Search --> : Newbie question about ADO


kerv21
April 2nd, 2003, 11:44 AM
I wonder if anyone can direct me to some really good examples that show how to:

1 Create a connection
2 Insert data
3 Update data
4 Delete data
5 Find/Locate data

I am most intrested in an example that shows how to do all of the above using stored procedures (disconnected databases) in SQL 2000.

Does anyone know of some goods examples (written papers or even actual demos would be better) that are well documented for newbies ?

Thanks

muthuis
April 2nd, 2003, 08:57 PM
Microsoft is maintaining a good website with examples for all such needs.


Thhttp://samples.gotdotnet.com/quickstart/howto/ (Gotdotnet)

This could be the one you are asking for!

Muthu