Forum: VB.NET Jun 28th, 2006 |
| Replies: 6 Views: 19,122 Hi again - I'm still stuck
i was wondering if my update statement could be wrong. It was generated by the access wizard :
UPDATE PwordStore SET UserName = ?, Pword = ? WHERE (PwordNo = ?) AND... |
Forum: VB.NET Jun 27th, 2006 |
| Replies: 6 Views: 19,122 hi William
I tried your 'try catch' suggestion but it doesn't throw up any exceptions. The problem is the code runs and seems to be fine, it just doesn't update the database.
Thanks for your help,... |
Forum: VB.NET Jun 27th, 2006 |
| Replies: 6 Views: 19,122 Thanks for your advice William. I tried adding the commandbuilder as you suggested but it made no difference whatsoever. I have only one simple table in access and i used the wizard to create the... |
Forum: VB.NET Jun 26th, 2006 |
| Replies: 6 Views: 19,122 Hi everyone,
I hope you can help me.
I am using vb.net and trying to delete a row in an access database. Firstly, I find the row and confirm there's record. If there's a record I ask for... |