[PHP-DB] MSSQL Error message

2003-12-12 Thread Liana Cristine Leopold
Hi I´m using a connection using php 4.3.3 with sql server ... and i´m having a error message : mssql error: [: Connection error to server '192.0.0.6\binotto' with user 'LUA'] .. The user 'LUA' is the dbowner ... anyone can help me??? Sorry my bad english ... Liana Cristine Leopold

[PHP-DB] MSSQL error

2002-09-23 Thread jason Stewart
I am getting problems with MSSql when using DB.php, I have an intermitant fualt where php keeps gives me a CGI "The specified CGI application misbehaved by not returning a complete set of HTTP headers" (you know the one), but when the page is refreshed it all works fine. I have a felling that it

RE: [PHP-DB] MSSQL Error with MSSQL 2000

2001-11-13 Thread Andrew Hill
or of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access & Data Integration Technology Providers > -Original Message- > From: Hace [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 13, 2001 7:04 AM > To: [EMAIL PROTECTED] > Subject: [

[PHP-DB] MSSQL Error with MSSQL 2000

2001-11-13 Thread Hace
When we run an insert query in MS SQL Server we get the following error "Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier." On the following website we found this had to do something with the NTEXT-type

[PHP-DB] Re:[3] [PHP-DB] MSSQL error codes :/

2001-10-01 Thread Charles Butler
Great sounds like a winner :) "Frank M. Kromann" <[EMAIL PROTECTED]> wrote on 10/1/2001 2:32:27 PM: > >Hi Charles, > >I useally disable all magic quotes in php.ini and handle everyting in my scripts. >This way I only get single quotes when I need them and I dont have to do a stripslashes() ! >

RE: [PHP-DB] MSSQL error codes :/

2001-10-01 Thread Mark Roedel
> -Original Message- > From: Charles Butler [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 01, 2001 12:56 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] MSSQL error codes :/ > > > I'm getting funky error codes, even with doing > addslashes($variable

[PHP-DB] MSSQL error codes :/

2001-10-01 Thread Charles Butler
I'm getting funky error codes, even with doing addslashes($variable); but its not escaping the 's, I have even resorted to str_replace() and still nothing below is error output. Warning: MS SQL message: Line 1: Incorrect syntax near 'b'. (severity 15) in \jtron\home\admin\functions.php on l