Board index » jbuilder » Filter question

Filter question


2004-11-13 11:14:27 PM
jbuilder3
Hi,
I use the Filter method of DataExpress to filter my DataSet data, I
can insert data to database using DataSet without filter, but I can't
insert data to database, because some column value havenot been changed
from DataExpress's view. How can do in this case?
 
 

Re:Filter question

In < XXXX@XXXXX.COM >yuyuwang wrote:
Quote
Hi,
I use the Filter method of DataExpress to filter my DataSet data,
I can insert data to database using DataSet without filter, but I
can't insert data to database, because some column value havenot been
changed from DataExpress's view. How can do in this case?
I'm not clear on what you are doing.. and what the "error" is that
you are experiencing..
You set a filter and then attempt to insert a record.. Most likely
that new record is not included in the filter and appears to "disappear"..
Filtering is done only as a "view" and does not affect the actual
dataset.
Please clarify the problem..
John..
--
=============================================
TeamB are volunteer helpers. Please DO NOT REPLY VIA EMAIL!
Post all questions and replies to this newsgroup ONLY
For papers on DataExpress, Applets, JSP, and Web Development go to:
www.microps.com/mps/paperFAQ.html
====================================================