Thank you very much for your note. I did try the same class name as yours
below, but when I did that I did not get the nice "check" against the
"PostgreSQL" driver in my drop down list in my "Drivers" window. So i thought
that was wrong..So can you answer this question:  In which jar did you find the
org.postgresql.Driver? I believe my Java class path needs to be changed to
include that jar before I can use the class name: org.postgresql.Driver.

thanks again!
Geeta

[EMAIL PROTECTED] wrote:

> this is form of the postgres main class and jdbc url i use:
>
>     class.name=org.postgresql.Driver
>     url=jdbc:postgresql:myDB
>
> replace myDB with your database name.
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Geeta Ramani
> Sent: Thursday, March 06, 2003 2:15 PM
> To: Scott Plante
> Cc: [EMAIL PROTECTED]
> Subject: Re: [MVC-Programmers] Squirrel trouble..
>
> Scott/Peter/anyone:
>
> In the Squirrel window for entering the "Driver" info for PostgresSQL, I
> have
> the foll info:
>
> jxDBCon-.jar-cvs03119 (in my "Extra class path")
> and the class name as "org.sourceforge.jxdbcon.JXDBConDriver".
>
> Is this correct? (I got a check mark against the "PostgreSQL" in my driver
> list with these entries, so i assumed they were ok..?)
>
> Thanks!
> Geeta
>
> Scott Plante wrote:
>
> > There's a Postgres setting to turn on network connections, which you
> > need turned on for JDBC connections. I suspect that's your problem.
> >
> > Geeta Ramani wrote:
> >
> > >Hi everyone:
> > >
> > >I am trying to get Squirrel up and running and am following the steps
> > >outlined in the quick-start.html in the jasic.squirrel folder.  i am
> > >having trouble with creating the Alias. here's what i have for the
> > >values:
> > >
> > >Name: basicportal1
> > >Driver: PostgreSQL
> > >URL: jdbc:postgresql://localhost:5432/basicportal
> > >user name: bpuser
> > >password: password
> > >
> > >When i hit "Test" on the "Alias" window I get the foll. exception:
> > >
> > >java.sql.SQLException: Unable to create connection. Check your URL.
> > >..etc.
> > >
> > >So I am guessing the url above is wrong..;) Can anybody tell me what the
> > >url should look like?
> > >
> > >Thanks!
> > >Geeta
> > >P.S. Btw, I have the postgres server up and running and have already run
> > >the scripts in the bin folder so i know the users etc have been created.
> > >(the createuser.sql is where I got the username and password ..) Also
> > >from the command prompt, I can execute "psql basicportal" which gives me
> > >the required welcome message and a "basicportal=#" prompt. What am i
> > >doing wrong? Please help!!!
> > >
> > >
> > >_______________________________________________
> > >MVC-Programmers mailing list
> > >[EMAIL PROTECTED]
> > >http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers
> > >
> > >
> >
> > _______________________________________________
> > MVC-Programmers mailing list
> > [EMAIL PROTECTED]
> > http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers
>
> _______________________________________________
> MVC-Programmers mailing list
> [EMAIL PROTECTED]
> http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers
>
> _______________________________________________
> MVC-Programmers mailing list
> [EMAIL PROTECTED]
> http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers

_______________________________________________
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers

Reply via email to