I hope someone has a good answer for this, besides; "Upgrade or don't use Crystal Reports"... Because I have too much invested in CR.
Ok, I have a MySQL database. The "text" field type is used for a record's notes field.
MySQL Table specs:
id (int 11)
notes (text, Allow Nulls)
When the data is empty in the table, Crystal Reports will pull the field type in as "memo".
As soon as I add the data needed into the table (updated from another "text" field within the same MySQL Database), and go to create a new report, the data type is all of a sudden changed to String(255).
I searched around, and I saw people had a ton of issues with older versions of CR, but does ANYONE know why this is happening? Is there some data within my table that is telling CR what the wrong data type is?
Thanks in advance.
Aaron
Ok, I have a MySQL database. The "text" field type is used for a record's notes field.
MySQL Table specs:
id (int 11)
notes (text, Allow Nulls)
When the data is empty in the table, Crystal Reports will pull the field type in as "memo".
As soon as I add the data needed into the table (updated from another "text" field within the same MySQL Database), and go to create a new report, the data type is all of a sudden changed to String(255).
I searched around, and I saw people had a ton of issues with older versions of CR, but does ANYONE know why this is happening? Is there some data within my table that is telling CR what the wrong data type is?
Thanks in advance.
Aaron