| SQL Assistant Add SQL Intelli-sense to Your DB2, MS SQL Server, OracIe Code Editors www.softtreetech.com/isql.htm |
PowerBuilder: Information from Answers.com
UPDATE my_employee SET STATUS = 'A'; IF sqlca.sqlcode<>0 THEN ... "Dynamic SQL":
this is offered in 4 formats. The user builds a string which may optionally ...
www.answers.com/topic/powerbuilder
Using the SQLCA
if SQLCA.SQLCODE = 100 then writeln('No rows qualified for this operation. ....
if SQLCA.SQLCODE <> 0 then repeat DisplayMessage; until SQLCA. ...
docs.hp.com/en/36216-90082/ch05s02.html
OTN Discussion Forums : Newbie question: sqlca.sqlcode positive ...
These queries return sqlca.sqlcode values, like 0 in case of succesful and 1403/
-1403 in case of unsuccesful. ...
forums.oracle.com/forums/thread.jspa?threadID=665912
Using the sqlca
NOTE: In conformance with the ANSI standard, either sqlcode or sqlca.sqlcode may
be used to address this particular element. And each sqlwarn element can be ...
docs.hp.com/en/36216-90080/ch04s02.html
Pro*C: get sqlca.sqlcode -24391, but sqlerrm O...
Listers- In one particular installation my Pro*C application gets back -24391 in
sqlca.sqlcode, while the sqlerrm from the same sqlca shows ORA-00000 ...
dba.5341.com/msg/47022.html
The SQLCA COMMON Block
SQLCA.SQLCode can contain one of the following values: .... SQLWarn(0) in
conjunction with a 0 in SQLCA.SQLCode indicates that the SQL command just
executed ...
docs.hp.com/en/36217-90100/ch05s02.html
sqlca.sqlcode -255??? : oracle
Aug 30, 2007 ... What is Oracle sqlca.sqlcode. ... Keywords: sqlca.sqlcode -255??? Title, Zone. 1
, Oracle initialize error 6 · Oracle ...
www.experts-exchange.com/Database/ Oracle/9.x/Q_22797740.html
Parser couldn't connect to database sqlca.sqlcode -4031 - Toolbox ...
Oct 24, 2006 ... Message in oracle-db-tuning-l discussion group regarding Parser couldn't connect
to database sqlca.sqlcode -4031.
oracle.ittoolbox.com/groups/technical-functional/ oracle-db-tuning-l/parser-couldnt-connect-to-dat...
sqlca.sqlcode doesn't work in 7.xx
Jun 14, 2001 ... Short Description sqlca.sqlcode doesn't work in 7.xx Long Description sqlca.
sqlcode work in version 6.xx but doesn't work in version 7.xx ...
archives.postgresql.org/pgsql-bugs/2001-06/msg00096.php
sqlca.sqlcode not returning code 100 when count zero. - dBforums
I am fairly new to DB2 and am currently working on an issue where there is a
simple code written through C/C++ to access DB2 information.
www.dbforums.com/chit-chat/ 913001-sqlca-sqlcode-not-returning-code-100-when-count-zero.html