How to implement with ElevateDB?
Hi - my application uses TWO different backends depending on what customers purchase. Our "Standard" Edition uses ElevateDB while the "Server" Edition uses PostgreSQL.
I've been able to get it working fine with PostgreSQL but I'm now trying to work out what I need to do to get the component working with ElevateDB :-
http://www.elevatesoft.com/support?category=edb
For Postgres I find that I can use the PostgreSQLSyntaxProvider with a UniversalMetadataProvider (I pass a DevArt.PgSqlConnection object to the UniversalMetadataProvider) and it all works fine.
I've tried using the GenericSyntaxProvider with the UniversalMetadataProvider (by passing a EDBConnection object to it) but alas no joy.
Do I need to derive my own class from BaseSyntaxProvider (e.g. EDBSQLSyntaxProvider) in order to get this working? If so, do you have any articles or documentation to assist with this please?
Many thanks!
Hedley
I've been able to get it working fine with PostgreSQL but I'm now trying to work out what I need to do to get the component working with ElevateDB :-
http://www.elevatesoft.com/support?category=edb
For Postgres I find that I can use the PostgreSQLSyntaxProvider with a UniversalMetadataProvider (I pass a DevArt.PgSqlConnection object to the UniversalMetadataProvider) and it all works fine.
I've tried using the GenericSyntaxProvider with the UniversalMetadataProvider (by passing a EDBConnection object to it) but alas no joy.
Do I need to derive my own class from BaseSyntaxProvider (e.g. EDBSQLSyntaxProvider) in order to get this working? If so, do you have any articles or documentation to assist with this please?
Many thanks!
Hedley
Unfortunately I can't see the best way to do that - please help!