Click here to Skip to main content
15,884,936 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
need to get column value from table .i have one table have Name A.Have column id,a,b I need to get value of a(using ID).How to get ? I used like

function getName(tx){
alert(ROW_ID);

tx.executeSql("SELECT a " + "FROM A "
+ "WHERE id =" + ROW_ID, [], query_Success, _errorCB);


}
function query_Success(rst){

alert(rst);
}
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900