Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Thanks for the recommendations/hints. Doesn't seem to be exactly what I'm looking for, but I'll see about using classic ADO or DAO thingy. Using Recordset, yes that's what I used in previous VB6 applications. I didn't know it can be used in .Net, plus I need solution that can work for access as well as MySQL. Commented Sep 24, 2016 at 20:56
  • @GeniuSBraiN: to create a solution which works optimized on Access and MS SQL, create a general API layer for your DB access and implement it two times: one optimized MS Access implementation, and one optimized MySQL implementation. I am pretty sure you won't find a better solution. Commented Sep 24, 2016 at 21:52