Re: JDBC

From: Dave Cramer <Dave(at)micro-automation(dot)net>
To: "Sohail A(dot) Khan" <Sohail(dot)A(dot)Khan(at)student(dot)shu(dot)ac(dot)uk>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC
Date: 2003-04-08 18:33:11
Message-ID: 1049826791.1744.97.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

There is a jdbc-odbc bridge which you will need to use, odbc is very
much like jdbc.

Dave
On Tue, 2003-04-08 at 13:44, Sohail A. Khan wrote:
> i have a real big problem understanding JDBC, here is the situation, i have a database in Microsoft
> Access which consists of 3 tables with the following details:
> *Student Details: ID, Name, Address, Course, Year of Study
> *Course Details: Name of Course, Total number of students, units taught
> *Staff Table: Name, Room, email, Units Delivered
>
> (i have used ODBC)
>
> Q1 - how do i extract information from the database in JAVA Applet
> Q2 - how do produce a username and password to get access to the database
> Q3 - how do create queries
>
> CAN U PLEASE HELP ME WITH THIS PROBLEM!
> I WILL BE MOST GREATFUL IF U CAN SEND ME EXAMPLES AND STEP BY STEP HELP ON HOW TO PERFORM THE ABOVE
> QUESTIONS
>
> THANKS
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
--
Dave Cramer <Dave(at)micro-automation(dot)net>

In response to

  • JDBC at 2003-04-08 17:44:58 from Sohail A. Khan

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jeff Kolesky 2003-04-08 19:47:26 Performance of batches with Statements and PreparedStatements
Previous Message Sohail A. Khan 2003-04-08 17:44:58 JDBC