#843 ADO.NET Connections

swt62 Tue 1 Dec 2009

Hi, when we prototype software we often zero deploy things to client machines for them to try. We often include mdb files with test data (due to it's zero deploy) for us to analyse later.

Is it possible to make a connection to a Jet database using (ODBC JDBC or ADO) ?

Many thanks

brian Tue 1 Dec 2009

Assuming you are running Fantom on the JVM, you should be able to use the sql API to connect via JDBC. See docLib::Sql

swt62 Tue 1 Dec 2009

Many thanks

Login or Signup to reply.