Hi,
I try to read from a Mysql table with varbinary(255) columns.
The fieldtype is set to ftLargeint in the TUniQuery field.
Is this a mistake in UniDac? Or do I have to set any special option for this?
cu Christian
varbinary in MySql
-
AndreyZ
-
chkaufmann
- Posts: 82
- Joined: Sat 01 Jul 2006 11:42
-
AndreyZ
The BinaryAsString property is used to specify a method of representation of the BINARY and VARBINARY fields. If it is set to True, these fields will be represented as string fields, otherwise, as TBytesField and TVarBytesField correspondingly. In your first post you wrote that the VARBINARY fields were detected as ftLargeint fields. Can you reproduce such UniDAC behaviour? If yes, please provide me all the information I asked in my previous post.
-
chkaufmann
- Posts: 82
- Joined: Sat 01 Jul 2006 11:42