J
|
Jane 2/17/2009 |
Hi, str = "select [Customer ID] from Projects where [Project ID]=" & Session(strTableName & "_masterkey1") Set rstmp = server.CreateObject("ADODB.Recordset") rstmp.open str,dbConnection dict("Customer ID") = rstmp("Customer ID") rstmp.close set rstmp=nothing |
Y
|
yairilan author 2/18/2009 |
Tx Very very much!!! |
J
|
Jane 2/19/2009 |
Hi, |
Y
|
yairilan author 2/19/2009 |
Sorry ... |
J
|
Jane 2/20/2009 |
Hi, str = "select [Customer ID] from Projects where [Project ID]=" & Session(strTableName & "_masterkey1") Set rstmp = server.CreateObject("ADODB.Recordset") rstmp.open str,dbConnection = rstmp("Customer ID") rstmp.close set rstmp=nothing |