Please help me
From: Duzy (freeride_at_tenbit.pl)
Date: 04/28/04
- Next message: Roedy Green: "Re: OracleThinBlob ClassCast Exception"
- Previous message: Damodar Periwal: "Re: Generate SQL-Statements from abstract definition"
- Next in thread: Christophe Vanfleteren: "Re: Please help me"
- Reply: Christophe Vanfleteren: "Re: Please help me"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 28 Apr 2004 01:56:43 +0200
Hi,
in this code:
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
String url = "jdbc:odbc:mydb";
Connection con = DriverManager.getConnection(url);
what is this "mydb"? I want to make a connection with my database made in Ms
Access 2000, but I don't know how... how can I connect to my database
jdbc:odbc bridge?
-- Duzy
- Next message: Roedy Green: "Re: OracleThinBlob ClassCast Exception"
- Previous message: Damodar Periwal: "Re: Generate SQL-Statements from abstract definition"
- Next in thread: Christophe Vanfleteren: "Re: Please help me"
- Reply: Christophe Vanfleteren: "Re: Please help me"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|