Migrate from MySQL to MS SQL 2005 using MS Access 2003 as a bridge My friend asked me this topic “Migrate all tables of MySQL to MS SQL 2005 – what way”. I searched on the net as usual, got many questions and answer around one table import mostly but for many tables seem got a tip from a comment: This might not be the best solution. Nonetheless, it… Read More
Flex 3.x working with Khmer Unicode ? I start a topic now with Flex 3 not rendering well with Khmer Unicode. If anyone has any idea, please share; I’ll do after some test first. Updated 10/02/2010: Embaded font still not work in flex 3: Updated 25/06/2010: I haven’t found any solution exactly but now I found it’s working for firefox 3.6.4 and… Read More
Website hacked with random URL to access (http://ku6-com.haberturk.com.careerbuilder-com.webnetlinks.ru:8080/) One of my website has been hacked by some hacker or can be with some libraries I am using for my CodeIgniter project… I’m not sure if it is due to the library or about my web hosting place…. I’m still investigating the issue. It is trying to access to random URL as : http://ku6-com.haberturk.com.careerbuilder-com.webnetlinks.ru:8080/apple.com/apple.com/drudgereport.com/google.com/joy.cn/… Read More
JBoss 4.2.2.GA – Deploying issue on class loading and out of memory While deploying my applications with JBoss 4.2.2.GA, using JDK 1.5 I got some issue with class loading issue something like: 1. If meet such error: org.jboss.deployment.DeploymentException: Error while fixing table name; – nested throwable: (org.jboss.util.NestedSQLException: Could not create connection; – nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for: oracle.jdbc.driver.OracleDriver; – nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders… Read More
SQL Server with Unicode / Khmer Unicode characters To be notice MS SQL supports only UCS-2 encoding so do not have encoding with UTF-8 as we expected as MySQL or some other database server as well. This means that you can’t use UTF-8 character encoding with Microsoft SQL Server: Here after I type Khmer Unicode and execute the query, I got question marks… Read More