Im doing a simple MY SQL statement:
var sqlString = "SELECT videosplit FROM 10299_12188_tblVideos WHERE adId = " + adId + " AND order = " + order
But it fails at "order".
I believe it is because of the "order by" statement. But hte column name is called "order". How can I fix this?
I tried putting "order" around these '' = "'order'". But that statement returns nothing, although it should give me something...
Best,
J