Getting a db Schema and changing it

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an application that uses an Access db. I would like to be able to programmatically change the column names in one of the tables. I know how to get the Schema of the database but how can I change it?
 
Hi Eric,

You might use ADOX to manipulated the database structure.
See this thread:
http://tinyurl.com/2hy97

--
Miha Markic [MVP C#] - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com

Eric said:
I have an application that uses an Access db. I would like to be able to
programmatically change the column names in one of the tables. I know how
to get the Schema of the database but how can I change it?
 

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

Back
Top