Vito Rallo wrote:
>I tried to install last version of JDBC Connector in my jbuilder but
>nothing!!! It don't run!
>
>I follow the instruction on how to install and setup the type 2 jdbc
>drivers by Borland but NOTHING.
>
>
What exactly are you expecting to happen after installing Connector/J?
As you may or may not be aware, Connector/J is only a 'driver' that
allows applications that you write to interface to the database. By
itself, the driver does nothing and should not be expected to do anything.
If however, you have written some code to "make use of" the driver, have
you referenced it as a required library for your project? To find out,
go to the Project menu and select "Project Properties...". Select the
"Required Libraries" tab, and if it is not listed, use the add button to
include it.