Обсуждение: jdbc driver, can it run on a windows machine?

Поиск
Список
Период
Сортировка

jdbc driver, can it run on a windows machine?

От
"Vance Greenway"
Дата:
i am using visual cafe for windows to develop an applet to access my postgresql data on a linux server.  the package requires that the driver i want to develop with reside on the same computer...ie the windows box.  can the jdbc driver "jdbc6_4.jar" be placed on the windows box and access the postgresql database over a tcp/ip lan?
 
if yes, could you provide any pointers for doing so?  thanx!

Re: [ADMIN] jdbc driver, can it run on a windows machine?

От
Fischl Anton
Дата:
Vance Greenway wrote:
>
> i am using visual cafe for windows to develop an applet to access my
> postgresql data on a linux server.  the package requires that the
> driver i want to develop with reside on the same computer...ie the
> windows box.  can the jdbc driver "jdbc6_4.jar" be placed on the
> windows box and access the postgresql database over a tcp/ip lan?
>
> if yes, could you provide any pointers for doing so?  thanx!

Of, course. Just unjar it to where your Classes.zip is.
You should then have a directory looking like this:

Classes.zip    about 9Meg
postgresql     <DIR>


P.S.: You can use every .class from every machine on every machine