My WebLink
|
Help
|
About
|
Sign Out
Home
Browse
Search
CRDSS_Task1_05-7_UseOFEmbeddedSQLInCRDSS
CWCB
>
Decision Support Systems
>
DayForward
>
CRDSS_Task1_05-7_UseOFEmbeddedSQLInCRDSS
Metadata
Thumbnails
Annotations
Entry Properties
Last modified
9/25/2011 10:18:52 AM
Creation date
5/30/2008 2:24:12 PM
Metadata
Fields
Template:
Decision Support Systems
Title
CRDSS Task 1.05-7 - Study of System Integration Issues Database - Use of Embedded SQL in CRDSS
Description
This memorandum discusses the related to using ESQL in the CRDSS.
Decision Support - Doc Type
Task Memorandum
Date
5/10/1994
DSS Category
DMI Utilities
DSS
Colorado River
Basin
Colorado Mainstem
Contract/PO #
C153658, C153727, C153752
Grant Type
Non-Reimbursable
Bill Number
SB92-87, HB93-1273, SB94-029, HB95-1155, SB96-153, HB97-008
Prepared By
Riverside Technology inc.
There are no annotations on this page.
Document management portal powered by Laserfiche WebLink 9 © 1998-2015
Laserfiche.
All rights reserved.
/
5
PDF
Print
Pages to print
Enter page numbers and/or page ranges separated by commas. For example, 1,3,5-12.
After downloading, print the document using a PDF reader (e.g. Adobe Reader).
Show annotations
View images
View plain text
INFORMIX-Net is responsible for establishing connections and transmitting relevant user validation <br />information to the database server machine(s). <br />For developers, what "include" files are necessary in source code, and what libraries need <br />? <br />to be linked when compiling? <br />Several header files are provided with INFORMIX-ESQL/C, all of which are located in the <br />$INFORMIXDIR/incl directory. An INFORMIX-ESQL/C program can include the following <br />header files: <br />sqlca.hContains the structure in which error status codes are stored. This file is <br />automatically included when a program is preprocessed, to allow checking the <br />success or failure of SQL statements. <br />sqlda.hContains the structures that contain value pointers and descriptions of <br />dynamically defined variables. <br />sqlstype.hContains integer constants corresponding to SQL statements. <br />sqltypes.hContains the definitions of strings corresponding to C language and SQL data <br />types. <br />varchar.hContains macros that be can used with VARCHAR data types. <br />locator.hContains the structure in which information about the locations of blobs (BYTE <br />and TEXT data types) is stored. <br />sqlxtype.hContains the definitions of strings corresponding to C language and SQL data <br />types that are used when in X/Open mode. <br />decimal.hContains the definition of the structure in which a DECIMAL data type is <br />stored. <br />datetime.hContains the definition of the structures in which DATETIME and INTERVAL <br />data types are stored. <br />Other ESQL/C files can be included in addition to header files. This is done by using the <br />preprocessor statement "$include" or "EXEC SQL include" (e.g., $include myprogram or EXEC <br />SQL include myprogram). <br />What reference documents are used to define ESQL syntax? <br />? <br />INFORMIX includes a programmer's manual as well as a SQL User's Guide and SQL reference <br />manuals as part of the ESQL/C development product. INFORMIX also offers a 3 to 4-day ESQL/C <br />training course that comes with additional supporting ESQL/C documentation. <br />Are there limitations to the size of data objects that can be accessed from the database? <br />Other than a 2-gigabyte limit on the size of a single blob (BYTE or TEXT data type) the <br />? <br />limitations are machine-dependent. <br />What are the security issues involved with using ESQL (can anyone write code to read the <br />? <br />database)? <br />Security for INFORMIX databases is always handled via the User's UNIX login and <br />specific SQL permission statements (e.g., GRANT CONNECT TO USER, GRANT <br />SELECT ON TABLE TO USER). <br />2 <br />A275 05.10.94 1.05-7 Malers, Rohlfs <br />
The URL can be used to link to this page
Your browser does not support the video tag.