hi all i am a new user of java and mac, is it possible to use jdbcodbc driver in Mac os x, if so would any one help me how to do this, if not, any one tell me how to do database application in mac using java.
hi i am having a .mdb (MS Access file) this file has only one table , i wants to create search engine using this table, that has to be work in windows and mac os x
Thank you Anbu
Anbanandhan Dhanavelan
Greenhorn
Joined: Jun 12, 2007
Posts: 8
posted
0
i am having .mdb(MS Access database) file, my clients require an application in cd version, on installing my application the user can use my application as a search engine for this .mdb file.so i decided to develop my application in java, while connecting the access database i use the following method,
hi Ulf Dittmer thank you for you post i can convert my .mdb (ms access file ) to a xml is it possible to use this xml file as like a database, but the converted xml file is about 30 MB
Thank you Anbu
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35223
7
posted
0
I'm sure someone has written a JDBC driver that reads an XML file, even though it seems a bit pointless to me. Look like Google knows of a few.