DAMN SORRY there is a pconnect
duh
bad me bad me

----- Original Message -----
From: "Fabian Raygosa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Php (E-mail)" <[EMAIL PROTECTED]>
Sent: Monday, May 14, 2001 3:18 PM
Subject: Re: [PHP] MSSQL


> According to the php docs there is no mssql_pconnect  just mssql_connect
> get rid of the "p"
> ----- Original Message -----
> From: "Andreas Pucko" <[EMAIL PROTECTED]>
> To: "Php (E-mail)" <[EMAIL PROTECTED]>
> Sent: Monday, May 14, 2001 3:19 PM
> Subject: [PHP] MSSQL
>
>
> > Hi there,
> >
> > while tying to connect to a MSSQL DB I get the error message: call to
> > undefined function.
> >
> > I thing my syntax is ok.
> >
> >
> > function pconnect_db()
> > {
> >
> >   if (!($link = mssql_pconnect ($DB_SERVER, $DB_LOGIN, $DB_PASSWORD))) {
> >       printf("An SQL error has occured. Please contact our
> webmaster\n\n");
> >       DisplayErrMsg(sprintf("internal error %d:%s\n",
> >          mysql_errno(), mssql_error()));
> >       exit() ;
> >    }
> >    return $link;
> > }
> >
> > does anybody see the error?
> >
> > Cheers Andy
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to