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 [...]

Wednesday, May 25th, 2011 at 13:40 | 0 comments
Categories: Technology
Tags:

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 [...]

Thursday, June 26th, 2008 at 21:29 | 0 comments
Categories: Coding
TOP