J
J. Muenchbourg
I'm trying to pull the highest 'articleid' value out of an sql table,
but the below is giving me an Incorrect syntax near 'articleid' error:
dim sqlid
sqlid = "SELECT max articleid from tblarticles"
Set rsid = Server.CreateObject("ADODB.Recordset")
rsid.Open sqlid,sqlc,3
????
Muench
but the below is giving me an Incorrect syntax near 'articleid' error:
dim sqlid
sqlid = "SELECT max articleid from tblarticles"
Set rsid = Server.CreateObject("ADODB.Recordset")
rsid.Open sqlid,sqlc,3
????
Muench