dbTalk Databases Forums  

Support for SQLDescribeParam

comp.databases comp.databases


Discuss Support for SQLDescribeParam in the comp.databases forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mads
 
Posts: n/a

Default Support for SQLDescribeParam - 05-25-2008 , 09:50 AM






Hi,

I am trying to find a database with support for the ODBC function
SQLDescribeParam. Hopefully a DB I can run on my Linux box.

I have looked at PostgreSQL and MySQL. Neither of them supports
SQLDescribeParam. PostgreSQL returns that it do not support this
function (at least that was all I could get it to do). MySQL returns
VarCHAR(255) for every parameter. Bug report here http://bugs.mysql.com/bug.php?id=1382.

From http://publib.boulder.ibm.com/infoce...cribeparam.htm
and here http://www.easysoft.com/support/kb/kb00755.html I gather that
DB2 and Oracle do not have support SQLDescribeParam either. Well DB2
on mainframe supports SQLDescribeParam, but that is not an option.

I also tried SQLite but it returns SqlWLongVarCharT for every
parameter.

So, which databases supports SQLDescribeParam?


Greetings,

Mads Lindstrøm

Reply With Quote
  #2  
Old   
Jan M. Nelken
 
Posts: n/a

Default Re: Support for SQLDescribeParam - 05-25-2008 , 03:22 PM






Mads wrote:

Quote:
From http://publib.boulder.ibm.com/infoce...cribeparam.htm
and here http://www.easysoft.com/support/kb/kb00755.html I gather that
DB2 and Oracle do not have support SQLDescribeParam either. Well DB2
on mainframe supports SQLDescribeParam, but that is not an option.
I am confused - did you look at this:


For DB2 V8.2:
http://publib.boulder.ibm.com/infoce...d/r0000582.htm

For DB2 V9.1:
http://publib.boulder.ibm.com/infoce...c/r0000582.htm

For DB2 V9.5:
http://publib.boulder.ibm.com/infoce.../r0000582.html


Quote:
So, which databases supports SQLDescribeParam?
Certainly DB2 - IBM Database Sever for Linux, Windows and Unix supports
SQLDescribeParam().


Jan M. Nelken


Reply With Quote
  #3  
Old   
Jan M. Nelken
 
Posts: n/a

Default Re: Support for SQLDescribeParam - 05-25-2008 , 03:22 PM



Mads wrote:

Quote:
From http://publib.boulder.ibm.com/infoce...cribeparam.htm
and here http://www.easysoft.com/support/kb/kb00755.html I gather that
DB2 and Oracle do not have support SQLDescribeParam either. Well DB2
on mainframe supports SQLDescribeParam, but that is not an option.
I am confused - did you look at this:


For DB2 V8.2:
http://publib.boulder.ibm.com/infoce...d/r0000582.htm

For DB2 V9.1:
http://publib.boulder.ibm.com/infoce...c/r0000582.htm

For DB2 V9.5:
http://publib.boulder.ibm.com/infoce.../r0000582.html


Quote:
So, which databases supports SQLDescribeParam?
Certainly DB2 - IBM Database Sever for Linux, Windows and Unix supports
SQLDescribeParam().


Jan M. Nelken


Reply With Quote
  #4  
Old   
Jan M. Nelken
 
Posts: n/a

Default Re: Support for SQLDescribeParam - 05-25-2008 , 03:22 PM



Mads wrote:

Quote:
From http://publib.boulder.ibm.com/infoce...cribeparam.htm
and here http://www.easysoft.com/support/kb/kb00755.html I gather that
DB2 and Oracle do not have support SQLDescribeParam either. Well DB2
on mainframe supports SQLDescribeParam, but that is not an option.
I am confused - did you look at this:


For DB2 V8.2:
http://publib.boulder.ibm.com/infoce...d/r0000582.htm

For DB2 V9.1:
http://publib.boulder.ibm.com/infoce...c/r0000582.htm

For DB2 V9.5:
http://publib.boulder.ibm.com/infoce.../r0000582.html


