Hello, On Dec 29, RAJARSHI GUHA wrote: > I do know that the PostgreSQL API is C based so I'm not sure how easy/useful > it > would be to interface the CDK. > > Another alternative approach would be to go via JDBC - but try and specify a > set > of basic tables that would be useable as a basic framework for storage of > molecular data - if extra information is needed a user could add his own > tables.
It is possible to interface CDK and PostgreSQL databases by using C API with the java native interface (JNI), although the result will not be as portable as native java solution. Therefore JDBC would be more reasonable approach. Best wishes, Sulev ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Cdk-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cdk-user

