<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<u><b>Observation 1:</b></u><br>
When a session key is enclosed in Single quote .. it spreads after [
(see attached image). Double quoted key works fine. Is this correct
editor behavior ?<br>
<br>
<font face="Helvetica, Arial, sans-serif"> Session[ ' inpString
' ] = "test"</font><br>
<font face="Helvetica, Arial, sans-serif"> Session["inpString"] =
"test"</font><br>
<p><font face="Helvetica, Arial, sans-serif"><u><b>Observation 2:</b></u></font></p>
<p><font face="Helvetica, Arial, sans-serif">Strange behavior
observed with DB.Subst whilst using in GB.Web application. Any
clues<br>
</font></p>
<font face="Helvetica, Arial, sans-serif">SQL = DB.Subst("SELECT *
FROM USERS where Loginid = &1 and Passwd = &2", userid,
password) '<font color="#ff0000"> Does not work</font> -
throws error <font color="#ff0000">No Current Connection</font>
....<br>
SQL = Subst("SELECT * FROM USERS where Loginid = '&1' and
Passwd = '&2'", userid, password) ' <font
color="#009900">Works Fine</font></font>
<div class="moz-signature"><br>
</div>
<div class="moz-signature">regards - UZI<br>
</div>
</body>
</html>