M Miha Markic [MVP C#] Jul 19, 2004 #2 Hi, Relaxin said: Are there any better/simplier Database Access components out there for C#? Click to expand... I find ado.net very simple and good. However, if you are in mood, you might try one of the ORMs out there (object oriented approach), such as Developer Express' eXpressPersistentObjects where the mapper does much of the database stuff for you. http://www.devexpress.com/?section=/products/NET/XPO or Wilson ORMapper http://www.ormapper.net/News/ or Entity Broker http://www.thona-consulting.com/content/products/entitybroker.aspx or ....
Hi, Relaxin said: Are there any better/simplier Database Access components out there for C#? Click to expand... I find ado.net very simple and good. However, if you are in mood, you might try one of the ORMs out there (object oriented approach), such as Developer Express' eXpressPersistentObjects where the mapper does much of the database stuff for you. http://www.devexpress.com/?section=/products/NET/XPO or Wilson ORMapper http://www.ormapper.net/News/ or Entity Broker http://www.thona-consulting.com/content/products/entitybroker.aspx or ....