Can I use a SQL SELECT statement in Javascript to pull in text from a microsoft access database into my javascript array. I would like to just do something like this.
myarray[0] = SELECT.......
Is this possible in javascript? Another words, will javascript recognize SQL code?
Thanks for the help.
myarray[0] = SELECT.......
Is this possible in javascript? Another words, will javascript recognize SQL code?
Thanks for the help.