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
Developer Express (Express Persistent Objects)
For Delphi:
I believe REM Objects has a framework that works with Advantage too.
Jeremy Mullin
2010-03-05 19:48:34
I'm using C# in a Winforms application
Jon
2010-03-05 19:58:13
Do you know of any free/open source projects. Unfortunately Subsonic does not work with ADS
Jon
2010-03-05 20:22:00
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
2010-03-08 15:24:15
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
2010-03-08 15:32:27
Different databases fit different business and technical needs (hence a ton of different database solutions).
Jeremy Mullin
2010-03-08 19:58:33