Re: [MVC-Programmers] Squirrel trouble..

2003-03-08 Thread Geeta Ramani
Dave: I had in fact tried both the jxDVCon.jar as well as the jar (cvs version) which Vic mentioned in lab2 step 5 (the second step 5 which begins with "Download the JDBC driver that we will be using..etc..". When I added that to the the jar list in Squirrel's Driver window and clicked on "List d

RE: [MVC-Programmers] Squirrel trouble..

2003-03-07 Thread dschorsc-rtsc
should be implementable based on the description.   dave        -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of [EMAIL PROTECTED]Sent: Thursday, March 06, 2003 9:41 PMTo: [EMAIL PROTECTED]Subject: RE: [MVC-Programmers] Squirrel trouble.. the jars i use for my

RE: [MVC-Programmers] Squirrel trouble..

2003-03-06 Thread dschorsc-rtsc
x27;t seem to show a jdbc jar except for jdbc-mysql.jar.   dave -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Geeta RamaniSent: Thursday, March 06, 2003 8:49 PMTo: mvcSubject: Re: [MVC-Programmers] Squirrel trouble..Hi Peter, Scott, &quo

Re: [MVC-Programmers] Squirrel trouble..

2003-03-06 Thread Geeta Ramani
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.

Re: [MVC-Programmers] Squirrel trouble..

2003-03-06 Thread Geeta Ramani
dbc 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: Sc

RE: [MVC-Programmers] Squirrel trouble..

2003-03-06 Thread dschorsc-rtsc
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") a

Re: [MVC-Programmers] Squirrel trouble..

2003-03-06 Thread Geeta Ramani
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 dri

Re: [MVC-Programmers] Squirrel trouble..

2003-03-06 Thread Geeta Ramani
Isn't that the -i" setting? I started postgres by running the pg_ctl command. I **thought** the "-i" setting was included in that ..? Am I way off or what?!! Scott Plante wrote: > There's a Postgres setting to turn on network connections, which you > need turned on for JDBC connections. I suspect

Re: [MVC-Programmers] Squirrel trouble..

2003-03-06 Thread Scott Plante
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

[MVC-Programmers] Squirrel trouble..

2003-03-06 Thread Geeta Ramani
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