$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
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
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,
> >
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.