RE: [PHP-DB] Re: ADODB - whaddya think?

2002-05-20 Thread Jerome Houston
Benjamin- first of all, the ADODB that ruprecht is talking about is different than the one i'm talking about. go to http://php.weblogs.com/ADODB for the one i'm talking about. the one i'm talking about does have support for the one he's talking about built in, though. the one i'm talking

[PHP-DB] MSSQL2000 'real' data type and multiple SQL statments in one mssql_query()

2002-05-14 Thread Jerome Houston
Apologies for the repeat to those who are in php-general and php-windows. i'm running PHP4.1.1 as a module through Apache 1.3.22 on W2k Server SP2 -- connecting to a MSSQL server running on the same OS. I'm having 2 problems with the system. 1. on mssql_query(*SELECT statments*); that return

Re: [PHP-DB] Problems with Oracle connections

2001-03-29 Thread houston
Have you tried supplying the optional third parameter to ociplogon() to specify the connection? ociplogon( "username","password","tns_alias"); --Houston ""bgadelha"" [EMAIL PROTECTED] wrote in message Hi, I'm having troubles using PHP+Or

[PHP-DB] HERE doc

2001-03-29 Thread houston
In his excellent book "Core PHP Programming", Leon Atkinson says that PHP supports Perl-style "HERE docs". I have tried to make this work with PHP4.04 with no success. I also haven't found any reference to HERE docs in the PHP documentation. Is this really supported in PHP? -- PHP Database

[PHP-DB] managing large result sets

2001-03-28 Thread houston
? Thanks--Houston -- PHP Database 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]