代码搜索:Sybase

找到约 10,000 项符合「Sybase」的源代码

代码结果 10,000
www.eeworm.com/read/403922/11504093

html intro.sybase.html

Introduction
www.eeworm.com/read/403922/11505115

html sybase.configuration.html

Runtime Configuration
www.eeworm.com/read/403922/11505395

html ref.sybase.html

Sybase Functions
www.eeworm.com/read/403922/11506020

html book.sybase.html

Sybase
www.eeworm.com/read/122978/14654331

dcu sybase32.dcu

www.eeworm.com/read/122978/14654391

pas sybase_components.pas

unit sybase_components; interface uses classes,sysutils,dialogs,sybedit; type SybObjectname = string[30]; appfieldtype = string[30]; type tsybfield = class(tsybedit) end; var Databas
www.eeworm.com/read/122978/14654468

pas sybase_parameters.pas

unit sybase_parameters; interface uses classes,sysutils,dialogs; const STextFalse = 62509; STextTrue = 62510; type { TReturnType = (ptUnknown, ptInput, ptOutput,ptInputOutput, ptResult
www.eeworm.com/read/122978/14654521

pas sybase32.pas

unit sybase32; interface uses sysutils,winprocs,dialogs; Const Succeed = 1; Fail = 0; More_Rows = -1; No_More_Rows = -2; No_More_Results = 2;