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
$database crdss; <br />$declare usercursor cursor for <br /> select fname, lname, org, address1, address2, city, state, zip, email, phone, fax, modem, usertype, <br />entered, updated <br /> into $fname, $lname, $org, $address1, $address2, $city, $state, $zip, $email, $phone, $fax, <br />$modem, $usertype, $entered, $updated <br /> from customer; <br />$open usercursor; <br />printf( "Accessing CRDSS User information.\n\n"); <br />for (;;) <br /> { <br /> $fetch usercursor; <br /> if (sqlca.sqlcode != 0) break; <br /> printf("%s %s %s %s %s %s %s %s %s %s %s %s %s %s %s\n",fname, <br />lname,org,address1,address2,city,state,zip,email,phone,fax,modem,usertype,entered,updated); <br /> } <br />$close usercursor; <br />printf("\nProgram Over.\n"); <br />} <br />5 <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.