Hi , I am createing New Ms-Acess Database file from java , My Code is like this. java.io.File dbFile = new java.io.File (fc.getSelectedFile().getPath()); try{ dbFile.createNewFile(); }catch(java.io.IOException e){ } After executing above code , File is generating with size 0KB But file is not opened and giving an error unrecognized file format and Hence Driver Manager refuses connection to that file.
Plz, suggest me soluction. Yourreply will highly appriciated. Thanks Pramod Kadam
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Creating New Ms-Aceess(mdb) file from Java?