代码搜索:Interbase
找到约 1,195 项符合「Interbase」的源代码
代码结果 1,195
www.eeworm.com/read/323119/13351164
interbase
Running crash-me on Interbase:
I
- got opensource version of interbase 6.0.1
(both mode, classic and superserver),
- set up DBD::InterBase from cpan,
- created database "test" and set sql_dialec
www.eeworm.com/read/323119/13351061
cfg interbase.cfg
#This file is automaticly generated by crash-me 1.40
NEG=no # update of column= -column
alter_add_col=yes # Alter table add column
alter_add_constraint=yes # Alter table add constraint
alter_a
www.eeworm.com/read/111677/6153836
interbase idtable.interbase
#foreach ($tbl in $tables)
insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES ($initialID, '$tbl.Name', $initialIDValue, $initialIDStep);
#set ( $initialID = $initialID + 1 )
#en
www.eeworm.com/read/222917/4815597
dsp interbase.dsp
# Microsoft Developer Studio Project File - Name="interbase" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/222917/4815607
c interbase.c
/*
+----------------------------------------------------------------------+
| PHP Version 4 |
+-----------------------------------------
www.eeworm.com/read/172725/5382714
interbase idtable.interbase
#foreach ($tbl in $tables)
insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES ($initialID, '$tbl.Name', $initialIDValue, $initialIDStep);
#set ( $initialID = $initialID + 1 )
#en