-
temporally fixed...
I removed $quote from accessories.php made code like:
$lsql = 'SELECT gen_id(' . fb_escape_string($row->GNAME) . ', 0) AS VAL FROM RDB$DATABASE';
the line number is around 118.
2009-10-19 10:16:53 UTC by letsgolee
-
oops: gen_ guestbook_ id
I did put space after"_" because it makes italics and "_" disappear!
2009-10-19 08:03:31 UTC by letsgolee
-
ibWebAdmin seems to have a bug in dealing with generators.
reproduce:
1. create table
create table guestbook (id integer primary key, name varchar(20));
2. create generator
create generator gen_guestbook_id;
3. finally create trigger for autoincement
create trigger trig_guestbook_id for guestbook
active before insert position 0
as
begin
if (new.id is null or new.id <= 0)
2009-10-19 08:00:23 UTC by letsgolee
-
Hello every body,
Im finding for ibwebadmin installation manual for windows.
please help !
Thanks in advanced
MH.
2009-06-02 15:46:56 UTC by nobody
-
seems to be fixed in rc1&2
http://tracker.firebirdsql.org/browse/CORE-1250.
2008-03-11 16:33:03 UTC by mapopa
-
ibWebAdmin 1.02 doesn't work with Firebird 2.1beta2.
Error in "get_tables.inc.php, line: 156":
Datatype BLOB is not supported for sorting operation.
It seems that error is caused by usage of "DISTINCT" in system tabbles requests.
2007-10-25 12:25:01 UTC by older
-
lbrueckner committed patchset 1376 of module ibwebadmin to the ibWebAdmin CVS repository, changing 1 files.
2007-05-28 08:34:14 UTC by lbrueckner
-
lbrueckner committed patchset 1375 of module ibwebadmin to the ibWebAdmin CVS repository, changing 3 files.
2006-08-03 11:24:16 UTC by lbrueckner
-
lbrueckner committed patchset 1374 of module ibwebadmin to the ibWebAdmin CVS repository, changing 1 files.
2006-07-09 08:45:27 UTC by lbrueckner
-
lbrueckner committed patchset 1373 of module ibwebadmin to the ibWebAdmin CVS repository, changing 1 files.
2006-07-08 17:42:27 UTC by lbrueckner