PDA

Click to See Complete Forum and Search --> : refreshing or requerying a data environment connection


Mr_Pickles
Jul 19th, 2000, 12:00 AM
How do you requery a connection to a database in a data environment??

Help.....

M.

compuGEEK
Jul 19th, 2000, 12:32 PM
DE1.rsRecordset.Requery


Also, if you're using any controls that are bound to the
DE, then you'll have to re-bind them, too.