Posts Tagged ‘mySQL’
I was trying to migrate a MySQL database today, that contained Chinese characters. When you dump the database to standard out, like you normally would with mysqldump, the export doesn’t keep the Chinese characters. I did all sorts of things with the character set, etc., and nothing seemed to work. I always ended up with [...]
I guess I should read the documentation for ColdFusion 8 more often. Turns out, there is a new feature when doing database inserts. In the CFQUERY tag, add the parameter result=”somename”. You can now reference the data inserted into the query, as well as, a really cool new feature, the last inserted key. Each database [...]
