sybase anyone?

joeharth

New member
It almost looks as if I am close to get it to work. I am modifying the mssql module to work with my sybase configuration. I had to remove any implicit inserts of identy fields in the install php. I also had to change the identity(1,1) to identiy. During install I get

PrepareSP: mssql_init only available since PHP 4.1.0
Parameter: mssql_bind only available since PHP 4.1.0
PrepareSP: mssql_init only available since PHP 4.1.0
Parameter: mssql_bind only available since PHP 4.1.0

Warning: Invalid argument supplied for foreach() in /home/httpd/dadabik/include/business_logic.php on line 197
PrepareSP: mssql_init only available since PHP 4.1.0
Parameter: mssql_bind only available since PHP 4.1.0

Internal table dadabik_t1 correctly created......

Warning: your table t1 hasn't any primary keys set, if you don't set a primary key DaDaBIK won't show the edit/delete/details buttons.
Warning: Invalid argument supplied for foreach() in /home/httpd/dadabik/include/business_logic.php on line 197
PrepareSP: mssql_init only available since PHP 4.1.0
Parameter: mssql_bind only available since PHP 4.1.0

Internal table dadabik_users_tab correctly created......

Warning: your table users_tab hasn't any primary keys set, if you don't set a primary key DaDaBIK won't show the edit/delete/details buttons.

......DaDaBIK correctly installed!!

You can now manage your database with DaDaBIK, starting from index.php

In order to customize DaDaBIK go to the homepage of the administration area.


But when i try to run index.php I get

Error, the internal database is empty.
Warning: Invalid argument supplied for foreach() in /home/httpd/dadabik/include/business_logic.php on line 4004

[08] Error: during query execution.
SELECT FROM t1
DBMS server said: Incorrect syntax near the keyword 'FROM'.

I am running this from my test box at home, if anyone wants to take a peak please let me know.



Post Edited (03-27-07 14:51)
 
Top