0

Does Subsonic work with Advantage Database server and if so are there any TT files to generate the necessary code

Jens Mühlenhoff
  • 14,565
  • 6
  • 56
  • 113
Jon
  • 38,814
  • 81
  • 233
  • 382

1 Answers1

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