1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645 |
- ; ********************************************************************
- ; DBMS Driver / DBMS Settings see comments at end of file
- ;
- ; ********************************************************************
- ;[WATCOM SQL 3.0]
- [WATCOM SQL WSQLODBC]
- PBSyntax='WATCOM_SYNTAX'
- PBDateTime='STANDARD_DATETIME'
- PBFunctions='WATCOM_FUNCTIONS'
- DelimitIdentifier='YES'
- PBDateTimeInvalidInSearch='NO'
- PBTimeInvalidInSearch='YES'
- PBQualifierIsOwner='NO'
- PBSpecialDataTypes='WATCOM_SPECIALDATATYPES'
- PBSystemOwner='sys'
- [WATCOM SQL]
- PBSyntax='WATCOM50_SYNTAX'
- PBDateTime='STANDARD_DATETIME'
- PBFunctions='WATCOM_FUNCTIONS'
- PBDefaultValues='autoincrement,current date,current time,current timestamp,timestamp,null,user'
- PBDefaultCreate='YES'
- PBDefaultAlter='YES'
- PBDefaultExpressions='YES'
- DelimitIdentifier='YES'
- PBDateTimeInvalidInSearch='NO'
- PBTimeInvalidInSearch='YES'
- PBQualifierIsOwner='NO'
- PBSpecialDataTypes='WATCOM_SPECIALDATATYPES'
- IdentifierQuoteChar='"'
- PBSystemOwner='sys,dbo,sa_debug,rs_systabgroup'
- PBUseProcOwner='YES'
- SQLSrvrTSName='YES'
- SQLSrvrTSQuote='YES'
- SQLSrvrTSDelimit='YES'
- ForeignKeyDeleteRule='Disallow if Dependent Rows Exist (RESTRICT),Delete any Dependent Rows (CASCADE),Set Dependent Columns to NULL (SET NULL)'
- [Sybase SQL Anywhere]
- PBSyntax='WATCOM50_SYNTAX'
- PBDateTime='STANDARD_DATETIME'
- PBFunctions='WATCOM_FUNCTIONS'
- PBDefaultValues='autoincrement,current date,current publisher,current time,current timestamp,current user,last user,sqlcode,sqlstate,timestamp,null,user'
- PBDefaultCreate='YES'
- PBDefaultAlter='YES'
- PBDefaultExpressions='YES'
- DelimitIdentifier='YES'
- PBDateTimeInvalidInSearch='NO'
- PBTimeInvalidInSearch='YES'
- PBQualifierIsOwner='NO'
- PBSpecialDataTypes='WATCOM_SPECIALDATATYPES'
- IdentifierQuoteChar='"'
- PBSystemOwner='sys,dbo,sa_debug,rs_systabgroup'
- PBUseProcOwner='YES'
- SQLSrvrTSName='YES'
- SQLSrvrTSQuote='YES'
- SQLSrvrTSDelimit='YES'
- ForeignKeyDeleteRule='Disallow if Dependent Rows Exist (RESTRICT),Delete any Dependent Rows (CASCADE),Set Dependent Columns to NULL (SET NULL)'
- TableListType='GLOBAL TEMPORARY'
- [Adaptive Server Anywhere]
- PBSyntax='WATCOM50_SYNTAX'
- PBDateTime='STANDARD_DATETIME'
- PBFunctions='ASA_FUNCTIONS'
- PBDefaultValues='autoincrement,current date,current publisher,current time,current timestamp,current user,last user,sqlcode,sqlstate,timestamp,null,user'
- PBDefaultCreate='YES'
- PBDefaultAlter='YES'
- PBDefaultExpressions='YES'
- DelimitIdentifier='YES'
- PBDateTimeInvalidInSearch='NO'
- PBTimeInvalidInSearch='YES'
- PBQualifierIsOwner='NO'
- PBSpecialDataTypes='WATCOM_SPECIALDATATYPES'
- IdentifierQuoteChar='"'
- PBSystemOwner='sys,dbo,sa_debug,rs_systabgroup'
- PBUseProcOwner='YES'
- SQLSrvrTSName='YES'
- SQLSrvrTSQuote='YES'
- SQLSrvrTSDelimit='YES'
- ForeignKeyDeleteRule='Disallow if Dependent Rows Exist (RESTRICT),Delete any Dependent Rows (CASCADE),Set Dependent Columns to NULL (SET NULL)'
- TableListType='GLOBAL TEMPORARY'
- [SQL Anywhere]
- PBSyntax='WATCOM50_SYNTAX'
- PBDateTime='STANDARD_DATETIME'
- PBFunctions='ASA_FUNCTIONS'
- PBDefaultValues='autoincrement,current date,current publisher,current time,current timestamp,current user,last user,sqlcode,sqlstate,timestamp,null,user'
- PBDefaultCreate='YES'
- PBDefaultAlter='YES'
- PBDefaultExpressions='YES'
- DelimitIdentifier='YES'
- PBDateTimeInvalidInSearch='NO'
- PBTimeInvalidInSearch='YES'
- PBQualifierIsOwner='NO'
- PBSpecialDataTypes='WATCOM_SPECIALDATATYPES'
- IdentifierQuoteChar='"'
- PBSystemOwner='sys,dbo,sa_debug,rs_systabgroup'
- PBUseProcOwner='YES'
- SQLSrvrTSName='YES'
- SQLSrvrTSQuote='YES'
- SQLSrvrTSDelimit='YES'
- ForeignKeyDeleteRule='Disallow if Dependent Rows Exist (RESTRICT),Delete any Dependent Rows (CASCADE),Set Dependent Columns to NULL (SET NULL)'
- TableListType='GLOBAL TEMPORARY'
- [Adaptive Server IQ]
- PBSyntax='WATCOM50_SYNTAX'
- PBDateTime='STANDARD_DATETIME'
- PBFunctions='ASA_FUNCTIONS'
- PBDefaultValues='autoincrement,current date,current publisher,current time,current timestamp,current user,last user,sqlcode,sqlstate,timestamp,null,user'
- PBDefaultCreate='YES'
- PBDefaultAlter='YES'
- PBDefaultExpressions='YES'
- DelimitIdentifier='YES'
- PBDateTimeInvalidInSearch='NO'
- PBTimeInvalidInSearch='YES'
- PBQualifierIsOwner='NO'
- PBSpecialDataTypes='WATCOM_SPECIALDATATYPES'
- IdentifierQuoteChar='"'
- PBSystemOwner='sys,dbo'
- PBUseProcOwner='YES'
- SQLSrvrTSName='YES'
- SQLSrvrTSQuote='YES'
- SQLSrvrTSDelimit='YES'
- ForeignKeyDeleteRule='Disallow if Dependent Rows Exist (RESTRICT),Delete any Dependent Rows (CASCADE),Set Dependent Columns to NULL (SET NULL)'
- TableListType='GLOBAL TEMPORARY'
- ; Microsoft driver for Access
- [Access]
- PBSyntax='ACCESS_SYNTAX'
- PBConCatIndex='YES'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- IdentifierQuoteChar='"'
- PBDateTime='NO_MSECS_DATETIME'
- PBSpecialDataTypes='ACCESS_SPECIALDATATYPES'
- PBMaxBlobSize='32767'
- PBMaxTextSize='32767'
- ; Q+E driver for Btrieve
- [BTRIEVE]
- PBSyntax='QE_BTRIEVE_SYNTAX'
- PBConCatIndex='YES'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- PBDateTime='DEFAULT_DATETIME'
- PBFunctions='QE_BTRIEVE_FUNCTIONS'
- PBSpecialDataTypes='QE_BTRIEVE_SPECIALDATATYPES'
- DelimitIdentifier='NO'
- IdentifierCase=1
- ; Microsoft driver for Btrieve 2.0 pack
- [BTRIEVE ODBCJT16]
- PBSyntax='MS_BTRIEVE_SYNTAX'
- PBConCatIndex='YES'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- PBDateTime='STANDARD_DATETIME'
- PBFunctions='MS_BTRIEVE_FUNCTIONS'
- [BTRIEVE ODBCJT32]
- PBSyntax='MS_BTRIEVE_SYNTAX'
- PBConCatIndex='YES'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- PBDateTime='STANDARD_DATETIME'
- PBFunctions='MS_BTRIEVE_FUNCTIONS'
- ; CA-IDMS/DB driver
- [CA-IDMS/DB]
- PBCatalogOwner='PBCatalogOwner-schema-name'
- PBSyntax='IDMS_SYNTAX'
- PBDateTime='DEFAULT_DATETIME'
- PBFunctions='IDMS_FUNCTIONS'
- DelimitIdentifier='YES'
- PBSpecialDataTypes='IDMS_SPECIALDATATYPES'
- PBEscapeChar='NO'
- PBNonStdChars='-'
- ; Q+E driver for DBASE
- [DBASE]
- PBSyntax='DBASE_SYNTAX'
- PBConCatIndex='NO'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- DelimitIdentifier='NO'
- PBSpecialDataTypes='DBASE_SPECIALDATATYPES'
- PBDateTime='DEFAULT_DATETIME'
- ; Q+E 2.0 ODBC driver for DBASE 4
- [dBase V]
- PBSyntax='DBASE_SYNTAX'
- PBConCatIndex='NO'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- DelimitIdentifier='NO'
- PBSpecialDataTypes='DBASE_SPECIALDATATYPES'
- PBDateTime='DEFAULT_DATETIME'
- ; Q+E 2.0 ODBC driver for DBASE 4
- [dBase IV]
- PBSyntax='DBASE_SYNTAX'
- PBConCatIndex='NO'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- DelimitIdentifier='NO'
- PBSpecialDataTypes='DBASE_SPECIALDATATYPES'
- PBDateTime='DEFAULT_DATETIME'
- ; Q+E 2.0 ODBC driver for DBASE 3
- [dBase III]
- PBSyntax='DBASE_SYNTAX'
- PBConCatIndex='NO'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- DelimitIdentifier='NO'
- PBSpecialDataTypes='DBASE_SPECIALDATATYPES'
- PBDateTime='DEFAULT_DATETIME'
- ; Q+E 2.0 ODBC driver for DBASE 2
- [dBase II]
- PBSyntax='DBASE_SYNTAX'
- PBConCatIndex='NO'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- DelimitIdentifier='NO'
- PBSpecialDataTypes='DBASE_SPECIALDATATYPES'
- PBDateTime='DEFAULT_DATETIME'
- ; Microsoft driver for DBASEIII
- [DBASE3]
- PBSyntax='DBASE_SYNTAX'
- PBConCatIndex='NO'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- ; Microsoft driver for DBASEIV
- [DBASE4]
- PBSyntax='DBASE_SYNTAX'
- PBConCatIndex='NO'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- ; Microsoft driver for DBASE 2.0 pack
- [DBASE ODBCJT16]
- PBSyntax='DBASE_SYNTAX'
- PBConCatIndex='NO'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- [DBASE ODBCJT32]
- PBSyntax='DBASE_SYNTAX'
- PBConCatIndex='NO'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- ; Q+E Driver for DB2/2 and IBM CAE 2.1 DB2CLI
- [DB2/2]
- PBCatalogOwner='PBCATOWN'
- PBSyntax='DB2CS_SYNTAX'
- PBDateTime='ISO_DATETIME'
- PBFunctions='DB2CS_FUNCTIONS'
- DelimitIdentifier='YES'
- PBSystemOwner='SYSIBM,SYSSTAT,SYSCAT'
- IdentifierCase=3
- PBSupportBindSelect='NO'
- PBSupportBindUpdate='NO'
- PBSupportDBBind='NO'
- BlobSegmentSize=32767
- ForeignKeyDeleteRule='Disallow if Dependent Rows Exist (RESTRICT),Delete any Dependent Rows (CASCADE),Set Dependent Columns to NULL (SET NULL)'
- TableListType='ALIAS'
- Block=1
- ; IBM DB2/NT 2.1 DB2CLI
- [DB2/NT]
- PBCatalogOwner='PBCATOWN'
- PBSyntax='DB2NT_SYNTAX'
- PBDateTime='ISO_DATETIME'
- PBFunctions='DB2CS_FUNCTIONS'
- DelimitIdentifier='YES'
- PBSystemOwner='SYSIBM,SYSSTAT,SYSCAT'
- IdentifierCase=3
- PBSupportBindSelect='NO'
- PBSupportBindUpdate='NO'
- PBSupportDBBind='NO'
- BlobSegmentSize=32767
- ForeignKeyDeleteRule='Disallow if Dependent Rows Exist (RESTRICT),Delete any Dependent Rows (CASCADE),Set Dependent Columns to NULL (SET NULL)'
- TableListType='ALIAS'
- Block=1
- ; IBM DB2/MVS 4.1 DB2CLI
- [DB2]
- PBCatalogOwner='PBCATOWN'
- PBSyntax='DB2NT_SYNTAX'
- PBDateTime='ISO_DATETIME'
- PBFunctions='DB2CS_FUNCTIONS'
- DelimitIdentifier='YES'
- PBSystemOwner='SYSIBM,SYSSTAT,SYSCAT'
- IdentifierCase=3
- PBSupportBindSelect='NO'
- PBSupportBindUpdate='NO'
- PBSupportDBBind='NO'
- BlobSegmentSize=32767
- ForeignKeyDeleteRule='Disallow if Dependent Rows Exist (RESTRICT),Delete any Dependent Rows (CASCADE),Set Dependent Columns to NULL (SET NULL)'
- TableListType='ALIAS'
- Block=1
- ; IBM DB2/6000 2.1 DB2CLI
- [DB2/6000]
- PBCatalogOwner='PBCATOWN'
- PBSyntax='DB2CS_SYNTAX'
- PBDateTime='ISO_DATETIME'
- PBFunctions='DB2CS_FUNCTIONS'
- DelimitIdentifier='YES'
- PBSystemOwner='SYSIBM,SYSSTAT,SYSCAT'
- IdentifierCase=3
- PBSupportBindSelect='NO'
- PBSupportBindUpdate='NO'
- PBSupportDBBind='NO'
- BlobSegmentSize=32767
- ForeignKeyDeleteRule='Disallow if Dependent Rows Exist (RESTRICT),Delete any Dependent Rows (CASCADE),Set Dependent Columns to NULL (SET NULL)'
- TableListType='ALIAS'
- Block=1
- ; IBM DB2/SUN 2.1 DB2CLI
- [DB2/SUN]
- PBCatalogOwner='PBCATOWN'
- PBSyntax='DB2CS_SYNTAX'
- PBDateTime='ISO_DATETIME'
- PBFunctions='DB2CS_FUNCTIONS'
- DelimitIdentifier='YES'
- PBSystemOwner='SYSIBM,SYSSTAT,SYSCAT'
- IdentifierCase=3
- PBSupportBindSelect='NO'
- PBSupportBindUpdate='NO'
- PBSupportDBBind='NO'
- BlobSegmentSize=32767
- ForeignKeyDeleteRule='Disallow if Dependent Rows Exist (RESTRICT),Delete any Dependent Rows (CASCADE),Set Dependent Columns to NULL (SET NULL)'
- TableListType='ALIAS'
- Block=1
- ; IBM DB2/HPUX 2.1 DB2CLI
- [DB2/HPUX]
- PBCatalogOwner='PBCATOWN'
- PBSyntax='DB2CS_SYNTAX'
- PBDateTime='ISO_DATETIME'
- PBFunctions='DB2CS_FUNCTIONS'
- DelimitIdentifier='YES'
- PBSystemOwner='SYSIBM,SYSSTAT,SYSCAT'
- IdentifierCase=3
- PBSupportBindSelect='NO'
- PBSupportBindUpdate='NO'
- PBSupportDBBind='NO'
- BlobSegmentSize=32767
- ForeignKeyDeleteRule='Disallow if Dependent Rows Exist (RESTRICT),Delete any Dependent Rows (CASCADE),Set Dependent Columns to NULL (SET NULL)'
- TableListType='ALIAS'
- Block=1
- ; IBM DB2/LINUX 2.1 DB2CLI
- [DB2/LINUX]
- PBCatalogOwner='PBCATOWN'
- PBSyntax='DB2NT_SYNTAX'
- PBDateTime='ISO_DATETIME'
- PBFunctions='DB2CS_FUNCTIONS'
- DelimitIdentifier='YES'
- PBSystemOwner='SYSIBM,SYSSTAT,SYSCAT'
- IdentifierCase=3
- PBSupportBindSelect='NO'
- PBSupportBindUpdate='NO'
- PBSupportDBBind='NO'
- BlobSegmentSize=32767
- ForeignKeyDeleteRule='Disallow if Dependent Rows Exist (RESTRICT),Delete any Dependent Rows (CASCADE),Set Dependent Columns to NULL (SET NULL)'
- TableListType='ALIAS'
- Block=1
- ; IBM DB2/6000 PE 2.1 DB2CLI
- [DB2/6000 PE]
- PBCatalogOwner='PBCATOWN'
- PBSyntax='DB2CS_SYNTAX'
- PBDateTime='ISO_DATETIME'
- PBFunctions='DB2CS_FUNCTIONS'
- DelimitIdentifier='YES'
- PBSystemOwner='SYSIBM,SYSSTAT,SYSCAT'
- IdentifierCase=3
- PBSupportBindSelect='NO'
- PBSupportBindUpdate='NO'
- PBSupportDBBind='NO'
- BlobSegmentSize=32767
- ForeignKeyDeleteRule='Disallow if Dependent Rows Exist (RESTRICT),Delete any Dependent Rows (CASCADE),Set Dependent Columns to NULL (SET NULL)'
- TableListType='ALIAS'
- Block=1
- ; IBM DB2/SNI 2.1 DB2CLI
- [DB2/SNI]
- PBCatalogOwner='PBCATOWN'
- PBSyntax='DB2CS_SYNTAX'
- PBDateTime='ISO_DATETIME'
- PBFunctions='DB2CS_FUNCTIONS'
- DelimitIdentifier='YES'
- PBSystemOwner='SYSIBM,SYSSTAT,SYSCAT'
- IdentifierCase=3
- PBSupportBindSelect='NO'
- PBSupportBindUpdate='NO'
- PBSupportDBBind='NO'
- BlobSegmentSize=32767
- ForeignKeyDeleteRule='Disallow if Dependent Rows Exist (RESTRICT),Delete any Dependent Rows (CASCADE),Set Dependent Columns to NULL (SET NULL)'
- TableListType='ALIAS'
- Block=1
- ; IBM Client Access/400 ODBC Driver
- [DB2/400 SQL]
- PBSyntax='DB24_SYNTAX'
- PBDateTime='ISO_DATETIME'
- DelimitIdentifier='YES'
- IdentifierCase=3
- ForeignKeyDeleteRule='Disallow if Dependent Rows Exist (RESTRICT), Delete any Dependent Rows (CASCADE), Set Dependent Columns to NULL (SET NULL), Set Dependent Columns to Default (SET DEFAULT)'
- PBSystemOwner='NULLID'
- Block=1
- ; Uncomment PBCatalogOwner if you want all PB users to share a common PB extended catalog
- ;PBCatalogOwner=<collection name>
- ; For EDA/SQL, build the PB catalog with ISQL then delete PBNoCatalog entry
- ; and replace it with PBCatalogOwner=owner.
- [EDASERVE]
- PBNoCatalog='YES'
- PBDateTime='ISO_DATETIME'
- ; Microsoft driver for EXCEL
- [EXCEL]
- PBSyntax='Excel_SYNTAX'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBNoCatalog='YES'
- PBSupportBindSelect='NO'
- PBSupportBindUpdate='NO'
- PBSupportDBBind='NO'
- ; Microsoft driver for Foxpro
- [FoxPro 2.5]
- PBConCatIndex='NO'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBSyntax='FOXP25_SYNTAX'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- ; Microsoft driver for Foxpro 2.0 pack
- [FOXPRO ODBCJT16]
- PBConCatIndex='NO'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBSyntax='FOXP25_SYNTAX'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- [FOXPRO ODBCJT32]
- PBConCatIndex='NO'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBSyntax='FOXP25_SYNTAX'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- ;Intersolve foxpro 2.5
- [FOXPRO]
- PBSyntax='FOXP25_SYNTAX'
- PBConCatIndex='NO'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- DelimitIdentifier='NO'
- ;Intersolve foxbase
- [FOXBASE]
- PBSyntax='FOXP25_SYNTAX'
- PBConCatIndex='NO'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- DelimitIdentifier='NO'
- ; Q+E driver for Informix
- [INFORMIX]
- PBSpecialDataTypes='INFORMIX_SPECIALDATATYPES'
- PBSyntax='INFORMIX_SYNTAX'
- PBBlobDynamic='YES'
- PBPrimaryKeyName='YES'
- Block=1
- ; Q+E driver for Ingres
- [INGRES QEING03]
- PBSyntax='INGRES_SYNTAX'
- PBDateTime='DEFAULT_DATETIME'
- PBFunctions='DEFAULT_FUNCTIONS'
- PBDateTimeInvalidInSearch='YES'
- PBTimeInvalidInSearch='YES'
- DelimitIdentifier='NO'
- PBQualifierIsOwner='NO'
- PBSystemOwner='$ingres'
- PBCatalogOwner='ingres'
- ; Ingres (Page Ahead) driver for Ingres
- [INGRES]
- PBSyntax='INGRES_SYNTAX'
- PBDateTime='DEFAULT_DATETIME'
- PBFunctions='DEFAULT_FUNCTIONS'
- PBDateTimeInvalidInSearch='YES'
- PBTimeInvalidInSearch='YES'
- DelimitIdentifier='NO'
- PBQualifierIsOwner='NO'
- PBSystemOwner='$ingres'
- PBCatalogOwner='ingres'
- [Microsoft SQL Server]
- PBCatalogOwner='dbo'
- PBSystemOwner='sys'
- PBSyntax='MS_SQLSERVER_SYNTAX'
- PBDateTime='MSSQLSERVER_DATETIME'
- PBFunctions='MSSQL_FUNCTIONS'
- PBSpecialDataTypes='SYBASE_SPECIALDATATYPES'
- PBObjectIDs='YES'
- PBMaxBlobSize='32767'
- PBMaxTextSize='32767'
- PBDWDynamic='NO'
- PBPrimaryKeyName='YES'
- Block=1
- SQLSrvrTSPrefix='0x'
- PBUseProcOwner='YES'
- PBDefaultValues='USER,SYSTEM_USER,USER_ID(),HOST_ID(),HOST_NAME(),DB_ID(),DB_NAME(),CURRENT_TIMESTAMP,NULL'
- PBDefaultCreate='YES'
- PBDefaultAlter='NO'
- PBDefaultExpressions='YES'
- ; PB Q+E driver for NetWareSQL
- [Netware SQL]
- PBSyntax='QE_NETWARE_SYNTAX'
- PBConCatIndex='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- PBDateTime='DEFAULT_DATETIME'
- PBFunctions='QE_BTRIEVE_FUNCTIONS'
- PBSpecialDataTypes='QE_NETWARESQL_SPECIALDATATYPES'
- DelimitIdentifier='NO'
- IdentifierCase=3
- PBQualifiersOnDesc='YES'
- ; Q+E driver for Oracle6
- [ORACLE QEORA03]
- PBCatalogOwner='SYSTEM'
- PBSystemOwner='SYS'
- IdentifierCase=3
- PBParseProcs='NO'
- PBSyntax='OR7_Syntax'
- PBPrimaryKeyName='YES'
- Block=1
- ; QE Oracle7 driver
- [ORACLE QEOR706]
- PBCatalogOwner='SYSTEM'
- PBSystemOwner='SYS'
- PBDateTime='NO_MSECS_DATETIME'
- IdentifierCase=3
- PBParseProcs='NO'
- PBSyntax='OR7_Syntax'
- PBPrimaryKeyName='YES'
- Block=1
- ; Microsoft driver for Oracle6
- [ORACLE]
- PBCatalogOwner='SYSTEM'
- PBSystemOwner='CTXSYS,DMSYS,EXFSYS,MDSYS,OLAPSYS,ORDPLUGINS,ORDSYS,RMAN,SYS,WKSYS,WMSYS,XDB'
- PBParseProcs='NO'
- PBSyntax='OR7_Syntax'
- PBPrimaryKeyName='YES'
- Block=1
- ; Oracle 7 ODBC driver
- [Oracle7]
- PBCatalogOwner='SYSTEM'
- PBSystemOwner='CTXSYS,DMSYS,EXFSYS,MDSYS,OLAPSYS,ORDPLUGINS,ORDSYS,RMAN,SYS,WKSYS,WMSYS,XDB'
- PBDateTime='NO_MSECS_DATETIME'
- IdentifierCase=3
- PBParseProcs='NO'
- PBPrimaryKeyName='YES'
- Block=1
- ; Oracle 8 ODBC driver
- [Oracle8]
- PBCatalogOwner='SYSTEM'
- PBSystemOwner='CTXSYS,DMSYS,EXFSYS,MDSYS,OLAPSYS,ORDPLUGINS,ORDSYS,RMAN,SYS,WKSYS,WMSYS,XDB'
- PBDateTime='NO_MSECS_DATETIME'
- IdentifierCase=3
- PBParseProcs='NO'
- PBSyntax='OR7_Syntax'
- PBPrimaryKeyName='YES'
- Block=1
- [Oracle 8]
- PBCatalogOwner='SYSTEM'
- PBSystemOwner='CTXSYS,DMSYS,EXFSYS,MDSYS,OLAPSYS,ORDPLUGINS,ORDSYS,RMAN,SYS,WKSYS,WMSYS,XDB'
- PBDateTime='NO_MSECS_DATETIME'
- IdentifierCase=3
- PBParseProcs='NO'
- PBSyntax='OR7_Syntax'
- PBPrimaryKeyName='YES'
- Block=1
- ; Q+E driver for Paradox
- [PARADOX]
- PBSyntax='Paradox_SYNTAX'
- PBCatNdxIsTblName='YES'
- PBConCatIndex='NO'
- PBFileManager='YES'
- PBNoCatalog='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- PBSpecialDataTypes='PARADOX_SPECIALDATATYPES'
- DelimitIdentifier='NO'
- PBSupportBindSelect='NO'
- PBSupportBindUpdate='NO'
- PBSupportDBBind='NO'
- ; Microsoft driver for Paradox 2.0 pack
- [PARADOX ODBCJT16]
- PBSyntax='Paradox_SYNTAX'
- PBCatNdxIsTblName='YES'
- PBConCatIndex='NO'
- PBFileManager='YES'
- PBNoCatalog='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- IdentifierQuoteChar='"'
- DelimitIdentifier='YES'
- [PARADOX ODBCJT32]
- PBSyntax='Paradox_SYNTAX'
- PBCatNdxIsTblName='YES'
- PBConCatIndex='NO'
- PBFileManager='YES'
- PBNoCatalog='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- IdentifierQuoteChar='"'
- DelimitIdentifier='YES'
- ;Platinum driver for InfoSession
- [PLATINUM InfoSession INTODBC]
- PBEscapeChar='NO'
- PBNoCatalog='YES'
- PBDateTime='DEFAULT_DATETIME'
- ;RedBrick 16-bit
- [Red Brick Warehouse RBODBC]
- PBSpecialDataTypes='REDBRICK_SPECIALDATATYPES'
- ;RedBrick v4.0.6
- [Red Brick Warehouse RBODBC32]
- PBSpecialDataTypes='REDBRICK_SPECIALDATATYPES'
- ;RedBrick v5.1.x
- [Red Brick Warehouse RB32ODBC]
- PBSpecialDataTypes='REDBRICK_SPECIALDATATYPES'
- [Rdb]
- PBSyntax='Rdb_SYNTAX'
- PBDateTime='DEFAULT_DATETIME'
- PBEscapeChar='NO'
- PBTrimCharColumns='YES'
- Block=1
- ; Q+E driver for Gupta SQLBase
- [SQLBase]
- PBSyntax='SQLBase_SYNTAX'
- PBDateTime='DEFAULT_DATETIME'
- PBFunctions='DEFAULT_FUNCTIONS'
- PBDateTimeInvalidInSearch='YES'
- PBTimeInvalidInSearch='YES'
- IdentifierCase=3
- PBSpecialDataTypes='SQLBASE_SPECIALDATATYPES'
- PBQualifiersOnDesc='YES'
- ; Q+E Text driver
- [Text]
- PBNoCatalog='YES'
- PBSyntax='CORE_SYNTAX'
- PBDateTime='DEFAULT_DATETIME'
- DelimitIdentifier='NO'
- [Text ODBCJT16]
- PBNoCatalog='YES'
- PBSyntax='CORE_SYNTAX'
- PBDateTime='DEFAULT_DATETIME'
- DelimitIdentifier='YES'
- PBFunctions='TEXT_FUNCTIONS'
- PBTableDot=0
- [Text ODBCJT32]
- PBNoCatalog='YES'
- PBSyntax='CORE_SYNTAX'
- PBDateTime='DEFAULT_DATETIME'
- DelimitIdentifier='YES'
- PBFunctions='TEXT_FUNCTIONS'
- PBTableDot=0
- ; Fulcrum Tech's text retrieval driver
- [SearchServer]
- PBSyntax='SearchServer_SYNTAX'
- PBFunctions='SearchServer_FUNCTIONS'
- DelimitIdentifier='YES'
- PBConCatIndex='NO'
- PBFileManager='YES'
- PBNoRequiredFields='YES'
- PBTrimCharColumns='YES'
- PBTrimCatCharColumns='YES'
- [SQL Server]
- PBCatalogOwner='dbo'
- PBSyntax='SYBASE_SYNTAX'
- PBDateTime='DEFAULT_DATETIME'
- PBFunctions='SYBASE_FUNCTIONS'
- PBSpecialDataTypes='SYBASE_SPECIALDATATYPES'
- PBObjectIDs='YES'
- PBMaxBlobSize='32767'
- PBMaxTextSize='32767'
- PBDWDynamic='NO'
- SQLSrvrTSPrefix='0x'
- PBTrimCatCharColumns='YES'
- PBUseProcOwner='YES'
- IdentifierQuoteChar='"'
- [Sybase SQL Server]
- PBCatalogOwner='dbo'
- PBSyntax='SYBASE_SYNTAX'
- PBDateTime='DEFAULT_DATETIME'
- PBFunctions='SYBASE_FUNCTIONS'
- PBSpecialDataTypes='SYBASE_SPECIALDATATYPES'
- PBObjectIDs='YES'
- PBMaxBlobSize='32767'
- PBMaxTextSize='32767'
- PBDWDynamic='NO'
- SQLSrvrTSPrefix='0x'
- PBTrimCatCharColumns='YES'
- PBUseProcOwner='YES'
- IdentifierQuoteChar='"'
- ; VMark's HyperSTAR STAR/ODBC driver - connected to uniVerse
- [HyperSTAR / uniVerse]
- PBSpecialDataTypes='HYPERSTAR_SPECIALDATATYPES'
- ; VMark's HyperSTAR STAR/ODBC driver - connected to PI/open
- [HyperSTAR / PI/open]
- PBSpecialDataTypes='HYPERSTAR_SPECIALDATATYPES'
- ; VMark's HyperSTAR STAR/ODBC driver - connected to PRIME Information
- HyperSTAR / PRIME Information]
- PBSpecialDataTypes='HYPERSTAR_SPECIALDATATYPES'
- ; VMark's HyperSTAR STAR/ODBC driver - connected to Informix
- [HyperSTAR / Informix]
- PBSpecialDataTypes='HYPERSTAR_SPECIALDATATYPES'
- ; VMark's HyperSTAR STAR/ODBC driver - connected to Sybase
- [HyperSTAR / Sybase]
- PBSpecialDataTypes='HYPERSTAR_SPECIALDATATYPES'
- ; XDB's Driver for XDB (DBMS changes according to backend DB accessed)
- [XDB0300W]
- ;ForeignKeyDeleteRule='Disallow if Dependent Rows Exist (RESTRICT),Delete any Dependent Rows (CASCADE),Set Dependent Columns to NULL (SET NULL)'
- PBSyntax='XDB_SYNTAX'
- PBDateTime='DEFAULT_DATETIME'
- PBCatalogOwner='INSTALL'
- PBDelimitReservedWord='No'
- PBSupportBindSelect='NO'
- PBSupportBindUpdate='NO'
- ;IdentifierCase=3
- ; ********************************************************************
- ; Data Source Settings
- ; ********************************************************************
- ; ********************************************************************
- ; Pattern matching syntax
- ; ********************************************************************
- [WATCOM_SYNTAX]
- AlterForeignKey='ALTER TABLE &TableOwner.&TableName ADD FOREIGN KEY &KeyName (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName'
- AlterPrimaryKey='ALTER TABLE &TableOwner.&TableName ADD PRIMARY KEY (&ColumnName[,&ColumnName]...)'
- CreatePrimaryKey=', PRIMARY KEY (&ColumnName[,&ColumnName]...)'
- CreateForeignKey=', FOREIGN KEY &KeyName (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName'
- DropPrimaryKey='ALTER TABLE &TableOwner.&TableName DELETE PRIMARY KEY'
- DropForeignKey='ALTER TABLE &TableOwner.&TableName DELETE FOREIGN KEY &KeyName'
- DropIndex='DROP INDEX &IndexName'
- RenameTable='ALTER TABLE &OldTableName RENAME &NewTableName'
- RenameColumn='ALTER TABLE &TableName ::RenameColElement'
- RenameColElement='RENAME &OldColumnName TO &NewColumnName'
- AddColumn='ALTER TABLE &TableOwner.&TableName ::AddColElement[, ::AddColElement ]...'
- AddColElement=' ADD &ColumnName &DataType ::Default'
- ModifyColumn='ALTER TABLE &TableOwner.&TableName ::ModifyColElement[, ::ModifyColElement ]...'
- ModifyColElement='MODIFY &ColumnName &DataType ::Default'
- DeleteColumn='ALTER TABLE &TableOwner.&TableName ::DeleteColElement[, ::DeleteColElement ]...'
- DeleteColElement='DELETE &ColumnName'
- PBSelectViewSyntax='select view_def from sys.systable where table_name = ''&ObjectName'' and table_type = 'VIEW' '
- PBFKeyListSyntax='select puser.user_name, ptbl.table_name, column_name, 0, 0, 0, role, fkc.primary_column_id from SYS.SYSTABLE ftbl, SYS.SYSFOREIGNKEY fkt, SYS.SYSTABLE ptbl, SYS.SYSUSERPERMS puser, SYS.SYSUSERPERMS fuser, SYS.SYSFKCOL fkc, SYS.SYSCOLUMN scol where ftbl.table_name = ''&TableName'' and ftbl.creator = fuser.user_id and fuser.user_name = ''&TableOwner'' and ftbl.table_id = fkt.foreign_table_id and fkt.primary_table_id = ptbl.table_id and ptbl.creator = puser.user_id and fkc.foreign_key_id = fkt.foreign_key_id and fkt.foreign_table_id = scol.table_id and fkc.foreign_table_id = scol.table_id and fkc.foreign_column_id = scol.column_id order by role, fkc.primary_column_id '
- AddUser='GRANT CONNECT TO &UserID IDENTIFIED BY &Password'
- DefaultUserAuthority='GRANT RESOURCE TO &UserID'
- ChangeUser='GRANT CONNECT TO &UserID IDENTIFIED BY &Password'
- DeleteUser='REVOKE CONNECT FROM &UserID'
- SelectUsers='SELECT USER_NAME FROM SYS.SYSUSERPERMS'
- SelectTableUsers='SELECT if USER_GROUP='Y' then '*' || USER_NAME else USER_NAME endif FROM SYS.SYSUSERPERMS'
- SelectGroups='SELECT USER_NAME FROM SYS.SYSUSERPERMS WHERE USER_GROUP='Y''
- AddGroup='GRANT GROUP TO &GroupID'
- DeleteGroup='REVOKE GROUP FROM &GroupID'
- SelectMembers='SELECT MEMBER_NAME FROM SYS.SYSGROUPS WHERE GROUP_NAME='&sqlsub''
- AddMembers='GRANT MEMBERSHIP IN GROUP &GroupID TO &UserID'
- DeleteMembers='REVOKE MEMBERSHIP IN GROUP &GroupID FROM &UserID'
-
- [WATCOM50_SYNTAX]
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType &NotNull ::Default'
- Default='DEFAULT &default'
- NoDefault='DEFAULT NULL'
- AlterForeignKey='ALTER TABLE &TableOwner.&TableName ADD FOREIGN KEY &KeyName (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName ON DELETE &DeleteRule'
- AlterPrimaryKey='ALTER TABLE &TableOwner.&TableName ADD PRIMARY KEY (&ColumnName[,&ColumnName]...)'
- CreatePrimaryKey=', PRIMARY KEY (&ColumnName[,&ColumnName]...)'
- CreateForeignKey=', FOREIGN KEY &KeyName (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName ON DELETE &DeleteRule'
- DropPrimaryKey='ALTER TABLE &TableOwner.&TableName DELETE PRIMARY KEY'
- DropForeignKey='ALTER TABLE &TableOwner.&TableName DELETE FOREIGN KEY &KeyName'
- DropIndex='DROP INDEX &TableName.&IndexName'
- RenameTable='ALTER TABLE &OldTableName RENAME &NewTableName'
- RenameColumn='ALTER TABLE &TableName ::RenameColElement'
- RenameColElement='RENAME &OldColumnName TO &NewColumnName'
- AddColumn='ALTER TABLE &TableOwner.&TableName ::AddColElement[, ::AddColElement ]...'
- AddColElement=' ADD &ColumnName &DataType ::Default'
- ModifyColumn='ALTER TABLE &TableOwner.&TableName ::ModifyColElement[, ::ModifyColElement ]...'
- ModifyColElement='MODIFY &ColumnName &DataType ::Default'
- DeleteColumn='ALTER TABLE &TableOwner.&TableName ::DeleteColElement[, ::DeleteColElement ]...'
- DeleteColElement='DELETE &ColumnName'
- PBSelectViewSyntax='select view_def from SYS.SYSTABLE where table_name = ''&ObjectName'' and table_type = 'VIEW' '
- PBSelectProcSyntax='select proc_defn from SYS.SYSPROCEDURE JOIN SYS.SYSUSERPERMS where proc_name = ''&ObjectName'' and user_name = ''&ObjectOwner'''
- ShowPlanSyntax='select plan('&sqlsub')'
- AddUser='GRANT CONNECT TO &UserID IDENTIFIED BY ''&Password'''
- DefaultUserAuthority='GRANT RESOURCE TO &UserID'
- ChangeUser='GRANT CONNECT TO &UserID IDENTIFIED BY ''&Password'''
- DeleteUser='REVOKE CONNECT FROM &UserID'
- SelectUsers='SELECT user_name FROM SYS.SYSUSERPERMS'
- SelectTableUsers='SELECT if user_group='Y' then '*' || user_name else user_name endif FROM SYS.SYSUSERPERMS'
- SelectGroups='SELECT user_name FROM SYS.SYSUSERPERMS WHERE user_group ='Y''
- AddGroup='GRANT GROUP TO &GroupID'
- DeleteGroup='REVOKE GROUP FROM &GroupID'
- SelectMembers='SELECT member_name FROM SYS.SYSGROUPS WHERE group_name='&sqlsub''
- AddMembers='GRANT MEMBERSHIP IN GROUP &GroupID TO &UserID'
- DeleteMembers='REVOKE MEMBERSHIP IN GROUP &GroupID FROM &UserID'
- GetIdentity='Select @@identity'
- GetCatalogIdentity='Select cname from SYS.SYSCOLUMNS where tname = ''&TableName'' and creator = ''&TableOwner'' and default_value = 'autoincrement' and in_primary_key = 'Y' '
- SelectDefault='Select cname, default_value from SYS.SYSCOLUMNS where tname = ''&TableName'' and creator = ''&TableOwner'' and default_value IS NOT NULL'
- GetServerTime='Select now(*)'
- GetTriggers='select g.trigger_id, g.trigger_name, g.trigger_defn from sys.systrigger g JOIN sys.systable t where t.table_name = ''&ObjectName'' and t.creator = user_id(''&ObjectOwner'') and referential_action is NULL'
- GetTriggerSyntax='select trigger_defn from sys.systrigger where trigger_id = &ObjectId'
- DeleteTrigger='drop trigger &ObjectOwner.&ObjectName.&TriggerName'
- GetSysEvents='select event_id, user_name(creator), event_name from sys.sysevent'
- GetEventText='select e.enabled, e.location, t.name, e.action, e.external_action, e.condition, e.remarks from sys.sysevent e LEFT OUTER JOIN sys.syseventtype t where e.event_id = &ObjectId'
- GetEventSchedule='select sched_name, recurring, start_time, stop_time, start_date, days_of_week, days_of_month, interval_units, interval_amt from sys.sysschedule where event_id = &ObjectId'
- DeleteEvent='drop event &ObjectName'
- DeleteProc='drop procedure &ObjectOwner.&ObjectName'
- [SYBASE_SYNTAX]
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType &NotNull'
- CreateIndex='CREATE &UNIQUE INDEX &IndexName ON &TableOwner.&TableName (::ColumnIndex[, ::ColumnIndex]...)'
- ColumnIndex='&ColumnName'
- DropIndex='DROP INDEX &TableName.&IndexName'
- AlterForeignKey='ALTER TABLE &TableOwner.&TableName ADD CONSTRAINT &KeyName FOREIGN KEY (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName'
- AlterPrimaryKey='ALTER TABLE &TableOwner.&TableName ADD PRIMARY KEY (&ColumnName[,&ColumnName]...)'
- CreatePrimaryKey=', PRIMARY KEY (&ColumnName[,&ColumnName]...)'
- CreateForeignKey=', CONSTRAINT &KeyName FOREIGN KEY (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName'
- DropTable='DROP TABLE &TableOwner.&TableName'
- DropView='DROP VIEW &TableOwner.&TableName'
- RenameTable='EXECUTE sp_rename &OldTableName, &NewTableName'
- RenameColumn='EXECUTE sp_rename ::RenameColElement'
- RenameColElement='"&TableName.&OldColumnName", &NewColumnName'
- AddColumn='ALTER TABLE &TableOwner.&TableName ADD ::AddColElement[, ::AddColElement ]...'
- AddColElement='&ColumnName &DataType &Null'
- GrantTablePrivilege='GRANT &Privilege[,&Privilege]... ON &TableOwner.&TableName TO &UserName[,&UserName]...'
- RevokeTablePrivilege='REVOKE &Privilege[,&Privilege]... ON &TableOwner.&TableName FROM &UserName[,&UserName]...'
- PBOuterJoin='&FirstJoin &OuterJoin1&Operator&OuterJoin2 &SecondJoin'
- PBOuterJoinOperator='*'
- PBSelectProcSyntax='select text from dbo.syscomments where id = object_id(''&ObjectOwner.&ObjectName'') and number=&ObjectNumber'
- PBSelectViewSyntax='select text from dbo.syscomments where id = object_id(''&ObjectOwner.&ObjectName'')'
- GetIdentity='Select @@identity'
- GetServerTime='Select getdate()'
- GetTriggers='select instrig, object_name(instrig) from dbo.sysobjects where id = object_id(''&ObjectOwner.&ObjectName'') union select deltrig, object_name(deltrig) from dbo.sysobjects where id = object_id(''&ObjectOwner.&ObjectName'') union select updtrig, object_name(updtrig) from dbo.sysobjects where id = object_id(''&ObjectOwner.&ObjectName'')'
- GetTriggerSyntax='select text from dbo.syscomments where id = &ObjectId and number = 0'
- DeleteTrigger='drop trigger &ObjectOwner.&TriggerName'
- ; GetIdentity='Select max(IDENTCOL) from &TableName'
- ; Alternative technique if table has insert trigger associated with it.
- [QE_BTRIEVE_SYNTAX]
- CreateIndex='CREATE &UNIQUE INDEX &IndexName ON &TableOwner.&TableName (::ColumnIndex[, ::ColumnIndex]...)'
- ColumnIndex='&ColumnName'
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType &NotNull'
- DropIndex='DROP INDEX &TableName.&IndexName'
- DropTable='DROP TABLE &TableOwner.&TableName'
- DropView='DROP VIEW &TableOwner.&TableName'
- [MS_BTRIEVE_SYNTAX]
- CreateIndex='CREATE &UNIQUE INDEX &IndexName ON &TableOwner.&TableName (::ColumnIndex[, ::ColumnIndex]...)'
- ColumnIndex='&ColumnName'
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType'
- DropIndex='DROP INDEX &TableName.&IndexName'
- DropTable='DROP TABLE &TableOwner.&TableName'
- DropView='DROP VIEW &TableOwner.&TableName'
- [CORE_SYNTAX]
- AddColumn='ALTER TABLE &TableOwner.&TableName ADD ::AddColElement[, ::AddColElement ]...'
- AddColElement='&ColumnName &DataType &Null'
- CreateIndex='CREATE &UNIQUE INDEX &IndexName ON &TableOwner.&TableName (::ColumnIndex[, ::ColumnIndex]...)'
- ColumnIndex='&ColumnName &Descending'
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType &NotNull'
- DropIndex='DROP INDEX &TableName.&IndexName'
- DropTable='DROP TABLE &TableOwner.&TableName'
- DropView='DROP VIEW &TableOwner.&TableName'
- GrantTablePrivilege='GRANT &Privilege[,&Privilege]... ON &TableOwner.&TableName TO &UserName[,&UserName]...'
- RevokeTablePrivilege='REVOKE &Privilege[,&Privilege]... ON &TableOwner.&TableName FROM &UserName[,&UserName]...'
- [INFORMIX_SYNTAX]
- AddColumn='ALTER TABLE &TableOwner.&TableName ADD (::ColumnElement[, ::ColumnElement ]...)'
- CreateIndex='CREATE &UNIQUE INDEX &IndexName ON &TableOwner.&TableName (::ColumnIndex[, ::ColumnIndex]...)'
- ColumnIndex='&ColumnName &Descending'
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType &NotNull'
- DropIndex='DROP INDEX &IndexName'
- DropTable='DROP TABLE &TableOwner.&TableName'
- DropView='DROP VIEW &TableOwner.&TableName'
- GrantTablePrivilege='GRANT &Privilege[,&Privilege]... ON &TableOwner.&TableName TO &UserName[,&UserName]...'
- RevokeTablePrivilege='REVOKE &Privilege[,&Privilege]... ON &TableOwner.&TableName FROM &UserName[,&UserName]...'
- DeleteColumn='ALTER TABLE &TableOwner.&TableName ::DeleteColElement[, ::DeleteColElement ]...'
- DeleteColElement='DROP &ColumnName'
- PBSelectViewSyntax='select viewtext from sysviews where tabid = (select tabid from systables where tabname = ''&ObjectName'')'
- PBSelectProcSyntax='select data from informix.sysprocbody WHERE datakey = 'T' AND procid = (SELECT procid FROM informix.sysprocedures WHERE informix.sysprocedures.procname = ''&ObjectName'')'
- AlterPrimaryKey='ALTER TABLE &TableOwner.&TableName ADD CONSTRAINT (PRIMARY KEY (&ColumnName[,&ColumnName]...) CONSTRAINT &KeyName)'
- AlterForeignKey='ALTER TABLE &TableOwner.&TableName ADD CONSTRAINT (FOREIGN KEY (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName CONSTRAINT &KeyName)'
- CreatePrimaryKey=', PRIMARY KEY (&ColumnName[,&ColumnName]...) CONSTRAINT &KeyName'
- CreateForeignKey=', FOREIGN KEY (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName CONSTRAINT &KeyName'
- DropPrimaryKey='ALTER TABLE &TableOwner.&TableName DROP CONSTRAINT &KeyName'
- DropForeignKey='ALTER TABLE &TableOwner.&TableName DROP CONSTRAINT &KeyName'
-
- [IDMS_SYNTAX]
- AddColumn='ALTER TABLE &TableOwner.&TableName ADD ::AddColElement[, ::AddColElement ]...'
- AddColElement='&ColumnName &DataType &NotNull'
- CreateIndex='CREATE &UNIQUE INDEX &IndexName ON &TableOwner.&TableName (::ColumnIndex[, ::ColumnIndex]...)'
- ColumnIndex='&ColumnName'
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType &NotNull'
- DropIndex='DROP INDEX &TableName.&IndexName'
- DropTable='DROP TABLE &TableOwner.&TableName'
- DropView='DROP VIEW &TableOwner.&TableName'
- GrantTablePrivilege='GRANT ACCESS ON &TableOwner.&TableName TO &UserName[,&UserName]...'
- RevokeTablePrivilege='REVOKE &Privilege[,&Privilege]... ON &TableOwner.&TableName FROM &UserName[,&UserName]...'
-
- [Paradox_SYNTAX]
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType'
- DropTable='DROP TABLE &TableOwner.&TableName'
- DropIndex='DROP INDEX &TableName.&IndexName'
- AddColumn='ALTER TABLE &TableOwner.&TableName ADD ::AddColElement[, ::AddColElement ]...'
- AddColElement='&ColumnName &DataType &Null'
- [FOXP25_SYNTAX]
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType'
- DropTable='DROP TABLE &TableOwner.&TableName'
- DropIndex='DROP INDEX &TableName.&IndexName'
- [ACCESS_SYNTAX]
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType'
- AddColumn='ALTER TABLE &TableOwner.&TableName ::AddColElement [ ::AddColElement ]...'
- AddColElement='ADD COLUMN &ColumnName &DataType &NotNull'
- DeleteColumn='ALTER TABLE &TableName ::DeleteColElement'
- DeleteColElement='DROP COLUMN &ColumnName'
- DropTable='DROP TABLE &TableOwner.&TableName'
- CreateIndex='CREATE &UNIQUE INDEX &IndexName ON &TableOwner.&TableName (::ColumnIndex[, ::ColumnIndex]...)'
- ColumnIndex='&ColumnName'
- DropIndex='DROP INDEX &TableName.&IndexName'
- [DBASE_SYNTAX]
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType'
- DropTable='DROP TABLE &TableOwner.&TableName'
- DropIndex='DROP INDEX &TableName.&IndexName'
- [Excel_SYNTAX]
- CreateTable='CREATE TABLE &TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType'
- DropTable='DROP TABLE &TableName'
- [DB2CS_SYNTAX]
- AddColumn='ALTER TABLE &TableOwner.&TableName ::AddColElement [ ::AddColElement ]...'
- AddColElement='ADD &ColumnName &DataType &NotNull'
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType &NotNull'
- CreatePrimaryKey=', PRIMARY KEY (&ColumnName[,&ColumnName]...)'
- CreateForeignKey=', CONSTRAINT &KeyName FOREIGN KEY (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName ON DELETE &DeleteRule'
- AlterForeignKey='ALTER TABLE &TableOwner.&TableName FOREIGN KEY &KeyName (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName ON DELETE &DeleteRule'
- AlterPrimaryKey='ALTER TABLE &TableOwner.&TableName PRIMARY KEY (&ColumnName[,&ColumnName]...)'
- CreateIndex='CREATE &UNIQUE INDEX &TableOwner.&IndexName ON &TableOwner.&TableName (::ColumnIndex[, ::ColumnIndex]...)'
- ColumnIndex='&ColumnName &Descending'
- DropTable='DROP TABLE &TableOwner.&TableName'
- DropView='DROP VIEW &TableOwner.&TableName'
- DropIndex='DROP INDEX &IndexOwner.&IndexName'
- DropPrimaryKey='ALTER TABLE &TableOwner.&TableName DROP PRIMARY KEY'
- DropForeignKey='ALTER TABLE &TableOwner.&TableName DROP FOREIGN KEY &KeyName'
- GrantTablePrivilege='GRANT &Privilege[,&Privilege]... ON &TableOwner.&TableName TO &UserName[,&UserName]...'
- RevokeTablePrivilege='REVOKE &Privilege[,&Privilege]... ON &TableOwner.&TableName FROM &UserName[,&UserName]...'
- PBSelectProcSyntax='SELECT TEXT FROM SYSCAT.PROCEDURES WHERE PROCNAME = ''&ObjectName'' AND PROCSCHEMA = ''&ObjectOwner'''
- PBSelectViewSyntax='SELECT TEXT from SYSIBM.SYSVIEWS WHERE NAME = ''&ObjectName'' AND SEQNO = 1 AND CREATOR = ''&ObjectOwner'''
- DeleteColumn=' '
- DeleteColElement=' '
- [DB2NT_SYNTAX]
- AddColumn='ALTER TABLE &TableOwner.&TableName ::AddColElement [ ::AddColElement ]...'
- AddColElement='ADD &ColumnName &DataType &NotNull'
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType &NotNull'
- CreatePrimaryKey=', PRIMARY KEY (&ColumnName[,&ColumnName]...)'
- CreateForeignKey=', CONSTRAINT &KeyName FOREIGN KEY (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName ON DELETE &DeleteRule'
- AlterForeignKey='ALTER TABLE &TableOwner.&TableName FOREIGN KEY &KeyName (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName ON DELETE &DeleteRule'
- AlterPrimaryKey='ALTER TABLE &TableOwner.&TableName PRIMARY KEY (&ColumnName[,&ColumnName]...)'
- CreateIndex='CREATE &UNIQUE INDEX &TableOwner.&IndexName ON &TableOwner.&TableName (::ColumnIndex[, ::ColumnIndex]...)'
- ColumnIndex='&ColumnName &Descending'
- DropTable='DROP TABLE &TableOwner.&TableName'
- DropView='DROP VIEW &TableOwner.&TableName'
- DropIndex='DROP INDEX &IndexOwner.&IndexName'
- DropPrimaryKey='ALTER TABLE &TableOwner.&TableName DROP PRIMARY KEY'
- DropForeignKey='ALTER TABLE &TableOwner.&TableName DROP FOREIGN KEY &KeyName'
- GrantTablePrivilege='GRANT &Privilege[,&Privilege]... ON &TableOwner.&TableName TO &UserName[,&UserName]...'
- RevokeTablePrivilege='REVOKE &Privilege[,&Privilege]... ON &TableOwner.&TableName FROM &UserName[,&UserName]...'
- PBSelectProcSyntax='SELECT TEXT FROM SYSCAT.PROCEDURES WHERE PROCNAME = ''&ObjectName'' AND PROCSCHEMA = ''&ObjectOwner'''
- PBSelectViewSyntax='SELECT TEXT from SYSCAT.VIEWS WHERE VIEWNAME = ''&ObjectName'' AND VIEWSCHEMA = ''&ObjectOwner'''
- DeleteColumn=' '
- DeleteColElement=' '
- [DB24_SYNTAX]
- AlterForeignKey='ALTER TABLE &TableName FOREIGN KEY &KeyName (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName'
- AlterPrimaryKey='ALTER TABLE &TableName PRIMARY KEY (&ColumnName[,&ColumnName]...)'
- CreateTable='CREATE TABLE &TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType &NotNull'
- CreateIndex='CREATE &UNIQUE INDEX &IndexName ON &TableName (::ColumnIndex[, ::ColumnIndex]...)'
- DropTable='DROP TABLE &TableName'
- DropView='DROP VIEW &TableName'
- DropIndex='DROP INDEX &IndexName'
- DropPrimaryKey='ALTER TABLE &TableName DROP PRIMARY KEY'
- DropForeignKey='ALTER TABLE &TableName DROP FOREIGN KEY &KeyName'
- CreatePrimaryKey=', PRIMARY KEY (&ColumnName[,&ColumnName]...)'
- CreateForeignKey=', CONSTRAINT &KeyName FOREIGN KEY (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName ON DELETE &DeleteRule'
- GrantTablePrivilege='GRANT &Privilege[,&Privilege]... ON &TableName TO &UserName[,&UserName]...'
- RevokeTablePrivilege='REVOKE &Privilege[,&Privilege]... ON &TableName FROM &UserName[,&UserName]...'
- ;PBSelectViewSyntax='SELECT VIEW_DEFINITION from QSYS2.SYSVIEWS WHERE TABLE_NAME = ''&ObjectName'' AND SEQNO = 1 AND VIEW_OWNER = ''&ObjectOwner'''
- [EXTENDED_SYNTAX]
- AddColumn='ALTER TABLE &TableOwner.&TableName ADD ::AddColElement[, ::AddColElement ]...'
- AddColElement='&ColumnName &DataType &Null'
- CreateIndex='CREATE &UNIQUE INDEX &IndexName ON &TableOwner.&TableName (::ColumnIndex[, ::ColumnIndex]...)'
- ColumnIndex='&ColumnName &Descending'
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType &NotNull'
- DeleteColumn='ALTER TABLE &TableOwner.&TableName ::DeleteColElement[, ::DeleteColElement ]...'
- DeleteColElement='DROP &ColumnName'
- DropIndex='DROP INDEX &TableName.&IndexName'
- DropTable='DROP TABLE &TableOwner.&TableName'
- DropView='DROP VIEW &TableOwner.&TableName'
- GrantTablePrivilege='GRANT &Privilege[,&Privilege]... ON &TableOwner.&TableName TO &UserName[,&UserName]...'
- RevokeTablePrivilege='REVOKE &Privilege[,&Privilege]... ON &TableOwner.&TableName FROM &UserName[,&UserName]...'
- [INGRES_SYNTAX]
- CreateIndex='CREATE &UNIQUE INDEX &IndexName ON &TableName (::ColumnIndex[, ::ColumnIndex]...)'
- ColumnIndex='&ColumnName'
- CreateTable='CREATE TABLE &TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType &NotNull'
- DropIndex='DROP INDEX &IndexName'
- DropTable='DROP TABLE &TableName'
- DropView='DROP VIEW &TableName'
- GrantTablePrivilege='GRANT &Privilege[,&Privilege]... ON &TableName TO &UserName[,&UserName]...'
- RevokeTablePrivilege='REVOKE &Privilege[,&Privilege]... ON &TableName FROM &UserName[,&UserName]...'
- [MINIMUM_SYNTAX]
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType &NotNull'
- DropTable='DROP TABLE &TableOwner.&TableName'
- [MS_SQLSERVER_SYNTAX]
- AlterForeignKey='ALTER TABLE &TableOwner.&TableName ADD CONSTRAINT &KeyName FOREIGN KEY (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName'
- AlterPrimaryKey='ALTER TABLE &TableOwner.&TableName ADD CONSTRAINT &KeyName PRIMARY KEY &NonClustered (&ColumnName[,&ColumnName]...)'
- CreatePrimaryKey=', CONSTRAINT &KeyName PRIMARY KEY &NonClustered (&ColumnName[,&ColumnName]...)'
- CreateForeignKey=', CONSTRAINT &KeyName FOREIGN KEY (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName'
- DropPrimaryKey='ALTER TABLE &TableOwner.&TableName DROP CONSTRAINT &KeyName'
- DropForeignKey='ALTER TABLE &TableOwner.&TableName DROP CONSTRAINT &KeyName'
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType &NotNull ::Default'
- Default='DEFAULT &default'
- CreateIndex='CREATE &UNIQUE &Clustered INDEX &IndexName ON &TableOwner.&TableName (::ColumnIndex[, ::ColumnIndex]...)'
- ColumnIndex='&ColumnName'
- DropTable='DROP TABLE &TableOwner.&TableName'
- DropView='DROP VIEW &TableOwner.&TableName'
- DropIndex='DROP INDEX &TableName.&IndexName'
- RenameTable='EXECUTE sp_rename &OldTableName, &NewTableName'
- RenameColumn='EXECUTE sp_rename ::RenameColElement'
- RenameColElement='"&TableName.&OldColumnName", &NewColumnName'
- AddColumn='ALTER TABLE &TableOwner.&TableName ADD ::AddColElement[, ::AddColElement ]...'
- AddColElement='&ColumnName &DataType &Null ::Default'
- ModifyColumn='ALTER TABLE &TableOwner.&TableName ::ModifyColElement[, ::ModifyColElement]...'
- ModifyColElement='ALTER COLUMN &ColumnName &DataType'
- DeleteColumn='ALTER TABLE &TableOwner.&TableName ::DeleteColElement[, ::DeleteColElement]...'
- DeleteColElement='DROP COLUMN &ColumnName'
- GrantTablePrivilege='GRANT &Privilege[,&Privilege]... ON &TableOwner.&TableName TO &UserName[,&UserName]...'
- RevokeTablePrivilege='REVOKE &Privilege[,&Privilege]... ON &TableOwner.&TableName FROM &UserName[,&UserName]...'
- PBOuterJoin='&FirstJoin &OuterJoin1&Operator&OuterJoin2 &SecondJoin'
- PBOuterJoinOperator='*'
- PBSelectProcSyntax='select text from dbo.syscomments where id = object_id(''&ObjectOwner.&ObjectName'') and number=&ObjectNumber'
- PBSelectSysProcSyntax='select text from master.dbo.syscomments where id = object_id(''&ObjectOwner.&ObjectName'')
- PBSelectViewSyntax='select text from dbo.syscomments where id = object_id(''&ObjectOwner.&ObjectName'')'
- GetCatalogIdentity='Select c.name from syscolumns c, sysobjects o, master.dbo.spt_datatype_info d, systypes t where o.id = OBJECT_ID(''&TableOwner.&TableName'') and c.id = o.id and o.type != 'P' and d.auto_increment = (c.status &128 )/128 and c.usertype = t.usertype and (c.status &128) = 128'
- GetIdentity='Select @@identity'
- SelectDefault='select y.name, x.text from syscomments x, syscolumns y where x.id = y.cdefault and y.id = OBJECT_ID(''&TableOwner.&TableName'')'
- ; GetIdentity='Select max(IDENTCOL) from &TableName'
- ; Alternative technique if table has insert trigger associated with it.
- [OR7_SYNTAX]
- AlterForeignKey='ALTER TABLE &TableOwner.&TableName ADD (CONSTRAINT &KeyName FOREIGN KEY (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName)'
- AlterPrimaryKey='ALTER TABLE &TableOwner.&TableName ADD (CONSTRAINT &KeyName PRIMARY KEY (&ColumnName[,&ColumnName]...))'
- CreatePrimaryKey=', CONSTRAINT &KeyName PRIMARY KEY (&ColumnName[,&ColumnName]...)'
- CreateForeignKey=', CONSTRAINT &KeyName FOREIGN KEY (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName'
- DropPrimaryKey='ALTER TABLE &TableOwner.&TableName DROP PRIMARY KEY'
- DropForeignKey='ALTER TABLE &TableOwner.&TableName DROP CONSTRAINT &KeyName'
- RenameTable='RENAME &OldTableName TO &NewTableName'
- AddColumn='ALTER TABLE &TableOwner.&TableName ADD (::AddColElement[, ::AddColElement ]...)'
- AddColElement=' &ColumnName &DataType'
- ModifyColumn='ALTER TABLE &TableOwner.&TableName MODIFY (::ModifyColElement[, ::ModifyColElement ]...)'
- ModifyColElement=' &ColumnName &DataType'
- PBSelectProcSyntax='SELECT TEXT FROM SYS.ALL_SOURCE WHERE NAME = ''&ObjectName'' and OWNER = ''&ObjectOwner'' ORDER BY SYS.ALL_SOURCE.LINE'
- PBSelectViewSyntax='SELECT TEXT FROM SYS.ALL_VIEWS WHERE VIEW_NAME = ''&ObjectName'' and OWNER = ''&ObjectOwner'''
- PBOuterJoin='&FirstJoin &Operator &SecondJoin &OuterJoin1 &OuterJoin2'
- DropIndex='DROP INDEX &IndexName'
- DropView='DROP VIEW &TableOwner.&TableName'
- PBOuterJoinOperator='(+)'
-
- [QE_NETWARE_SYNTAX]
- AddColElement=' ADD &ColumnName &DataType'
- CreateIndex='CREATE &UNIQUE INDEX &IndexName ON &TableOwner.&TableName (::ColumnIndex[, ::ColumnIndex]...)'
- ColumnIndex='&ColumnName &Descending'
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType &NotNull'
- DropIndex='DROP INDEX &TableName.&IndexName'
- DropTable='DROP TABLE &TableOwner.&TableName'
- DropView='DROP VIEW &TableOwner.&TableName'
- AddColumn='ALTER TABLE &TableOwner.&TableName ::AddColElement[, ::AddColElement ]...'
- ModifyColumn='ALTER TABLE &TableOwner.&TableName ::ModifyColElement[, ::ModifyColElement ]...'
- ModifyColElement='MODIFY &ColumnName &DataType'
- [Rdb_SYNTAX]
- AlterForeignKey='ALTER TABLE &TableName ADD CONSTRAINT FOREIGN KEY (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName CONSTRAINT &KeyName'
- AlterPrimaryKey='ALTER TABLE &TableName ADD CONSTRAINT PRIMARY KEY (&ColumnName[,&ColumnName]...)'
- CreateIndex='CREATE &UNIQUE INDEX &IndexName ON &TableName (::ColumnIndex[, ::ColumnIndex]...)'
- ColumnIndex='&ColumnName'
- CreateTable='CREATE TABLE &TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType &NotNull'
- DropIndex='DROP INDEX &IndexName'
- DropPrimaryKey='ALTER TABLE &TableName DROP CONSTRAINT &keyName'
- DropForeignKey='ALTER TABLE &TableName DROP CONSTRAINT FOREIGN KEY &KeyName'
- DropTable='DROP TABLE &TableName'
- DropView='DROP VIEW &TableName'
- AddColumn='ALTER TABLE &TableName ADD ::AddColElement'
- AddColElement='&ColumnName &DataType &NotNull'
- ModifyColumn='ALTER TABLE &TableName ::ModifyColElement'
- ModifyColElement='ALTER &ColumnName &DataType'
- DeleteColumn='ALTER TABLE &TableName ::DeleteColElement'
- DeleteColElement='DROP &ColumnName'
- GrantTablePrivilege='GRANT &Privilege[,&Privilege]... ON &TableName TO &UserName[,&UserName]...'
- RevokeTablePrivilege='REVOKE &Privilege[,&Privilege]... ON &TableName FROM &UserName[,&UserName]...'
- CreatePrimaryKey=', PRIMARY KEY (&ColumnName[,&ColumnName]...)'
- CreateForeignKey=', FOREIGN KEY &KeyName (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName'
- PBSelectProcSyntax='SELECT rdb$routine_source FROM rdb$routines WHERE rdb$routine_name = ''&ObjectName'' '
- PBSelectViewSyntax='SELECT rdb$view_source FROM rdb$relations WHERE rdb$relation_name = ''&ObjectName'' '
- ;PBFKeyListSyntax='SELECT '''',i.rdb$relation_name,f.rdb$field_name,f.rdb$field_position,1,1,f.rdb$constraint_name FROM rdbvms$relation_constraints c,rdbvms$relation_constraint_flds f,rdbvms$interrelations i WHERE f.rdb$field_position=(SELECT f2.rdb$field_position FROM rdbvms$relation_constraints c2,rdbvms$relation_constraint_flds f2 WHERE c2.rdb$relation_name=i.rdb$relation_name AND c2.rdb$constraint_name=f2.rdb$constraint_name AND f2.rdb$field_name=i.rdb$field_name) AND c.rdb$constraint_name=f.rdb$constraint_name AND c.rdbvms$refd_constraint_name=i.rdbvms$entity_name1 AND i.rdbvms$usage='Constraint' AND c.rdbvms$constraint_type=3 AND c.rdb$relation_name = ''&TableName'' ORDER BY 2,4'
- PBFKeyListSyntax='SELECT '''',i.rdb$relation_name,f.rdb$field_name,f.rdb$field_position,1,1,f.rdb$constraint_name FROM rdbvms$relation_constraints c,rdbvms$relation_constraint_flds f,rdbvms$interrelations i WHERE f.rdb$field_position IN (SELECT f2.rdb$field_position FROM rdbvms$relation_constraints c2,rdbvms$relation_constraint_flds f2 WHERE c2.rdb$relation_name=i.rdb$relation_name AND c2.rdb$constraint_name=f2.rdb$constraint_name AND f2.rdb$field_name=i.rdb$field_name) AND c.rdb$constraint_name=f.rdb$constraint_name AND c.rdbvms$refd_constraint_name=i.rdbvms$entity_name1 AND i.rdbvms$usage='Constraint' AND c.rdbvms$constraint_type=3 AND c.rdb$relation_name = ''&TableName'' ORDER BY 2,4'
- [SQLBase_SYNTAX]
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType &NotNull'
- DropTable='DROP TABLE &TableOwner.&TableName'
- [SearchServer_SYNTAX]
- CreateIndex='VALIDATE INDEX &TableOwner.&TableName '
- ColumnIndex='&ColumnName '
- CreateTable='CREATE TABLE &TableOwner.&TableName (::ColumnElement[, ::ColumnElement]...)'
- ColumnElement='&ColumnName &DataType'
- DropTable='DROP TABLE &TableOwner.&TableName'
- AddColumn='ALTER TABLE &TableOwner.&TableName ::AddColElement[, ::AddColElement ]...'
- AddColElement=' ADD &ColumnName &DataType'
- [XDB_SYNTAX]
- AlterPrimaryKey='ALTER TABLE &TableOwner.&TableName PRIMARY KEY (&ColumnName[,&ColumnName]...)'
- ;AlterForeignKey='ALTER TABLE &TableOwner.&TableName FOREIGN KEY &KeyName (&ColumnName[,&ColumnName]...) REFERENCES &RefTableOwner.&RefTableName ON DELETE &DeleteRule'
- DropIndex='DROP INDEX &IndexName'
- DropPrimaryKey='ALTER TABLE &TableOwner.&TableName DROP PRIMARY KEY'
- RenameColumn='ALTER TABLE &TableName ::RenameColElement'
- RenameColElement='RENAME &OldColumnName &NewColumnName'
- ModifyColumn='ALTER TABLE &TableOwner.&TableName ::ModifyColElement[, ::ModifyColElement ]...'
- ModifyColElement='MODIFY &ColumnName &DataType'
- ; ********************************************************************
- ; Date Formats
- ; ********************************************************************
- [DEFAULT_DATETIME]
- PBDateFmt=''{d '\'yyyy-mm-dd\'' }''
- PBTimeFmt=''{t '\'hh:mm:ss\''}''
- PBDateTimeFmt=''{ts '\'yyyy-mm-dd hh:mm:ss.ffffff\''}''
- [ISO_DATETIME]
- PBDateFmt='\'yyyy-mm-dd\''
- PBTimeFmt='\'hh.mm.ss\''
- PBDateTimeFmt='\'yyyy-mm-dd-hh.mm.ss.ffffff\''
- [STANDARD_DATETIME]
- PBDateFmt='\'yyyy-mm-dd\''
- PBTimeFmt='\'hh:mm:ss\''
- PBDateTimeFmt='\'yyyy-mm-dd hh:mm:ss.ffffff\''
- [MSSQLSERVER_DATETIME]
- PBDateFmt='\'yyyy-mm-dd\''
- PBTimeFmt='\'hh:mm:ss\''
- PBDateTimeFmt='\'yyyy-mm-dd hh:mm:ss.fff\''
- [NO_MSECS_DATETIME]
- PBDateFmt=''{d '\'yyyy-mm-dd\'' }''
- PBTimeFmt=''{t '\'hh:mm:ss\''}''
- PBDateTimeFmt=''{ts '\'yyyy-mm-dd hh:mm:ss\''}''
- ; ********************************************************************
- ; Functions
- ; ********************************************************************
- [WATCOM_FUNCTIONS]
- AggrFuncs=avg(),count(),list(),max(),min(),sum()
- Functions=length(),similar(),soundex(),substr(),string(),date(),dateformat(),datetime(),day(),days(),dow(),hour(),hours(),minute(),minutes(),second(),seconds(),month(),months(),now(*),today(*),weeks(),year(),years(),ymd(),abs(),ifnull(),isnull(),number(*),remainder(),mod()
- [ASA_FUNCTIONS]
- AggrFuncs=avg(x),avg(distinct x),count(x),count(distinct x),count(*),list(x),list(distinct x),max(x),max(distinct x),min(x),min(distinct x),sum(x),sum(distinct x)
- Functions=abs(x),acos(x),asin(x),atan(x),atan2(x,y),ceiling(x),cos(x),cot(x),degrees(x),exp(x),floor(x),log(x),log10(x),mod(dividend,divisor),pi(*),power(x,y),radians(x),rand(),rand(x),remainder(dividend,divisor),round(x,y),sign(x),sin(x),sqrt(x),tan(x),"truncate"(x,y),ascii(x),byte_length(x),byte_substr(x,y,z),char(x),char_length(x),charindex(x,y),difference(x,y),insertstr(x,y,z),lcase(x),left(x,y),length(x),locate(x,y,z),lower(x),ltrim(x),patindex('x',y),repeat(x,y),replicate(x,y),right(x,y),rtrim(x),similar(x,y),soundex(x),space(x),str(x,y,z),string(x,...),stuff(w,x,y,z),substr(x,y,z),trim(x),ucase(x),upper(x),date(x),dateformat(x,y),datename(x,y),day(x),dayname(x),days(x),dow(x),hour(x),hours(x),minute(x),minutes(x),minutes(x,y),month(x),monthname(x),months(x),months(x,y),now(*),quarter(x),second(x),seconds(x),seconds(x,y),today(*),weeks(x),weeks(x,y),year(x),years(x),years(x,y),ymd(x,y,z),dateadd(x,y,z),datediff(x,y,z),datename(x,y),datepart(x,y),getdate(),cast(x as y),convert(x,y,z),hextoint(x),inttohex(x),connection_property(x,...),datalength(x),db_id(x),db_name(x),db_property(x),next_conection(x),next_database(x),property(x),property_name(x),property_number(x),property_description(x),argn(x,y,...),coalesce(x,...),estimate(x,y,z),estimate_source(x,y,z),experience_estimate(x,y,z),ifnull(x,y,z),index_estimate(x,y,z),isnull(x,...),number(*),plan(x),traceback(*)
- [QE_BTRIEVE_FUNCTIONS]
- Functions={fn char()},{fn concat()},{fn curdate()},day(),{fn floor()},{fn ifnull()},left(),ltrim(),lower(),mod(),month(),right(),rtrim(),substr(),upper(),year()
- AggrFuncs=avg(),count(),max(),min(),sum()
- [MS_BTRIEVE_FUNCTIONS]
- Functions=concat(),curdate(),curtime(),database(),dayofmonth(),dayofweek(),left(),ltrim(),length(),locate(),lcase(),mod(),month(),right(),rtrim(),substring(),ucase(),user(),year()
- AggrFuncs=avg(),count(),max(),min(),sum()
- [IDMS_FUNCTIONS]
- Functions=cast(),char(),date(),day(),days(),decimal(),digits(),float(),hex(),hour(),integer(),length(),microsecond(),minute(),month(),profile(),second(),substr(),time(),timestamp(),year()
- AggrFuncs=avg(),count(),max(),min(),sum()
- [DB212_FUNCTIONS]
- AggrFuncs=avg(),count(),max(),min(),sum()
- Functions=curdate(),curtime(),dayofmonth(),hour(),left(),length(),minute(),month(),second(),substr(),year()
- [DB2CS_FUNCTIONS]
- AggrFuncs=avg(),count(),max(),min(),sum()
- Functions=blob(),char(),date(),day(),days(),decimal(),digits(),double(),float(),hex(),hour(),integer(),length(),microsecond(),minute(),month(),nullif(),posstr(),raise_error(),second(),substr(),time(),timestamp(),translate(),value(),vargraphic(),year()
- [DEFAULT_FUNCTIONS]
- AggrFuncs=ave(),count(),max(),min(),sum()
- [SearchServer_FUNCTIONS]
- Functions=relevance()
- [SYBASE_FUNCTIONS]
- AggrFuncs=ave(),sum()
- Functions=substr()
- [MSSQL_FUNCTIONS]
- AggrFuncs=avg(x),checksum(x),checksum_agg(x),count(x),count_big(x),grouping(x),max(x),min(x),stdev(x),stdevp(x),sum(x),var(x),varp(x)
- Functions=abs(x),acos(x),asin(x),atan(x),atan2(x,y),ceiling(x),cos(x),cot(x),degrees(x),exp(x),floor(x),log(x),log10(x),pi(),power(x,y),radians(x),rand(),rand(x),round(x,y),sign(x),sin(x),sqrt(x),tan(x),ascii(x),char(x),charindex(x,y),difference(x,y),insertstr(x,y,z),lcase(x),left(x,y),length(x),locate(x,y,z),lower(x),ltrim(x),patindex('x',y),replicate(x,y),right(x,y),rtrim(x),similar(x,y),soundex(x),space(x),str(x,y,z),stuff(w,x,y,z),substr(x,y,z),trim(x),ucase(x),upper(x),datename(x,y),day(x),month(x),year(x),dateadd(x,y,z),datediff(x,y,z),datename(x,y),datepart(x,y),getdate(),getutcdate(),cast(x as y),convert(x,y,z),datalength(x),db_id(x),db_name(x),host_id(),host_name(),coalesce(x,...),isnull(x,y),isnumeric(x),isdate(x),nullif(x,y),user_name(x),user,user_id(x),current_user
- [TEXT_FUNCTIONS]
- Functions=concat(),curdate(),curtime(),database(),dayofmonth(),dayofweek(),left(),ltrim(),length(),locate(),lcase(),mod(),month(),right(),rtrim(),substring(),ucase(),user(),year()
- AggrFuncs=avg(),count(),max(),min(),sum()
- ; ********************************************************************
- ; Special data type information
- ; special data type information is dbmstype = pbtype
- ; where dbmstype is the data source-dependent data type name and pbtype
- ; is the PowerBuilder string representation of the PB data type
- ; ********************************************************************
- [WATCOM_SPECIALDATATYPES]
- SpecialDataTypes='tinyint=DBI_TINYINT=-6'
- [ACCESS_SPECIALDATATYPES]
- SpecialDataTypes='text=DBI_TYPEVCHAR=12,memo=DBI_TYPESTRINGLONG=-1;0'
- [DBASE_SPECIALDATATYPES]
- SpecialDataTypes='char=DBI_TYPEVCHAR=12,float=DBI_TYPEDECIMAL=100;10,numeric=DBI_TYPEDECIMAL=3;5,memo=DBI_TYPESTRINGLONG=-1;0'
- [HYPERSTAR_SPECIALDATATYPES]
- SpecialDataTypes='MONEY=DBI_TYPEMONEY=100'
- [IDMS_SPECIALDATATYPES]
- SpecialDataTypes='char=DBI_TYPECHAR=1'
- [INFORMIX_SPECIALDATATYPES]
- SpecialDataTypes='MONEY=DBI_TYPEMONEY=100,SERIAL=DBI_TYPEINT=101'
- [PARADOX_SPECIALDATATYPES]
- SpecialDataTypes='FORMATTED MEMO=DBI_TYPEBLOB=100,GRAPHIC=DBI_TYPEBLOB=101,OLE=DBI_TYPEBLOB=102,CURRENCY=DBI_TYPEFLOAT=103'
- [QE_BTRIEVE_SPECIALDATATYPES]
- SpecialDataTypes='AUTOINCREMENT(2)=DBI_TYPESINT=100,AUTOINCREMENT(4)=DBI_TYPEINT=101,MONEY=DBI_TYPEDECIMAL=102;10,ZSTRING=DBI_TYPEVCHAR=103,LOGICAL(2)=DBI_TYPEBIT=104,BFLOAT(4)=DBI_TYPEFLOAT=105,BFLOAT(8)=DBI_TYPEFLOAT=106,NUMERICSTS=DBI_TYPEDECIMAL=107;10,'
- [QE_NETWARESQL_SPECIALDATATYPES]
- SpecialDataTypes='AUTOINC=DBI_TYPESINT=100,AUTOINC(4)=DBI_TYPEINT=101,MONEY=DBI_TYPEDECIMAL=102;10,ZSTRING=DBI_TYPEVCHAR=103,LOGICAL(2)=DBI_TYPEBIT=104,BFLOAT=DBI_TYPEFLOAT=105,BFLOAT(8)=DBI_TYPEFLOAT=106,NUMERICSTS=DBI_TYPEDECIMAL=107;10,BIT=DBI_TYPEBIT=108,LVAR=DBI_TYPESTRINGLONG=109'
- [REDBRICK_SPECIALDATATYPES]
- SpecialDataTypes='time=DBI_TYPETIME=101,timestamp=DBI_TYPETIME=102'
- [SQLBASE_SPECIALDATATYPES]
- SpecialDataTypes='char=DBI_TYPECHAR=1,number=DBI_TYPEFLOAT=100'
- [SYBASE_SPECIALDATATYPES]
- SpecialDataTypes='timestamp=DBI_TYPETIMESTAMP=100,money=DBI_TYPEMONEY=101'
- ; ********************************************************************
- ; DBMS Driver / DBMS Settings
- ;
- ; Powerbuilder takes advantage of extended capabilities of ODBC drivers
- ; and navigates around shortcomings by utilizing pbodb100.ini file
- ; entries in the data source, DBMS Driver, or DBMS section. If no
- ; sections exist for a particular connection then Powerbuilder runs
- ; as an ODBC compliant client and extensions that might be available
- ; cannot not be utilized.
- ;
- ; The search algorithm for the entries is:
- ; IF section and entry for are present current datasource
- ; THEN use entry value
- ; ELSE IF section corresponding to DBMS_Name Driver_Name exist
- ; THEN use entry value if it exist
- ; ELSE IF section corresponding to DBMS_Name exist
- ; THEN use entry value if it exist
- ;
- ; If PowerBuilder is search for SQL syntax and no entry is found in
- ; the above search Powerbuilder searches the syntax section which
- ; corresponds to the current datasources SQL Grammar conformance level.
- ;
- ; SECTION Headings - DataSource_Name (None are in ini file by default
- ; but if you need to override the more general
- ; setting of DBMS_Driver or DBMS_Name you would put
- ; in a data source specific section
- ;
- ; - DBMS_Name Driver_Name (Driver_Name is stripped of
- ; .dll extension)
- ;
- ; - DBMS_Name (DBMS name returned by the SQLGetInfo call)
- ;
- ; Entries which appear under these section headings include:
- ;
- ;BlobSegmentSize=4096 - buffer size to use for SQLPutData when updating
- ; blob fields, default is 4096
- ;Block=nnn - default is 1000, maximum # of rows to retrieve with extended
- ; fetch if SQLExtendedFetch is supported for a data window
- ;DelimitIdentifier='NO' - do not delimit identifiers in SQL syntax,
- ; default is YES if datasource returns a identifier delimiting
- ; character
- ;ForeignKeyDeleteRule=Option text (option key word), option text
- ; (option key word) - specify up to 3 options for foreign
- ; key constrain action on delete of primary key, if the (option
- ; key word ) is not found then the option text is assumed to be
- ; the key word
- ;IdentifierCase=3 - overrides SQLGetInfo Identifier case value
- ; 4 - case insensitive, 3 - mixed case, 2 - lower, 1 - upper
- ;IdentifierQuoteChar='<quote_char>' - overrides quote char returned
- ; by SQLGetInfo for SQL_IDENTIFIER_QUOTE_CHAR, value can be overridden
- ; by the DBParm entry IdentifierQuoteChar
- ;InsertBlock=nnn - # of rows to block for insert if bind parameters supported,
- ; DEFAULT is 100
- ;PBCatalogOwner='Powerbuilder_Catalog_Owner'- Powerbuilder catalog tables
- ; are referenced with this owner, default if this entry is not found
- ; is the signon user
- ;PBConCatIndex='NO' - do not use concatenated indexes, used when
- ; creating PowerBuilder catalogs, default is 'YES'
- ;PBDateTime='name of section which contains date, time, and datetime
- ; formats'
- ;PBDateTimeInvalidInSearch='YES' - data windows does not use datetime
- ; in where criteria, default value is 'NO'
- ;PBDefaultValues='comma separated list of database default value keywords'
- ;PBDefaultCreate='YES' - database default value supported in CREATE TABLE
- ; statement, DEFAULT is NO
- ;PBDefaultAlter='YES' - database default value supported in ALTER TABLE
- ; statement, DEFAULT is NO
- ;PBDefaultExpressions='YES' - expressions allowed in database default value,
- ; DEFAULT is NO
- ;PBDWDynamic='NO' - data windows needs second connect to handle retrieve
- ; as needed data windows, default is 'YES'
- ;PBEscapeChar='NO' - do not escape meta characters _ or % when making
- ; ODBC catalog API calls, default is 'YES'
- ;PBFileManager='YES' - driver is a file manager i.e. Dbase, used when
- ; creating PowerBuilder catalogs, Default is 'NO'
- ;PBFunctions='name of section which contains native function names'
- ;PBMaxBlobSize='32767' only used by MS SQLServer for read blob
- ; statement option
- ;PBMaxTextSize='32767' only used by MS SQLServer for Text fields
- ; limit
- ;PBNoCatalog='YES' - do not use Powerbuilder catalogs, default is 'NO'
- ;PBNoRequiredFields='YES' - do not set not null attribute when creating
- ; or altering table definitions, default is 'NO'
- ;PBNonStdChars='- +....' allow up to 15 non standard SQL identifier
- ; characters to be treated as valid chars in identifiers. Default is
- ; no non standard chars
- ;PBObjectIDs='YES'- use SQLServer/Sybase object ids for Powerbuilder
- ; catalog entities, default is 'NO'
- ;PBParseProcs='NO' - do not parse execute procedure stmts from script painter
- ;PBPrimaryKeyName='YES' - primary key needs constraint name. Default is NO
- ;PBQualifierIsOwner='YES' - use the table qualifier returned by SQLTables
- ; as the qualifier for the table name, default is 'NO' use the table
- ; owner returned by SQLTables as the qualifier for the table name
- ;PBQualifiersOnDesc='YES' - the column name returned by SQLDescribeCol
- ; may be fully qualified, Default is NO
- ;PBReadOnly='YES' - Powerbuilder runs in read only mode, Powerbuilder
- ; catalogs are accessed if they exist but not updated, default is 'NO'
- ;PBSyntax='name of section which contains SQL syntax'
- ;PBSpecialDataTypes='name of section which contains special data types'
- ;PBSupportBindSelect='YES' - support use of bind variables in select
- ; criteria. The default is yes. Note if the data source does not support
- ; the SQLDescribeParam function then PowerBuilder will not attempt to use
- ; bind variables. This setting can be overridden by disablebind in DBParm
- ;PBSupportBindUpdate='YES' - support use of bind variables in insert, update,
- ; and delete SQL statements. The default is yes. See PBSupportBindSelect
- ; for comments
- ;PBSupportDBBind='YES' - support use of bind variables in rpc and pipeline
- ; SQL statements. The default is yes. Note if the data source does not support
- ; the SQLSetParam function then PowerBuilder will not attempt to use
- ; bind variables;
- ;PBSystemOwner='System_Owner' - entities returned by SQLTables which
- ; match this owner are treated as system tables
- ;PBTableDot=0 - a decimal number, if 0 then table names which include
- ; a "." are excluded from the table list, otherwise the table are
- ; listed
- ;PBTableOwner='NO' - do not qualify table names, default is 'YES'
- ;PBTimeInvalidInSearch='YES' - data windows does use time in where
- ; criteria; default is 'NO'
- ;PBTrimCharColumns='YES' - trim trailing blanks after fetching character
- ; data, default is NO
- ;PBTrimCatCharColumns='YES'- trim trailing blanks on character data
- ; returned from catalog API calls, default is 'NO'
- ;PBUseProcOwner='YES' - include procedure owner name when the call escape sequence
- ; is generated for a stored procedure, DEFAULT is 'NO', Can be overridden
- ; by DBparm entry PBUseProcOwner
- ;SQLSyntaxQualifiers=1 - only qualify sql identifiers with one qualifier,
- ; default is 0 which means use the PowerBuilder default rules to qualify
- ; identifiers
- ;SQLSrvrTSName='YES' - A column named "timestamp" is treated as a special SQLServer
- ; like timestamp, DEFAULT is NO
- ;SQLSrvrTSQuote='YES' - Put SQLServer like timestamp value in single quotes,
- ; DEFAULT is NO
- ;SQLSrvrTSDelimit='YES' - delimit the SQLServer like timestamp column name timestamp,
- ; DEFAULT is NO
- ;SQLSrvrTSPrefix='cc' - 2 character prefix for SQLServer timestamp values,
- ; DEFAULT is NO
- ;
- ; The Syntax sections identified by the PBSyntax entry values are used
- ; to define SQL syntax substitution patterns for SQL Data definition
- ; statements generated by PowerBuilder painters. Substitution variables are
- ; preceded by an &, elements which are exploded in another entry are preceded
- ; by ::, and repeating entities are followed by [, entity ]... If a
- ; substitution variable is not included in the pattern then the generated
- ; does not contain the substitution value. For example if &TableName is
- ; not in the CreateTable pattern then the generated syntax does not contain
- ; a table owner qualifier.
- ;
- ; Syntax entries and their substitution variables include:
- ;
- ;AddColumn=
- ; &TableOwner.&TableName ::AddColElement[, ::AddColElement ]... - add column
- ; to an existing table syntax
- ;AddColElement=
- ; &ColumnName &DataType &Null
- ;AlterForeignKey=
- ; &TableOwner &TableName &KeyName (&ColumnName[,&ColumnName]...) &RefTableName
- ;AlterPrimaryKey=&TableOwner &TableName (&ColumnName[,&ColumnName]...)
- ;CreateForeignKey=
- ; &KeyName (&ColumnName[,&ColumnName]...) &RefTableName
- ;CreateIndex=
- ; &UNIQUE &IndexName &TableOwner &TableName (::ColumnIndex[, ::ColumnIndex]...)'
- ;ColumnIndex=
- ; &ColumnName &Descending or &Ascending - if &descending is used then
- ; PowerBuilder allows you to create indexes with descending order otherwise
- ; only ascending indexes can be generated
- ;CreatePrimaryKey=
- ; (&ColumnName[,&ColumnName]...)
- ;CreateTable=
- ; &TableOwner &TableName (::ColumnElement[, ::ColumnElement]...)
- ;ColumnElement='
- ; &ColumnName &DataType &Null or &NotNull - if &Null is used then
- ; every column that allows nulls will have the NULL keyword, if
- ; &NotNull is used then any column that does not allow nulls will
- ; have the NOT NULL keywords for that column definition
- ;DeleteColumn=
- ; &TableName ::DeleteColElement;
- ;DeleteColElement=
- ; &ColumnName
- ;DropForeignKey=
- ; &TableOwner.&TableName &KeyName
- ;DropIndex=
- ; &TableName &IndexName'
- ;DropPrimaryKey=
- ; &TableOwner.&TableName
- ;DropTable=
- ; &TableOwner &TableName
- ;DropView=
- ; &TableOwner &TableName
- ;GrantTablePrivilege=
- ; &Privilege[,&Privilege]... &TableOwner &TableName &UserName[,&UserName]...
- ;ModifyColumn=
- ; &TableName ::ModifyColElement
- ;ModifyColElement=
- ; &ColumnName &DataType
- ;PBOuterJoin=
- ; &FirstJoin &OuterJoin1 &Operator &OuterJoin2 &SecondJoin' - native
- ; outer join syntax. If PBOuterJoin is not defined, PB assumes the data source
- ; supports ANSI outer joins (as defined by the ODBC specs).
- ; &OuterJoin1 and &OuterJoin2 represent the keywords where the type of join
- ; will be substituted. If the outerjoin is on the FirstJoin, the operator
- ; defined by PBOuterJoinOperator is substitued in &OuterJoin1. If the outerjoin
- ; is on the secondjoin, the operator defined by PBOuterJoinOperator is
- ; substitued in &OuterJoin2. The &Operator is currently the '=' sign.
- ;PBOuterJoinOperator='*'
- ;PBSelectProcSyntax=
- ; &ObjectOwner &ObjectName - SQL syntax to retrieve procedure definition text
- ;PBSelectViewSyntax=
- ; &ObjectOwner &ObjectName - SQL syntax to retrieve view definition text
- ;RenameColumn=
- ; ::RenameColElement - rename column syntax
- ;RenameColElement=
- ; &TableName.&OldColumnName &NewColumnName
- ;RenameTable=
- ; &OldTableName &NewTableName - rename table syntax
- ;RevokeTablePrivilege=
- ; &Privilege[,&Privilege]... &TableOwner &TableName &UserName[,&UserName]...
- ;ShowPlanSyntax=
- ; &sqlstmt - the sql statement that you want execution plan info for, it
- ; must return 1 column dingle row char data formatted as you want it
- ; displayed
- ;
- ; The Datetime sections referenced by the PBDateTime entry value define
- ; the formats for date, time, and datetime formats that Powerbuilder uses
- ; in SQL syntax these datatypes. If no Datetime section is specified
- ; Powerbuilder uses the DEFAULT_DATETIME section. For maximum portability
- ; use the ODBC escape sequence which is the default. For maximum performance
- ; use the native format for the data source.
- ;
- ; DateTime entries include:
- ;
- ;PBDateFmt='\'yyyy-mm-dd\'' - date format
- ;PBTimeFmt='\'hh.mm.ss\'' - time format
- ;PBDateTimeFmt='\'yyyy-mm-dd-hh.mm.ss.ffffff\'' - datetime format
- ;
- ; The Functions section referenced by the PBFunctions entry value is used
- ; by the Powerbuilder painters to populate a dropdown list of functions
- ; for generating SQL statements. If there is no PBFunctions entry for
- ; a data source or DBMS/driver then Powerbuilder constructs a list with
- ; the ODBC escape sequences for all supported functions. For maximum
- ; portability use the escape sequences. For readability, performance,
- ; and extended functions define a native function section.
- ;
- ; Function entries include:
- ;
- ;Functions=comma separated list
- ;AggrFuncs=comma separated list - aggregate function names
- ;
- ;
- ; Special data type section referenced by the PBSpecialDataTypes is
- ; required by data sources that map a single ODBC SQL type to multiple
- ; data source dependent data type names. For example SQLServer's driver
- ; maps ODBC's SQL_VARBINARY to data types "varbinary" and "timestamp".
- ; PowerBuilder uses the special data type information generate the
- ; correct syntax for the database painter table definition and to
- ; bind the data appropriately for datawindows.
- ;
- ; Special data type is a single list entry with comma separated values
- ; in the format:
- ;
- ; data_source_dependent_name=Powerbuilder_internal_type=Extended_type
- ; (;default_length=default length for table painter).
- ;
- ; The items within parens are optional.
- ; If the extended type is less than 100 Powerbuilder takes the default
- ; bind information for the ODBC SQL type, otherwise Powerbuilder obtains
- ; additional information to bind the column using the data source
- ; dependent data type name. A sample entry follows.
- ;
- ;SpecialDataTypes='timestamp=DBI_TYPETIMESTAMP=100,sysname=DBI_TYPEVCHAR=101'
- ;
- ; If the extended type is 999 the data type is excluded.
- ;
- ; TableListType='type [,type]...' This is a list of additional table
- ; types returned by SQLTables() that should be included in the "select
- ; tables" listbox. PB automatically includes names with table type of
- ; 'SYSTEM TABLE', 'SYSTEM VIEW', 'TABLE', and 'VIEW'.
- ;
- ; ********************************************************************
|