Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> SQLDescribeParam - Interpretation of parameter-values (docu?)

SQLDescribeParam - Interpretation of parameter-values (docu?)

From: Harp <hmetu_at_gmx.net>
Date: 22 Feb 2005 00:53:15 -0800
Message-ID: <1109062395.195942.70550@g14g2000cwa.googlegroups.com>


Hi!
Where can I read about the interpretations delivered by SQLDescribeParam. Is there anywhere I can find what the integer values stand for:
I just want to get the description or information about the parameters to be able to pass them to SQLBindParameter. How do I interpret the following? If for e.g. I call the method: SQLDescribeParam(hstmt,1,12,999,0,1), that means, the outputs are: SWORD = 12,UDWORD = 999, SWORD = 0, SWORD = 1. I was hoping to get sth. like SQL_CHAR for e.g. Is there any where I can cross-check what 999 for e.g stands for? What is the best way to achieve this?

Thanks in advance,
Harp Received on Tue Feb 22 2005 - 02:53:15 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US