it shows:
Microsoft VBScript (0x800A03EE)
')'
Expand|Select|Wrap|Line Numbers
- set msgs = oConn.Execute("Select * From msgs where read='"no"' and touser='" & Session("username") & "' ")
cuz i also have the line:
Expand|Select|Wrap|Line Numbers
- set details = oConn.Execute("Select * From personal_D where username='" & Session("username") & "'" )
Thanks!!