DAL Layer. |
2/23/2009 13:10:09 | |
| ASPRunnerPro General questions | ||
|
R
Roger author
Hi all. I'm trying to update two columns in a table "After Successful Login". here is what I've got. |
||
|
|
Sergey Kornilov admin 2/23/2009 |
|
You need to specify which record to update. dal.UsersTable.Param("ID")=32
|
|
|
R
|
Roger author 2/23/2009 |
|
Thanks, I added these two lines and now all is well: |
|
|
R
|
Roger author 2/27/2009 |
|
Hi again. I'd like to ask an additional question regarding this post. |
|
|
|
Sergey Kornilov admin 2/27/2009 |
|
Roger, |
|