-
|
Hi Dan, I just stumbled upon your project and it seems very interesting, so I would like to try it out. Is it possible to use other DBs beside the ones defined in ConnectionTypes (there's an enum "Other" ....)? I will have to interface an Informix DB ... Thanks! Dirk |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi! Thanks for the interest! It should work. The connection types define things like keyword name delimiters for column names like [] for SQL or "" for Oracle, etc.. The only issue you could have would be if you have column names with spaces or column names that are keywords. I've been meaning to add Informix. Is there a developer edition for download? I could include it in my upcoming release. In any case, you could grab the 1.0.2 snapshot and add Informix to ConnectionTypes as a work around for the moment. Hope this helps |
Beta Was this translation helpful? Give feedback.
Hi! Thanks for the interest!
It should work. The connection types define things like keyword name delimiters for column names like [] for SQL or "" for Oracle, etc..
The only issue you could have would be if you have column names with spaces or column names that are keywords.
I've been meaning to add Informix. Is there a developer edition for download? I could include it in my upcoming release.
In any case, you could grab the 1.0.2 snapshot and add Informix to ConnectionTypes as a work around for the moment.
Hope this helps