Hi,
I have an SQL string in my ASP that is giving me an unterminated string constant. I started with just a comma on the end and then a combination of _ and &. I'm assuming that the problem must be something else. I would greatly appreciate help on this. The line of code where the complier tells me the error is:
sqlstr1 ="INSERT INTO Userinfo(sApplicationDate,sSSN,sDriverLic, & _
Thanks..Russ
I have an SQL string in my ASP that is giving me an unterminated string constant. I started with just a comma on the end and then a combination of _ and &. I'm assuming that the problem must be something else. I would greatly appreciate help on this. The line of code where the complier tells me the error is:
sqlstr1 ="INSERT INTO Userinfo(sApplicationDate,sSSN,sDriverLic, & _
Thanks..Russ