enabling prepared statements for MaxDB

This commit is contained in:
Ralf Becker 2004-09-19 10:32:35 +00:00
parent 28ed51f49f
commit 85a946bc5f

View File

@ -29,6 +29,7 @@ class ADODB_SAPDB extends ADODB_odbc {
var $fmtDate = "\\D\\A\\T\\E('Y-m-d')"; /// used by DBDate() as the default date format used by the database var $fmtDate = "\\D\\A\\T\\E('Y-m-d')"; /// used by DBDate() as the default date format used by the database
var $fmtTimeStamp = "\\T\\I\\M\\E\\S\\T\\A\\M\\P('Y-m-d','H:i:s')"; /// used by DBTimeStamp as the default timestamp fmt. var $fmtTimeStamp = "\\T\\I\\M\\E\\S\\T\\A\\M\\P('Y-m-d','H:i:s')"; /// used by DBTimeStamp as the default timestamp fmt.
var $hasInsertId = true; var $hasInsertId = true;
var $_bindInputArray = true;
function ADODB_SAPDB() function ADODB_SAPDB()
{ {