Wednesday, April 20, 2005

Microsoft Data Access Application Block

I was just browsing though the MS DataAccess App block and suddenly realized that it only supports SQL server. So without complaining about it I decided to code the OleDbHelper class my self, of course by taking the que from the SqlHelper Class.
Thought of just copying and pasting the code and then replacing all 'Sql' s with 'OleDb' but hten decided against it. Decided to take each method and do it individually. At least that way I'll get a better hang of the app block.
And the next step will be to create a helper class for SqlCe. Now that will be quite a challenge cos of the limited functionality of SqlServerCe.

No comments: