|
-
July 25th, 2025, 01:24 PM
#1
change a field name in a table in MS Access from C++/MFC
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?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|