Encapsulating ODBC in ASP .NET

Conclusion

Data access is complicated enough. Any technique that enables us to write the code once, and then forget about it, is useful.

Encapsulation is particularly helpful in the case of ODBC, due to the data standard's inherent limitations. Sooner or later, many organizations that developed to the ODBC standard will need to migrate to a server-based standard such as Oracle or SQL Server. This is where encapsulation really shows its stripes, since only the data access layer need be rewritten! This can reduce the cost of database migration by a significant margin, thoroughly pleasing everybody but HotQuant's competitors.

As always, HotQuant welcomes any comments or suggestions. E-mail is best; we make every effort to respond to all inquiries.

You might also like...

Comments

About the author

Jason G. Williscroft

Jason G. Williscroft United States

Jason Williscroft is a former Marine and naval officer, and a graduate of the United States Naval Academy, where he studied Systems Engineering. He is currently General Manager of HotQuant, LLC,...

Interested in writing for us? Find out more.

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“We better hurry up and start coding, there are going to be a lot of bugs to fix.”