![]() |
help !!!
hi,
i want to use database - access in my java pgm. first of all , i dunno wheter jdbc driver is installed in my sys or not. how to check it. if not, how to install it. then, vot r the lines of code in java in order to access my database (ms-access). plz, itz very urgent. plz mail me asap bye, meena |
Re: help !!!
Quote:
Code:
Query = "Some Valid SQL";http://www.idssoftware.com/download.html#ODBC Thanks Shabbir Bhimani |
Re: help !!!
For most database systems, you can simply download a JDBC driver to connect to the Db with Java, but there aren't any free ones for Access. What you can do is create an ODBC datasource (with Windows), and use the JDBC-ODBC bridge to connect to that. I think the JDBC-ODBC bridge is included with the JDK package. Good luck!
You can create an access datasource in Win2k as follows: Start->Control panel->Administrative tools->Data Sources(ODBC)->MS Access Database->System DSN->Add->Select MS Access Database Driver ->Finish->Enter datasource name->Select Database->Click ok Cheers, Amit. :) |
Re: help !!!
hi
thanx very much. itz workin. (the code) bye |
Re: help !!!
gr8 ... just drop a line if you need further help ...
Cheers, Amit Ray. :) |
Re: help !!!
Quote:
ALso if you need any further help just drop a query. Thanks Shabbir Bhimani |
| All times are GMT +5.5. The time now is 13:26. |