J
|
Jane 3/21/2008 |
Hi, |
D
|
dunga author 3/21/2008 |
hi,Jane, could you explain in detail? |
J
|
Jane 3/24/2008 |
Hi, str = "select count(FieldName) as cFieldName from TableName where FieldName='" & dict("FieldName") & "'" Set rsTemp = server.CreateObject("ADODB.Recordset") rsTemp.open str, dbConnection if rsTemp(0)<>0 then Response.Write "error!" BeforeEdit = False else BeforeEdit = True end if rsTemp.Close : set rsTemp = Nothing |
J
|
justicejayant x 3/27/2008 |
Hi, here is a sample:
|