Forum Post: RE: Different query results

  • Thread starter Thread starter Gian Torralba
  • Start date Start date
Status
Not open for further replies.
G

Gian Torralba

Guest
Hello, Can you try to restructure your code? rbv_api.selectQuery() returns an array of the records specified in the query. Please try this instead: var websiteArr = rbv_api.selectQuery("SELECT id FROM website3", 10); for(var i=0; i var id = websiteArr[0]; /*gets the id column value*/ } Thank you, Gian

Continue reading...
 
Status
Not open for further replies.
Back
Top