Does Subsonic work with Advantage Database server and if so are there any TT files to generate the necessary code
Asked
Active
Viewed 112 times
1 Answers
0
From the docs:
Subsonic 2.2 Currently supports 5 main database engines:
- SQL Server (2000 through 2008)
- MySQL (5.0+) with special support for InnoDB
- Oracle - although we've had reports of some issues with Foreign Keys and Stored Procedures
- SQL CE (Compact Edition)
- SQLite
SubSonic 3.0 supports and has templates for:
- SQL Server (2000-2008)
- MySQL (5.0 +)
- SQLite
- Oracle support is currently in development - you can get the latest version of the templates from github. Please post details of any issues or questions to the SubSonic google group.
So in short unfortunately the answer is no.

Adam Cooper
- 8,077
- 2
- 33
- 51
-
Do you know if there is any plan to support it? – Jon Mar 06 '10 at 08:33
-
There's no plan at the moment, you're the first person to have mentioned it. – Adam Cooper Mar 06 '10 at 11:02