[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

adi lucian

3/29/2002 9:18:00 AM

Hi
I want to view a sample with MobileWebForms, using a
MSAccess Database to view, add, delete records. I try to
use OleDBDataAdapter, OleDbConnection, Dataset, but only
thing i can do is to show database in ObjectList control
with:
OleDbDataAdapter1.Fill(DataSet1)
ObjectList1.DataBind()

How can i add, delete records in MSAcces Database(I tried
with OleDbDataAdapter1.Update(DataSet1) but nothing
happen. There is somewhere a real sample?
Tx in advance for any help

1 Answer

(Joseph Croney (MSFT))

4/2/2002 9:50:00 AM

0