views:

126

answers:

4

I am working a project where I need to generate a series of classes to represent/access data in the database. Third party projects such as hibernate or subsonic are not an option. I am new in this subject domain, so I am looking for information on the topic. The project is in .net and I am using MyGeneration. I am primarily looking for information.

What is your single best resource for topics on code generation of data access?


Please post only one link at a time and look for your resource before posting. If you find your resource, please vote up instead of posting it. . ( I am not interesting in rep, just information)

+3  A: 

Are you using .NET? Try MyGeneration

cruizer
A: 

What is your specific requirement that can't be done by hibernate or subsonic?

c.sokun
+1  A: 

CodeSmith

Cade Roux
+1  A: 

ORAPig generates Python interfaces for Oracle packages. A Postgresql module is being worked on.

http://code.google.com/p/orapig

Mark Harrison