Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No. of attributes is larger than no. of attribute values
Message
From
30/07/2022 07:41:55
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01684739
Message ID:
01684742
Views:
53
Hi Martina,

Yes, I use OPTION=16384 (NO_BIGINT) in my connection string.
Should I also add COLUMN_SIZE_S32?

Another observation is, if I use that SELECT statement on its own, it works. But if done with a group of SELECT statements, it goes berserk.

Also, right after getting this particular error, the MySQL connection is immediately cut off.

Thanks

>Hi,
>
>Did you set OPTION flag (FLAG_COLUMN_SIZE_S32 or FLAG_NO_BIGINT) in connect string?
>
>MartinaJ
>
>>Hi All,
>>
>>For the longest time, I have been using SELECT COUNT(*) to get the total number of rows for any SELECT statement.
>>
>>But this one is weird:
>>
>>select count(*) as totrecs from pihdr a left join supplier b on a.supplierid=b.id left join ewtax c on a.ewtaxid=c.id left join jthdr d on a.jthdrid=d.id
>>
>>
>>In my ODBC trace log, this is what I found:
>>
>>DIAG [01000] [MySQL][ODBC 8.0(w)Driver][mysqld-8.0.30]The number of attributes is larger than the number of attribute values provided (500)
>>
>>The offending statement does not even show in the ODBC Trace log.
>>
>>That is why I tried substituting it with (which is already deprecated):
>>
>>
>>select SQL_CALC_FOUND_ROWS * from pihdr a left join supplier b on
>>a.supplierid=b.id left join ewtax c on a.ewtaxid=c.id left join jthdr d
>>on a.jthdrid=d.id
>>
>>select FOUND_ROWS() as totrecs 
>>
>>
>>Still yields same error.
>>
>>My code works with MySQL ODBC 8.0.30 and MySQL Server 5.7.37 perfectly... when I run it with MySQL ODBC 8.0.30 and MySQL Server 8.0.30.. that is where the error appear...
>>
>>I was going to move up to MySQL 8.0.x. So I guess I have to wait for some resolution to this.
>>
>>I have also filed it in the MySQL bugs database.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform