![]() |
Sergey Kornilov admin 2/5/2007 |
This tutorial can help: |
|
BeachyLife author 2/7/2007 |
This tutorial can help: http://www.asptutorial.info/sscript/Addtimeperiodtodate.asp
|
J
|
Jane 2/7/2007 |
Here is a sample code. No guarantee it works. str2 = "select DateAdd('d',30,'"&dict("StartDt")&"') from " & strTablename Set rsTemp2 = server.CreateObject("ADODB.Recordset") rsTemp2. open str2,dbConnection dict("ExpDt") = rsTemp2(0) rsTemp2. Close : set rsTemp2 = Nothing |