Connecting Creator with MsAccess

How Can we connect the Creator to MsAccess;;;thanks
[65 byte] By [Eng.Mohammeda] at [2007-11-27 0:33:15]
# 1
Perhaps in this article here http://java.sun.com/j2se/1.3/docs/guide/jdbc/getstart/bridge.doc.html you get a good hint.
Willi2793a at 2007-7-11 22:40:01 > top of Java-index,Development Tools,Java Tools...
# 2
thanks for answeringi need a way just to connect the Access database with Creator no a JDBC driver
Eng.Mohammeda at 2007-7-11 22:40:01 > top of Java-index,Development Tools,Java Tools...
# 3

It's easy with NetBeans Visual Web Pack. You have to configure the system ODBC data source to create a new data source for your database. You choose the Access driver, the database.In NetBeans, create a new Database conection: in Runtime windows, select Databases, Drivers, right-click on JDBC-ODBC bidge, select Connect Using and complete the parameters.

If you have Studio Creator 2, I not sure you can do it easily.

PSe000a at 2007-7-11 22:40:01 > top of Java-index,Development Tools,Java Tools...
# 4
thanks , i know it is so easy to make this in netBeans 5 , but i need to configure Ms Access with Sun java Studio Creator 2..thanks again
Eng.Mohammeda at 2007-7-11 22:40:01 > top of Java-index,Development Tools,Java Tools...