Hey, no one that can help me ? i mean i have just 1 lousy class to wich i want to write and read data to... but i cant get a connection to it because even:
String strCon = "jdbc:Cache://127.0.0.1:1972/WHISKYWORLD"; Database db = Database().getDatabase(strCon,"wwuser","wwuser"); doenst work because he says: Severity Description Resource In Folder Location Creation Time 2 The method Database() is undefined for the type WWdata WWdata.java whiskyworld-v6/src/whiskyworld line 22 20. Mai 2004 14:58:22 -> what does he mean with "undefined for the type ??" - where or how else should i use a connection if not in another class ? Korbinian
