comcrack Posted June 12, 2004 Posted June 12, 2004 Hy, I'm trying to do a little program and i'm using a little Access dataBase. I just want to know if there is a web site where I can learn the utility of the objects that I'am using. : oledbconnection, OleDbDataAdapter, DATASET, OleDbCommand. I like to see example, so if you know a web site that show many example, tell me! Thank you Quote [ () /\/\ [ |\ /\ [ |<
pelikan Posted June 13, 2004 Posted June 13, 2004 the best way to learn the utility of these objects is to do things the hard way - i.e. program your data access using raw API calls in C++. I guarantee you will see the light. Quote IN PARVUM MULTUM
Administrators PlausiblyDamp Posted June 13, 2004 Administrators Posted June 13, 2004 This may be worth a look, and also here (under Data and ADO.NET:) Also if you have any specific questions on the usage of those objects feel free to ask. Also I would personally recomend against learning C++ and raw API calls to do data access. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.