Quote:
So, which databases supports SQLDescribeParam?
Certainly DB2 - IBM Database Sever for Linux, Windows and Unix supports
SQLDescribeParam().


Jan M. Nelken


Reply With Quote
  #5  
Old   
Mads
 
Posts: n/a

Default Re: Support for SQLDescribeParam - 05-26-2008 , 01:12 PM



Hi,

On 25 Maj, 22:22, "Jan M. Nelken" <Unknown.U... (AT) Invalid (DOT) Domain> wrote:
Quote:
Mads wrote:
Fromhttp://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topi...
and herehttp://www.easysoft.com/support/kb/kb00755.htmlI gather that
DB2 and Oracle do not have support SQLDescribeParam either. Well DB2
on mainframe supports SQLDescribeParam, but that is not an option.

I am confused - did you look at this:

For DB2 V8.2:http://publib.boulder.ibm.com/infoce...ic/com.ibm.db2...

For DB2 V9.1:http://publib.boulder.ibm.com/infoce...ic/com.ibm.db2....

For DB2 V9.5:http://publib.boulder.ibm.com/infoce...pic/com.ibm.db...

So, which databases supports SQLDescribeParam?

Certainly DB2 - IBM Database Sever for Linux, Windows and Unix supports
SQLDescribeParam().

Jan M. Nelken
Yes, I was wrong. I misread IBM's documentation. Thank you very much
for clearing it up.


Greetings,

Mads



Reply With Quote
  #6  
Old   
Mads
 
Posts: n/a

Default Re: Support for SQLDescribeParam - 05-26-2008 , 01:12 PM



Hi,

On 25 Maj, 22:22, "Jan M. Nelken" <Unknown.U... (AT) Invalid (DOT) Domain> wrote:
Quote:
Mads wrote:
Fromhttp://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topi...
and herehttp://www.easysoft.com/support/kb/kb00755.htmlI gather that
DB2 and Oracle do not have support SQLDescribeParam either. Well DB2
on mainframe supports SQLDescribeParam, but that is not an option.

I am confused - did you look at this:

For DB2 V8.2:http://publib.boulder.ibm.com/infoce...ic/com.ibm.db2...

For DB2 V9.1:http://publib.boulder.ibm.com/infoce...ic/com.ibm.db2....

For DB2 V9.5:http://publib.boulder.ibm.com/infoce...pic/com.ibm.db...

So, which databases supports SQLDescribeParam?

Certainly DB2 - IBM Database Sever for Linux, Windows and Unix supports
SQLDescribeParam().

Jan M. Nelken
Yes, I was wrong. I misread IBM's documentation. Thank you very much
for clearing it up.


Greetings,

Mads



Reply With Quote
  #7  
Old   
Mads
 
Posts: n/a

Default Re: Support for SQLDescribeParam - 05-26-2008 , 01:12 PM



Hi,

On 25 Maj, 22:22, "Jan M. Nelken" <Unknown.U... (AT) Invalid (DOT) Domain> wrote:
Quote:
Mads wrote:
Fromhttp://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topi...
and herehttp://www.easysoft.com/support/kb/kb00755.htmlI gather that
DB2 and Oracle do not have support SQLDescribeParam either. Well DB2
on mainframe supports SQLDescribeParam, but that is not an option.

I am confused - did you look at this:

For DB2 V8.2:http://publib.boulder.ibm.com/infoce...ic/com.ibm.db2...

For DB2 V9.1:http://publib.boulder.ibm.com/infoce...ic/com.ibm.db2....

For DB2 V9.5:http://publib.boulder.ibm.com/infoce...pic/com.ibm.db...

So, which databases supports SQLDescribeParam?

Certainly DB2 - IBM Database Sever for Linux, Windows and Unix supports
SQLDescribeParam().

Jan M. Nelken
Yes, I was wrong. I misread IBM's documentation. Thank you very much
for clearing it up.


Greetings,

Mads



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.