By Briana Tarrance on
3/13/2010 10:57 AM
I was playing around yesterday SQL cursors and began to play with a query to see what I could do with it. Before long, I had written some code that could produce VB.NET Classes for my database tables. This query is by no way complete or guaranteed to produce production quality code, but more to show you a concept and a good place to get started producing the class code you could potentially use. I know there are many good code generators out there, and this isn’t meant to compete with those…just a fun, innovative use for SQL. Feel free to post back with your enhancements and let me know what you think.
Read More »