Connecting to FileMaker
Asked by
firefoxtester
Hi I'm trying to use your JayDeBeApi to connect to FileMaker.
My connection string looks like this:
jdbc:sequelink:
And the driver is just a single jar file: sljc.jar that I put in
/opt/drivers.
Any thoughts on how I would set that up?
So far I tried this, but it says "class sljc not found".
<code>
import jaydebeapi
import jpype
jar = r'/opt/
args='-
jvm_path = jpype.getDefaul
jpype.startJVM(
conn = jaydebeapi.
'jdbc:sequelink
curs = conn.cursor()
</code>
Thanks,
Greg
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- JayDeBeApi Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- firefoxtester
- Solved:
- Last query:
- Last reply:
To post a message you must log in.