HighTechTalks DotNet Forums  

.Net DatabaseHandler 1.1

Dotnet Data Tools microsoft.public.dotnet.datatools


Discuss .Net DatabaseHandler 1.1 in the Dotnet Data Tools forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
jms
 
Posts: n/a

Default .Net DatabaseHandler 1.1 - 01-23-2006 , 07:21 AM






Hello,

I have developed a simple data provider that shares the same API to
access SQL Server (also SQL Server 2005 Express Edition), MySQL and MS
Access.

The intention is to reduce the amount of code to get datasets,
datareaders, insert, update or delete data and to have, as mentioned
before, the same API.

MS Access example:
Provider provider = new Provider("MS Access", "connection string");
provider.ExecuteNonQuery(command);

MySQL example:
Provider provider = new Provider("MySQL", "connection string");
provider.ExecuteNonQuery(command);

MS SQL Server example:
Provider provider = new Provider("MS SQLServer", "connection string");
provider.ExecuteNonQuery(command);

The .Net DatabaseHandler 1.1 is available obviously for free and you can
download it at http://www.webdp.net.

Any feedback is more than appreciated!
Have a nice day,

joel

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.