User 6346ce4be1
30-03-2016 07:53:49
Hello
I`m run groovy scripts from Instant JChem.
I use MySQL database.
I tried to do an overlap analysis through JChemSearch class object. It needs a ConnectionHandler.
I am connected to database and get parameters from schema.databasePlatform.dataSource.
I create new Connection object, but It cannot find Driver for my database.
Is JChemSearch needs a new ConnetionHandler? Is there posibility to access to current ConnetionHandler?
Please help