C
Corey-g via AccessMonster.com
Hi All,
Using: A2K3 - WinXP Pro - Oracle 9i
I have a form that displays a full listing of an Oracle table in datasheet
view using a disconnected ADO recordset. This works as expected - I can see
and traverse all of the data, and I can update / edit / delete records just
fine (and see the changes in the Oracle back-end).
Now when I try to use the built in filtering (right-click - 'filter by' or
'filter excuding' etc...) I get a "Data provider could not be initalized'
error msg when trying to remove the filter (seems that it will filter okay
for one field, then another by overriding the first, but I can't seem to
'chain' them together either). What I mean is if I filter on one field, then
right-click and filter on the next field, the first filter is replaced with
the second, and not a sub-set from both filters)
I did try to find info about this by searching here and googling it, but all
I could find was that most thought this wouldn't work, and someone suggested
using the 'ApplyFilter' event, but I couldn't find anything on what to do in
the event that would help to filter / unfilter the datasheet.
Any help would be appreciated,
Corey
Using: A2K3 - WinXP Pro - Oracle 9i
I have a form that displays a full listing of an Oracle table in datasheet
view using a disconnected ADO recordset. This works as expected - I can see
and traverse all of the data, and I can update / edit / delete records just
fine (and see the changes in the Oracle back-end).
Now when I try to use the built in filtering (right-click - 'filter by' or
'filter excuding' etc...) I get a "Data provider could not be initalized'
error msg when trying to remove the filter (seems that it will filter okay
for one field, then another by overriding the first, but I can't seem to
'chain' them together either). What I mean is if I filter on one field, then
right-click and filter on the next field, the first filter is replaced with
the second, and not a sub-set from both filters)
I did try to find info about this by searching here and googling it, but all
I could find was that most thought this wouldn't work, and someone suggested
using the 'ApplyFilter' event, but I couldn't find anything on what to do in
the event that would help to filter / unfilter the datasheet.
Any help would be appreciated,
Corey