13 September 2012

Imprt CSV into MYSQL


LOAD DATA  LOCAL INFILE 'D:\\srikanth\\CustomerConnections2.csv' INTO TABLE tables_portal COLUMNS TERMINATED BY ','
OPTIONALLY ENCLOSED BY '"'
ESCAPED BY '"'
LINES TERMINATED BY '\n'
IGNORE 1 LINES;

12 September 2012

JAVA VM Error while build-service

We need to decrease the jvm arg values in SDK in file build-common-plugin.xml

<jvmarg value="-Xms128m" />
            <jvmarg value="-Xmx512m" />

Post

Auto complete off in aui form

To disable auto complete off in aui:form  is to  add a attribute autocomplete attribute off