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

2002-09-11 Thread Dan Kalowsky
bc functions stay odbc_*, rather than to start > iterating through odbc2...odbc3 and so forth. Don't know an easy > solution right now. > Shane Shane, I agree that the naming convention should stay the same. I'm only calling it that now so I can test it and reference it with oth

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

2002-09-10 Thread Dan Kalowsky
st sense and be the easiest to support on our end of things. >-------< Dan Kalowsky"I'll walk a thousand miles just http://www.deadmime.org/~dankto slip this skin." [EMAIL PROTECTED]-

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

2002-09-10 Thread Dan Kalowsky
r something like that, to allow me to keep 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. >-----

[PHP-DB] RFC: ODBC and PHP

2002-09-10 Thread Dan Kalowsky
cause of this, I would like to hear 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. >------

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

2001-04-03 Thread Dan Kalowsky
rt would be good. The mailing list archives and cvs logs are a good source. 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 Engi

[PHP-DB] ODBC test cases: CORRECTED

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

[PHP-DB] ODBC test cases

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

Re: [PHP-DB] Solid Database Installation

2001-03-01 Thread Dan Kalowsky
This was a problem on the 4.0.4 release (forgot a line break), but I believe the patch made it into the 4.04.pl1. If you can, 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'