[GENERAL] Re: [NOVICE] Help needed with pg.pm to connect to postgresql

2000-11-07 Thread Jesus Aneiros
$conn->status; > > print "Enter User name :" print "Enter User name:"; The rest compiles OK -- Jesus Aneiros Sosa mailto:[EMAIL PROTECTED] http://jagua.cfg.sld.cu/~aneiros

Re: [GENERAL] pgaccess not connecting

2000-08-26 Thread Jesus Aneiros
Check the script in /etc/rc.d/init.d/postgresql it doesn't accept parameters in the command linea except start, stop, status. Change the line that runs postmaster adding -i option. -- Jesus Aneiros Sosa mailto:[EMAIL PROTECTED] http://jagua.cfg.sld.cu/~aneiros On Sat, 26 Aug 2000, Tom

Re: [GENERAL] REFERENCES troubles

2000-07-05 Thread Jesus Aneiros
Delete the , after KEY and give owner a datatype and everything works fine. I have tested. Jesus. On Wed, 5 Jul 2000, planx plnetx wrote: > > > CREATE TABLE workers( > > > namevarchar(30), > > > firstname varchar(30), > > > id_personal decimal(10)NOT NULL UNIQUE PRIMARY KEY, > >

[GENERAL] Compiling Error

2000-06-04 Thread Jesus Aneiros
Hi, Could somebody help me with this error. It appears when I try to compile an ecpg program. It seems that it is something with the linking phase and the ecpg library. Any ideas? /usr/lib/libecpg.so: undefined reference to `crypt' collect2: ld returned 1 exit status Best regards, Jesus.