I am getting the following error.
Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
ODBC driver does not support the requested properties.
C:\Local_Path/tblPlaylist.asp, line 4
I have setup the website in IIS
The line 4 in the code is
rs.Open "SELECT numPlaylistID FROM `tbl_playlist-page` WHERE numPageID=" & Cint(numPageID), dbConn, 1, 2