-
An sqlsrv driver for "Microsoft SQL Server Driver for PHP" is being developed for Lanius CMS.
Anybody looking for that driver please checkout the public SVN of Lanius CMS.
2009-08-20 12:47:28 UTC by legolas558
-
You can answer at the end, how runtime of such apps is handled? (high availability - could be handled by ESB; recovery of instances, HTTP server that handling requests, etc.). Isn't the only possible approach in this case use CORBA?
Hello,
I found bug in [CreateTableSQL]function of adodb. For definition of db table:
$tbl_definition = "
user_id I PRIMARY NOTNULL,
2009-07-30 17:35:00 UTC by nobody
-
ADODB_Session class under PHP 5 throws warnings when PHP E_STRICT error reporting mode is enabled. Warnings say smth like:
Strict standards: Non-static method ADODB_Session::sess_open() cannot be called statically in /mnt/hgfs/htdocs/oxideshop/eshop/source/core/adodblite/session/adodb-session.php on line 207
Reproductable by:
//first connect to mysql
//then:
error_reporting(E_ALL |...
2009-05-14 15:47:34 UTC by tomega
-
This vulnerability only exists if register_globals is enabled. It is strongly advised to always disable register_globals on any server. In any case, this bug is STILL not fixed in the latest version as downloaded October 20, 2008.
2008-10-22 03:25:04 UTC by ncf
-
While this file is useful for debugging, it requires metatype to be present. If this module is not loaded, there is an error. Please either document it at the head of the module, or adjust anywhere that requires on the MetaType function. The adjustment for rs2html is
if (method_exists($rs, 'MetaType')) $typearr[$i] = $rs->MetaType($field->type,$field->max_length);
else $typearr[$i] =...
2008-10-22 03:21:52 UTC by ncf
-
I have similar problem
$db
$db2
but when use $db in some place $db try conect with a user that s not defined in $db->Connect();.
2008-06-17 13:24:59 UTC by nobody
-
if (wildcmp("*.*", "nullStringValue.txt")) {
} else {
no match =($db->Execute('SELECT * FROM table', array('something''));
}
Save a file called nullStringValue.txt ???????
Dunno ??????????????.
2008-05-30 14:44:31 UTC by nobody
-
hello Mark,
thanks a lot for your rapid answer.
I saw that the limitation was 30 , bu i did not thought it came from MS dblib library.
As the software in question (Open Realty) is not from us , i guess we will stay running with mysql database.
Anyway congratulations for this interface software.
Philippe.
2008-03-11 08:24:19 UTC by ph_boussaroque
-
This is not a problem with ADODB Lite or PHP. It is a limitation of MSSQL. Here is the information I found on the subject.
"Note: In Windows, the DBLIB from Microsoft is used. Functions that
return a column name are based on the dbcolname() function in DBLIB.
DBLIB was developed for SQL Server 6.x where the max identifier length
is 30. For this reason, the maximum column length is...
2008-03-10 17:41:04 UTC by akapanamajack
-
Hello,
i use Open-Realty an open source software, which use ADODBLITE for accesssing to database.
By default they use dbtype=mysql and it works perfectly.
I convert the mysql database to MS sql 2005 express. Conversion looks ok : comumn name are the same in the two versions.
I modify the connection in the OR software from mysql to mssql.
Open works ok
------------------------------
$conn...
2008-03-10 15:00:39 UTC by ph_boussaroque