S
Scott F.
I have searched and searched and searched and sear.. anyway, you get
the idea.
I am trying desperately to figure out how, in "C++/CLI" (Managed
C++/2005) to handle the RowUpdated event in my code but can not find an
answer that works. I either get the always fun "error C3767:
'FrameWorks::eclipseDataSetTableAdapters::RepairDataTableAdapter::Adapter::get':
candidate function(s) not accessible" error, or other various errors.
Apparently, my strongly typed RepairDataTableAdapter does NOT expose
anything that even looks like RowUpdated.
So, given that, I thought ok, I'll do it the hard way, and try to deal
with this with untyped .. objects. So I've tried to create an adapter
that would expose RowUpdated, but then I wanted to get the existing
insert, update, ... commands from my typed adapter so that I wouldn't
completely redo all my database code. Well, that didn't work either
because those objects are also not exposed. Not even read-only!
This is what led to the error above.
Is there SOMEONE, ANYONE out there who can tell me how the frell to
handle RowUpdated with a typed adapter? I'm begging here.
Thanks,
Scott "Cmdr. Beavis" F.
the idea.
I am trying desperately to figure out how, in "C++/CLI" (Managed
C++/2005) to handle the RowUpdated event in my code but can not find an
answer that works. I either get the always fun "error C3767:
'FrameWorks::eclipseDataSetTableAdapters::RepairDataTableAdapter::Adapter::get':
candidate function(s) not accessible" error, or other various errors.
Apparently, my strongly typed RepairDataTableAdapter does NOT expose
anything that even looks like RowUpdated.
So, given that, I thought ok, I'll do it the hard way, and try to deal
with this with untyped .. objects. So I've tried to create an adapter
that would expose RowUpdated, but then I wanted to get the existing
insert, update, ... commands from my typed adapter so that I wouldn't
completely redo all my database code. Well, that didn't work either
because those objects are also not exposed. Not even read-only!
This is what led to the error above.
Is there SOMEONE, ANYONE out there who can tell me how the frell to
handle RowUpdated with a typed adapter? I'm begging here.
Thanks,
Scott "Cmdr. Beavis" F.