On 03/01/12 10:10, xavier aimé wrote:
Dear List,
I would like to connect SDB with a DataBase in SyBase, but we don't have
this DatabaseType in the list. Is it easy to write ? Is it possible ?
What's the best solution.
Thanks in advance, and happy new year :)
(Not knowing much about Sybase ...)
SDB does not assume capabilities beyond SQL92 and allows for differences
in syntax between systems.
Adding a new database is reasonably straight forward, following the
templating (by implementing various interfaces) approach already used
for the other databases.
So the best solution is add it and contribute the patch for it to the
project.
Andy