Skip to main content
Question

Experiece with SQLBase and FME

  • February 14, 2019
  • 2 replies
  • 11 views

itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • 1442 replies

Hi,

Does anybody have any experience with FME and SQLBase?

FME doenst support it, but can an ODBC connection can be made?

Thanks,

Itay

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

Forum|alt.badge.img

Hi Itay

Yes, it can be connected as long as it's supported by ODBC. I have used it.

Then just use a SQLCreator/Executor.

Format is ODBC 3.x

Dataset is your DSN name


itay
Supporter
Forum|alt.badge.img+18
  • Author
  • Supporter
  • 1442 replies
  • February 14, 2019

Hi Itay

Yes, it can be connected as long as it's supported by ODBC. I have used it.

Then just use a SQLCreator/Executor.

Format is ODBC 3.x

Dataset is your DSN name

Hi @david_whiteside,

Thanks for the quick answer!