T
triffid
Hi there,
I'm trying to update my database via an UPDATE from
OleDbCommandBuilder. This is the second time I've tried, and I'm still
not having any luck. I've almost certainly missed something obvious,
but having searched for quite a while, I don't know what it is(!)
The code is here (intentionally showing source rather than having
server run page):-
http://home.freeuk.com/misacham/temp/ASPX_COMMAND_BUILDER_UPDATE.aspx
and this is the Access DB I'm using:-
http://home.freeuk.com/misacham/temp/writable.mdb
(I considered pasting the whole longwinded thing here, but wasn't sure
that this would be a good idea.)
Here's what happens when I try to run it on my local Windows XP
machine ("Syntax error in UPDATE statement", apparently because UPDATE
statement is null):-
http://home.freeuk.com/misacham/temp/error.htm
It's clear that the UPDATE SQL isn't being created correctly. Would it
make more sense to attempt to write the UPDATE manually?
Any feedback would be appreciated, thanks.
- Triffid
I'm trying to update my database via an UPDATE from
OleDbCommandBuilder. This is the second time I've tried, and I'm still
not having any luck. I've almost certainly missed something obvious,
but having searched for quite a while, I don't know what it is(!)
The code is here (intentionally showing source rather than having
server run page):-
http://home.freeuk.com/misacham/temp/ASPX_COMMAND_BUILDER_UPDATE.aspx
and this is the Access DB I'm using:-
http://home.freeuk.com/misacham/temp/writable.mdb
(I considered pasting the whole longwinded thing here, but wasn't sure
that this would be a good idea.)
Here's what happens when I try to run it on my local Windows XP
machine ("Syntax error in UPDATE statement", apparently because UPDATE
statement is null):-
http://home.freeuk.com/misacham/temp/error.htm
It's clear that the UPDATE SQL isn't being created correctly. Would it
make more sense to attempt to write the UPDATE manually?
Any feedback would be appreciated, thanks.
- Triffid