Ankit said: > Hi all, > > I am trying to persist a rdf file into mysql database using > following code > > package test; > > import com.hp.hpl.jena.db.DBConnection; > import com.hp.hpl.jena.db.IDBConnection; > import com.hp.hpl.jena.db.ModelRDB;
ModelRDB is obsolete and not present in the latest Jena release. Use SDB or TDB. Chris -- "I know it was late, but Mountjoy never bothers, /Archer's Goon/ so long as it's the full two thousand words." Epimorphics Ltd, http://www.epimorphics.com Registered address: Court Lodge, 105 High Street, Portishead, Bristol BS20 6PT Epimorphics Ltd. is a limited company registered in England (number 7016688)
