[PHP-DB] RFC: ODBC and PHP

2002-09-10 Thread Dan Kalowsky
back commentary back on any suggested recourse from those who've done this already. Hopefully this will prove to be a useful change, and people will be happy :) As always send your comments to me. --- Dan KalowskyI'll

[PHP-DB] Re: [PHP-DEV] RFC: ODBC and PHP

2002-09-10 Thread Dan Kalowsky
it in a different release schedule (as ODBC standards don't change that rapidly). But I've heard some complaints against such ideas, so I haven't pushed it (yet). Anyways naming convention can be changed very easily. --- Dan Kalowsky

[PHP-DB] Re: [PHP-DEV] RFC: ODBC and PHP

2002-09-10 Thread Dan Kalowsky
. --- Dan KalowskyI'll walk a thousand miles just http://www.deadmime.org/~dankto slip this skin. [EMAIL PROTECTED]- Streets of Philadelphia, [EMAIL PROTECTED]Bruce Springsteen

[PHP-DB] Re: Solaris 2.6, PHP 4.0.4pl1, Solid EE 3.51

2001-04-03 Thread Dan Kalowsky
. The php documentation is fairly upto date as well. -- Dan Kalowsky "Tonight I think I'll walk alone, Worldgate Communications I'll find my soul as I go home." Software Engineer - TICS Group - Temptation -- PHP Database Mailing List (http://w

[PHP-DB] ODBC test cases

2001-03-07 Thread Dan Kalowsky
irstname,lastname) VALUES (?,?,?)"); if ($stmt1) { print "Trying execute stat1br"; $stmt1 = odbc_execute($stmt1,array(1,"This","Fails")); } $stmt2 = odbc_prepare($conn,"INSERT INTO odbctest2 (id,firstname,lastname) VALUES (?,?,?)");

[PHP-DB] ODBC test cases: CORRECTED

2001-03-07 Thread Dan Kalowsky
quot;)); } $stmt2 = odbc_prepare($conn,"INSERT INTO odbctest2 (id,firstname,lastname) VALUES (?,?,?)"); if ($stmt2) { print "Trying execute stat2br"; $stmt2 = odbc_execute($stmt2,array("1","This","Works")); } ? -- Dan Kalo

Re: [PHP-DB] Solid Database Installation

2001-03-01 Thread Dan Kalowsky
please try the latest snapshot from CVS and see if this problem still exists for you. I was under the impression that much of this has been fixed for linux as well (I've had several users report this problem gone, including the original submitters). -- Dan Kalowsky "Tonight I thi