|
-
Mar 15th, 2024, 04:42 AM
#1
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
 Originally Posted by PietroV
Krool,
I have debugged going through the source code of the OCX and noted that for some reason the problem is caused by a TinyInt field:
although the ADODB recordset can handle the field correctly the ADODB Recordset.Getrows() function used to fill the ArrRows array fails to convert it correctly and create the problem.
Converting the field to a smallint solved it.
Thanks again for the great control.
Pietro
I tried to reproduce and TinyInt works. Which provider do you use? I tested with "sqloledb".
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|