Click to See Complete Forum and Search --> : database application generated from app wizard


kariem2k
December 13th, 2003, 12:56 PM
hello
i generated a single documentapplication with database support (ole db) to connect to ms-access db
how can i add or delete a value from the database(not like the vc++ 6 with m_pSet->AddNew() Functions because this function does not exist)
thanks

darwen
December 16th, 2003, 12:38 PM
If you're using OLE DB then the function calls in VC.NET will be the same as in VC6 because the interfaces are well defined and I'd be highly surprised if they've changed.

OLE DB is desinged to be generic i.e. not linked to any one compiler or even language.

If it works in VC6 it'll work in VC.NET.

Darwen.