Importing ADOX library - How?
- From: Pontus Berg <pontus@xxxxxxxxxxxxxxxxx>
- Date: Thu, 13 Dec 2007 21:19:52 +0100
Howdy all,
I have an Access Database I need to modify programatically at runtime. Basically I would like to be able to distribute newer revisions of a client that works with the database and allow the newer clients to add fields. In case the client has introduced support for a new field, I would like to see that added.
I did aks this before and had alternative solutions to it, but I am persistent in wanting to do it my way :-)
So, I do understand that ADOX is the way to get programatical access to the database structure rather than the actual data. There is no wrapper for the functionality shipped with Delphi, but one can of course just follow the brilliant guides on-line, like these ones:
http://delphi.about.com/od/database/l/aa072401a.htm
http://www.swissdelphicenter.ch/torry/showcode.php?id=1427
http://beaussier.developpez.com/articles/delphi/adox/
Only they assume older version of Delphi. In 2006 and 2007 I can select Component -> Import Component followed by TypeLibrary but then there is no way to rename anything. Not that I speak any russian, but this thread is probably talking on the subject and the last post references an additional component (ADOX Component Suite by Winsoft.sk):
http://forums.realcoding.net/index.php?showtopic=14796
A similar thread is this one, but then again I don't speak Dutch either:
http://www.nldelphi.com/forum/showthread.php?t=23299
(The post by CameO73 looks interesting - I wish I could understand it!)
So let's assume I don't want to purchase any additional components but only to import ADOX to my Delphi 2007. How do I do it????
/Pontus Berg
.
- Follow-Ups:
- Re: Importing ADOX library - How?
- From: Andrew Baylis
- Re: Importing ADOX library - How?
- From: Paul Scott
- Re: Importing ADOX library - How?
- From: Kevin Frevert
- Re: Importing ADOX library - How?
- Prev by Date: Re: UpdateStatus is not returning correct value
- Next by Date: Re: Importing ADOX library - How?
- Previous by thread: UpdateStatus is not returning correct value
- Next by thread: Re: Importing ADOX library - How?
- Index(es):
Relevant Pages
|