views:

157

answers:

1

Does anyone know if there are any ORM tools or Code Generation tools that work against an Advantage Database?

+2  A: 

It would be helpful to know what development environment you use.

For .net:

Microsoft Entity.NET Framework

Telerik

Developer Express (Express Persistent Objects)

For Delphi:

I believe REM Objects has a framework that works with Advantage too.

Jeremy Mullin
I'm using C# in a Winforms application
Jon
Do you know of any free/open source projects. Unfortunately Subsonic does not work with ADS
Jon
If you want something free you already have the Entity.net framework in Visual Studio (assuming that's how you are using C#, as opposed to mono or some other IDE).
Jeremy Mullin
Thanks, but that doesn't give you much control over the generated classes. My client is getting persuaded by one of the ADS sales guys to use it over SQL Server but everyone I speak to has never heard of it, why is that if its so much better than MSSSQL (according to the sales guy!)
Jon
Different databases fit different business and technical needs (hence a ton of different database solutions).
Jeremy Mullin