[PHP-DB] Problem with ntext using php4 on mssql7

2001-09-09 Thread Stuart McDonald
Whenever I try to query an ntext field using php4 (on IIS/MSSQL) I get the following error: "MS SQL message: ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier." Does anyone have any suggestions for how to solve this issue? Thanks in advance Stu

[PHP-DB] Re: Installing SQL Server

2001-09-09 Thread Zher
Do you want to connect from PHP in UNIX using ODBC to SQL on Windows? or from PHP in Windows?. Zher "Todd Cary" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Has anybody succeeded in running PHP, using ODBC and the MS SQL Server > ODBC driver? If so, I can

[PHP-DB] Re: stored procedure -- SQL Server 2k

2001-09-09 Thread Zher
Use a query of "exec SP_name()". Note that the stored procedure may or may not return any data. Zher. <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > does anybody know to call an SP on a SQL Server 2k??? > > thanks > > Bona > > ___

[PHP-DB] Re: php question - newbie

2001-09-09 Thread Hugh Bothwell
"Chris Ross" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Our website was running PHP Version 4.0RC1, then our host decided to upgrade > to version 4.0.6. Once they did this our site no longer worked every > time we went to a php page it would give an in

[PHP-DB] send values i don´t know which 2 send?

2001-09-09 Thread AtK - php-lists
hi, problem: I list a couple of values in a row, and another row with possible entrys (like: and so on (look at the script on: http://analyze.at/prob1.phps ) so now i want to be able to send the values in the next script in a hidden field.. but how do i realize that if i don´t know what and

[PHP-DB] php question - newbie

2001-09-09 Thread Chris Ross
Our website was running PHP Version 4.0RC1, then our host decided to upgrade to version 4.0.6. Once they did this our site no longer worked every time we went to a php page it would give an internal error. Now our host tells us its because we have old php code is this possible. Now they w

[PHP-DB] Re: Parsing of db results by PHP

2001-09-09 Thread Hugh Bothwell
"Robert Gormley" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi all, > > I have a MySQL db which contains table test, field test... one of the > entries is > > "" > > Where external() is a function i've written which outputs simple text. > > I want to be ab

[PHP-DB] Parsing of db results by PHP

2001-09-09 Thread Robert Gormley
Hi all, I have a MySQL db which contains table test, field test... one of the entries is "" Where external() is a function i've written which outputs simple text. I want to be able to put calls to this function into the database, and have them parsed on rendering... With the above ex

[PHP-DB] search engine for database driven site?

2001-09-09 Thread andrew hill
Hi, Can anyone recommend either a general approach or sample scripts to create a search-box on my site? It's an existing site being dynamically generated from a database - I want to specify a couple of fields in my main page table to be searched on. cheers, duirfire __

Re: [PHP-DB] Table creation problems...

2001-09-09 Thread Jason Wong
- Original Message - From: Jonathan Halterman <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, September 09, 2001 5:37 PM Subject: [PHP-DB] Table creation problems... > $result = mysql_db_query($db, "CREATE TABLE $groupid (`topicid` INT NOT > NULL, `parentid