Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Version 4 - ODBC Invalid Descriptor Error
Wed, Feb 3 2010 10:02 AMPermanent Link

Bill Slaughter
When opening any table via ODBC we get the 07009 - Invalid Descriptor error message.  

What or where should we look to correct this problem?  

Thanks,
Bill
Wed, Feb 3 2010 10:51 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Bill,

<< When opening any table via ODBC we get the 07009 - Invalid Descriptor
error message.

What or where should we look to correct this problem? >>

What client application are you using to access the ODBC driver ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Wed, Feb 3 2010 11:28 AMPermanent Link

Bill Slaughter
"Tim Young [Elevate Software]" wrote:

Bill,

<< When opening any table via ODBC we get the 07009 - Invalid Descriptor
error message.

What or where should we look to correct this problem? >>

What client application are you using to access the ODBC driver ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Tim,

We are using "ODBC Express" in a generic application to query various ODBC data sources.

Thanks,
Bill
Wed, Feb 3 2010 2:35 PMPermanent Link

Bill Slaughter
Bill Slaughter wrote:

"Tim Young [Elevate Software]" wrote:

Bill,

<< When opening any table via ODBC we get the 07009 - Invalid Descriptor
error message.

What or where should we look to correct this problem? >>

What client application are you using to access the ODBC driver ?

--
Tim Young
Elevate Software


After further testing it appears that the problem was that the cursor was set to
ctDynamic.   Once it was changed to be Forward Only the error was eliminated.  

www.elevatesoft.com

Tim,

We are using "ODBC Express" in a generic application to query various ODBC data sources.

Thanks,
Bill
Thu, Feb 4 2010 9:24 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Bill,

<< After further testing it appears that the problem was that the cursor was
set to ctDynamic.   Once it was changed to be Forward Only the error was
eliminated. >>

You should be able to use dynamic cursors with ODBCExpress.  If you want to
send me a sample of what you're trying, along with the version of
ODBCExpress that you're using, I'll check it out and find out what the
situation is.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image