Re: Fatal Error: MySQL error: 1271 [message #778 is a reply to message #776] |
Thu, 19 April 2007 03:04 |
mrbun
Messages: 6 Registered: April 2007 Location: Greenford
|
Junior Member |
|
|
The db engine mysql 4.1 default is latin1_swedish_ci.
I rebuilt the database I am working with latin1_swedish_ci making sure columns are all the same. The create statements do not explicitly change the collation and the build appears to define all text columns using the default. Numeric columns are not defined. This is as I would expect.
I still see the same error as reported earlier. Is it necessary for me to rebuild the database and tables in radicore?
Would the connection collation have any affect? Though I do not see why it should.
Mike B
[Updated on: Thu, 19 April 2007 03:05] Report message to a moderator
|
|
|