Consultor Eletrônico



Kbase 15990: V7 Embedded SQL Guide & Reference Appendix C Migration ESQL
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
V7 Embedded SQL Guide & Reference Appendix C Migration ESQL


Customers who have the V7 Embedded SQL Guide and Reference that was
printed in February 1995 will have an appendix C which deals
with migration issues in ESQL when going from v6 to v7. This
appendix is NOT included in the V7 Embedded SQL Guide that was printed
in September 1994; however, the version 8 Embedded SQL Guide DOES
have this appendix C and it is almost identical.


The Feb 1995 V7 guide Appendix C does NOT include this:

Change the USING clause in the FETCH statement to INTO SQL. Thus,
this Version 6 statement:

EXEC SQL FETCH C1 USING DESCRIPTOR psqlda;

becomes this version 7 or version 8 statement:

EXEC SQL FETCH C1 INTO SQL DESCRIPTOR psqlda;

Progress Software Technical Support Note # 15990