Bug #5809 | Varchar detect as Memo if NULL or Empty | ||
---|---|---|---|
Submitted: | 29 Sep 2004 19:08 | Modified: | 15 Dec 2005 16:04 |
Reporter: | Mathieu Tremblay | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 4.1.5 gamma-max | OS: | Windows (windows XP) |
Assigned to: | Sergey Vlasenko | CPU Architecture: | Any |
[29 Sep 2004 19:08]
Mathieu Tremblay
[29 Sep 2004 20:23]
Mathieu Tremblay
Just put the options: don't optimize columns width in MyODBC source configuration Thats works... Why ??? don'y know
[27 Oct 2004 1:08]
MySQL Verification Team
I verified this with another Client interfaces, like Access which looks the Varchar as Text file. I will test again when Connector/ODBC will be released compiled against the 4.1.XX client library. Regarding your question, below the explanation from Readme.win: The Option argument is used to tell MyODBC that the client isn't 100% ODBC compliant. The following options are listed in the same order as they appear in the MyODBC connect screen: 1 The client can't handle that MyODBC returns the real width of a column.
[15 Jun 2005 4:41]
Edrick Duero
I also encountered this problem in Delphi & VB with MyODBC 3.51.11-2, MDAC 2.8, and MySQL 4.1.12a. I found out that the problem is in the data type returned from MyODBC which is 201 (adLongVarChar) instead of 200 (adVarChar) when the column is null/empty. In Delphi, field data type 201 (adLongVarChar) will be declared as TMemoField (a sub-class of TBlobField). So when I first create a table w/ no rows, Delphi defined these as TMemoField and it compiles w/ no problems but when the tables have already rows/values then Delphi raises an exception. Any updated fix in this bug? For now, I can't use MySQL in my Delphi programs using dbGo (ODBC). Thanks...
[28 Sep 2005 17:31]
John Thorpe
I just ran across a similar problem with a tinytext column. I am connecting to a v4.0.18 myisam table on a Win2000 server which has a not null, tinytext column. I connect to the table using MyODBC 3.51.11.0 and am viewing using Crystal reports 11.0.0.895. The tinytext column is being identified as type Memo and so can't be used in joins. I tried the "Don't optimize column width" workaround mentioned above, but that has no effect.
[26 Oct 2005 4:21]
Peter Harvey
Some code changed in this area. This needs to be reverified using c/odbc v3.51.12. Assigned to sergey to reverify and, in case where it is still a problem, to fix.
[15 Dec 2005 16:03]
Sergey Vlasenko
VB test case
Attachment: 05809.zip (application/x-zip-compressed, text), 1.75 KiB.
[15 Dec 2005 16:04]
Sergey Vlasenko
As test case shows the problem is not reproduced with MyODBC 3.51.12. Was tested with 4.1.17 & 4.0.27
[8 May 2007 1:37]
nancy turner
I have a similar issue with text field that have Nulls being converted into Memo fields. Am using MySQL Server 5 / 3.51 ODBC driver / Crystal Reports XI. Any help will be greatly appreciated.