Change the Column Name Programmatically of MPD file

S

Sudu

How to change the column name of MPD file through ASP. i.e. I want to chanhe
the column name from "Text2" to "New Resource Name". I am using the following
connection string to open a MPD file through ASP.
sConn.Open = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\G-TRAC2.mpd;"

Please provide a solution for the same.

Thanks
 
R

Rod Gill

Hi,

You can't change the column name in the database, but when the file is open,
use Tools, Customise, Fields. Select Text2 then click the Rename button and
rename the field. The new name will now appear in all Field lists.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top