Hi,
I'm trying to initialize a connection to a postgresql database :
Query: sql:init("org.postgresql.Driver") Error: [FOSQ0007] Could not initialize specified driver: 'org.postgresql.Driver'
What is the right syntax to initialize the driver? Could you provide me with an exemple ? Where should I put the jdbc driver jar ?
Many thanks
Francesco Beretta