Re: [SQL] Loading JDBC Driver

2000-10-09 Thread Peter Mount
On Thu, 5 Oct 2000, Jos Hernndez Zavala wrote: > Hello. > > I am trying to load a jdbc driver for postgres, only I > want to make it from an Applet. For an application I > used the form: > > Class.forName ("postgresql.Driver"); > > Which the correct form would be to be able to mak

[SQL] Loading JDBC Driver

2000-10-05 Thread José
Hello. I am trying to load a jdbc driver for postgres, only I want to make it from an Applet. For an application I used the form: Class.forName ("postgresql.Driver"); Which the correct form would be to be able to make it? __ Do You Y