RE: [PHP-DB] mssql_bind problem....

2003-07-21 Thread A.J.Masterton
till 1 after the mssql_execute, I'm sure I'll work it out Eventually, thanks for the help. Andrew Masterton -Original Message- From: A.J.Masterton [mailto:[EMAIL PROTECTED] Sent: 21 July 2003 14:57 To: colbey; A.J.Masterton Cc: php-db Subject: RE: [PHP-DB] mssql_bind problem..

RE: [PHP-DB] mssql_bind problem....

2003-07-21 Thread A.J.Masterton
ified error ELSE Return 99 -- success GO -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 21 July 2003 14:43 To: A.J.Masterton Cc: '[EMAIL PROTECTED]' Subject: RE: [PHP-DB] mssql_bind problem I found this old piece of code..

RE: [PHP-DB] mssql_bind problem....

2003-07-21 Thread colbey
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 21 July 2003 13:51 > To: A.J.Masterton > Cc: '[EMAIL PROTECTED]' > Subject: Re: [PHP-DB] mssql_bind problem > > > > I used to use MSSQL.. I've always called the stored procedures like you > would call a

RE: [PHP-DB] mssql_bind problem....

2003-07-21 Thread A.J.Masterton
lto:[EMAIL PROTECTED] Sent: 21 July 2003 13:51 To: A.J.Masterton Cc: '[EMAIL PROTECTED]' Subject: Re: [PHP-DB] mssql_bind problem I used to use MSSQL.. I've always called the stored procedures like you would call any method/function.. Have you tried just: > // ** Q

Re: [PHP-DB] mssql_bind problem....

2003-07-21 Thread colbey
I used to use MSSQL.. I've always called the stored procedures like you would call any method/function.. Have you tried just: > // ** Query for user details *** // > $query = "sp_StaffDetail $var1, $var2"; > $result = mssql_execute($query); On Mon, 21 Jul 2003, A.J.Masterton wrote: