J
|
Jane 8/7/2008 |
Hi, str = "select count(*) from TableName where AddedByFieldName='" & Session("UserID") & "'" Set rstmp = server.CreateObject("ADODB.Recordset") rstmp.open str,dbConnection if rstmp(0)>0 then response.redirect "TableName_add.asp" end if rstmp.close set rstmp=nothing |
O
|
omar882 author 8/7/2008 |
thanks jane |
O
|
omar882 author 8/7/2008 |
i want to add user and add one record auto to this user |
J
|
Jane 8/7/2008 |
It's very hard to understand you. |
O
|
omar882 author 8/7/2008 |
It's very hard to understand you. Who adds record for each user? What security settings do you use in your project? Send a detailed description with screenshots to support@xlinesoft.com.
|