SQLError()

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
angelovaira
Participant
Posts: 16
Joined: Fri Mar 28, 2003 4:36 am
Location: Italy - Roma

SQLError()

Post by angelovaira »

Please, can you tell me how to use the SQLError function ? Which are the parameters ?
Thanks fo helping me

Angelo.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Code: Select all

Errcode = SQLError(hEnv,hDBC,hStmt,SQLState,DBMScode,LastErr)
Details are to be found in the UniVerse BASIC SQL Client Interface manual.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Moderator: please move to server forum
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
angelovaira
Participant
Posts: 16
Joined: Fri Mar 28, 2003 4:36 am
Location: Italy - Roma

Post by angelovaira »

ray.wurlod wrote:

Code: Select all

Errcode = SQLError(hEnv,hDBC,hStmt,SQLState,DBMScode,LastErr)
Details are to be found in the UniVerse BASIC SQL Client Interface manual. ...
Thanks for the answer
Angelo Vaira
Post Reply