Microsoft Ajax Library has added full object orientation to JavaScript. Is there any library, framework, component, package, etc equivalent for T-SQL? It would be very nice to write object oriented SQL scripts in MS SQL Server.
Cheers,
afsharm
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SQL Server, like other RDBMSs, doesn’t come in an object flavor. Sorry.
These days this problem is solved on the application end through the use of ORM (object-relational mapping) frameworks. Options depend on what development platform you’re using. For .NET, take a look at Microsoft’s Entity Framework and SubSonic.