Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : Invalid Descriptor Field IdentifierSearch Forum

Forum Home > FlexODBC - ODBC Driver for DataFlex Embedded DBMS > FlexODBC v3.1 Support Forum

 New Topic 
 
 Post Reply 
[1]  
 Invalid Descriptor Field Identifier 
 Author   Message 
  steve 
  
 Group: Members 
 Posts: 3 
 Joined: 2007-01-22 
 Profile
 Posted : 2007-01-22 12:21:23

Hello everyone,

I have an application that is being developed in Visual Studio 2005 using C# .NET. This application, until recently, has been using FlexODBC v4 to access our old DataFlex 3.1 database.

I was using the trial version of FlexODBC v4, and this expired. Due to delays involved with purchasing v4, when this trial expired, I installed an old license of version 3.1.06 as an interim solution.

However, as a result I am now experiencing problems. I have a number of DataAdapters executing queries using FlexODBC. One is successfully querying the database from within the code, but then a second query (on a different table, but utilising the same connection string) results in an OdbcException with an 'Invalid Descriptor Field Identifier' message.

The same query executes successfully using the VBDemo utility that ships with FlexODBC, it is only within the code that is a problem.

Furthermore, when executing any query from within the Visual Studio 2005 dataset designer (including the one that is executing successfully within the code), I am experiencing the same error.

Can anyone advise whether this problem has a resolution, or is the only solution for me to put some more pressure on management to speed up purchasing of version 4!

Many thanks in advance,

Steve

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-01-22 13:49:47
FlexODBC v3.x uses the TABLE_QUALIFIER call (ODBC API 2.0 or earlier), while FlexODBC v4.00.25 uses the TABLE_CAT call (ODBC API 3.0) required by Visual Studio 2005. You will need to purchase a FlexODBC v4 CD Key and download FlexODBC v4.00.25 or later when it's available. Microsoft documentation (pre .NET 2005) had orignally indicated that nobody uses columns names as they used ordinal positions. 

  Top 
  steve 
  
 Group: Members 
 Posts: 3 
 Joined: 2007-01-22 
 Profile
 Posted : 2007-01-22 14:14:45

Thanks for the prompt reply Tom - I expected an upgrade was in order.

I did run into a couple of 'TABLE_CAT' errors with the current trial of version 4 using various aspects of the Visual Studio designers, but was able to workaround these and my application worked as expected.

Is there any anticipated release date for v4.00.25?

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-01-22 14:56:31
We do have a beta build of v4.00.25. Please be sure to request it when you order FlexODBC v4. 

  Top 
  steve 
  
 Group: Members 
 Posts: 3 
 Joined: 2007-01-22 
 Profile
 Posted : 2007-01-22 14:58:21
Will do, thanks again Tom. 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to