Thread: jdbc driver, can it run on a windows machine?
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!
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