Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3046

change a field name in a table in MS Access from C++/MFC

$
0
0
I want to change a field name in a table in MS Access from C++/MFC. There's no direct way
to do this in Visual Studio (RENAME in ALTER TABLE doesn't work when running in
MDB), but it's easy in VB.
The Automation library contains classes (_Application, IDoCmd, Module, etc.) that may
allow changing table field names. However, there's no documentation or information
available online.
Does anyone know of a direct way to do this, or perhaps by creating and calling an MDB
module procedure?

Viewing all articles
Browse latest Browse all 3046

Trending Articles