Re: CONNECTING TO MS ACCESS DB?

2001-03-08 Thread Carlos
i am usin a driver jdbc, the name is jturbo. there is a demo version the limit is 5 conecciones. there is other free, without limit, driver the name is rmijdbc driver - Original Message - From: "Hiendl Elke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 08, 2001 11:34 A

RE: CONNECTING TO MS ACCESS DB?

2001-03-08 Thread Byrom Robert-LRB005
hava a look at the usual web sites at www.javasoft.com typically , if you want to connected to Access you have to set up a DSN with the ODBC bridge, on win2k you can find this: control panels->administrative tools->datasources (ODBC) from here you can set up a new reference to your database , g

Re: CONNECTING TO MS ACCESS DB?

2001-03-08 Thread Maverick
hi hi!   this is quite easy create a odbc connection for the access file. you can find the odbc sources in the control panel. give the connection a name, i.e. "mydb"   then use the following code:          Connection conn;      try    {        Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"

RE: CONNECTING TO MS ACCESS DB?

2001-03-08 Thread Randy Layman
ch 08, 2001 6:39 AM To: [EMAIL PROTECTED] Subject: Re: CONNECTING TO MS ACCESS DB? hi hi! this is quite easy create a odbc connection for the access file. you can find the odbc sources in the control panel. give the connection a name, i.e. "mydb" then use the following code:

Re: CONNECTING TO MS ACCESS DB?

2001-03-08 Thread Jinan Li
use database connection (ODBC-JDBC or JDBC). Jack - Original Message - From: Mick Sullivan <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 08, 2001 2:27 AM Subject: CONNECTING TO MS ACCESS DB? > Hi all, > Does anyone know where i could find code (or documentation) that

Re: Connecting to MS Access DB

2004-06-15 Thread deepak shripat mane
 Helloo Can u specified ur configaration setting abt MS-ACCESS in web.xml file. Please check it. Deepak On Wed, 16 Jun 2004 Potti,Alvin A wrote : >Hello, > > > >I'm having trouble connecting to a plain vanilla database that runs on >MS Access. > >I'm using a regular JDBC-ODBC driver to comm

Re: Connecting to MS Access DB

2004-08-01 Thread Wade Chandler
Muhammad Khalid Sohail Khan wrote: Hi everybody, I am a student and new to tomcat. I want to use simple database under MS Access. I have written a simple servlet, which just insert some data into table. But I am getting following exception "org.apache.commons.dbcp.SQLNestedException: Cannot create

RE: Connecting to MS Access DB

2004-08-01 Thread Aris Javier
D] Sent: Monday, August 02, 2004 3:18 AM To: Tomcat Users List Subject: Re: Connecting to MS Access DB Muhammad Khalid Sohail Khan wrote: > Hi everybody, > I am a student and new to tomcat. I want to use simple database under > MS Access. I have written a simple servlet, which just inse

RE: Connecting to MS Access DB

2004-08-02 Thread Muhammad Khalid Sohail Khan
ng works fine when I run tomcat not as service (I am using win2k). But I want to run it as service.. any idea? Khalid University of Duisburg -Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 3:01 AM To: Tomcat Users List Subject: RE: Connec

Re: Connecting to MS Access DB

2004-08-02 Thread Robert Bateman
Khalid, Search the list... You will see that Windows 2000/2003/XP services need to know how to "log into" any data bases in order to access them. One of the biggest problems with services is accessing "mapped" files or files that require "user permissions." It is unfortunate, but a fact of l

RE: Connecting to MS Access DB

2004-08-02 Thread Aris Javier
OTECTED] Sent: Tuesday, August 03, 2004 12:02 AM To: Tomcat Users List Subject: Re: Connecting to MS Access DB Khalid, Search the list... You will see that Windows 2000/2003/XP services need to know how to "log into" any data bases in order to access them. One of the biggest pro