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?
 
Back
Top