Web Developers Portal

learn and share

Tuesday, 21 May 2013

Remove Carriage return in varchar column in sql

›
Issue I have a mysql table with VARCHAR column which contains String values. Sometimes at the end of the string there is a carriage retur...

Remove a character from a string in mysql

›
Issue  I have a mysql table with a column name "sequence". sequence column contains protein sequence starting with "protei...

Trim all the values in a column in a sql

›
Trim all the values in a column in a sql SQL does not have a trim function. You'll need to use RTRIM and LTRIM together. update My...
Thursday, 16 May 2013

java.lang.classnotfoundexception com.mysql.jdbc.driver in jsp

›
Issue When i try to have simple jdbc connection to mysql  in my jsp file, i get following console output in eclipse: console output in ...

Add Mysql connector in eclipse classpath

›
Add Mysql connector in eclipse classpath 1. Download mysql connector jar from http://dev.mysql.com/downloads/connector/j/ 2. Open eclip...

java.lang.ClassNotFoundException: com.mysql.jdbc.Driver error

›
Issue When I try connect my java program to mysql database using eclipse,i am getting the run time error  "java.lang.ClassNotFoundE...
Wednesday, 15 May 2013

Php mail tagged as Spam in Gmail Issue fixed

›
Issue When I send mail using PHP mail() function, the mail is sent to the Spam folder in GMail. Solution You can fix this issue by us...
‹
›
Home
View web version
Powered by Blogger.