Re: Changing a linked table's Connect property just with SQL
- From: "Mark Rae" <mark@xxxxxxxxxxxxxxxxx>
- Date: Mon, 16 Apr 2007 11:32:12 +0100
"Douglas J. Steele" <NOSPAM_djsteele@xxxxxxxxxxxxxxxxx> wrote in message
news:eF4XKDBgHHA.4032@xxxxxxxxxxxxxxxxxxxxxxx
It's not possible to do that using SQL: the Connect property isn't
accessible through SQL.
Ah... that's a shame.
See whether you can use ADOX to do it. The property of the Table object in
which you're interested is "Jet OLEDB:Link Datasource"
I'm really trying to avoid COM if at all possible - this is a .NET app which
needs to run on both WinXP Pro and Vista Business, neither of which will
have any version of Office installed.
Am I right in thinking that ADOX is not part of the standard build of either
of these to operating systems...? If so, can it be installed independently
of ADO...?
.
- Follow-Ups:
- Re: Changing a linked table's Connect property just with SQL
- From: Douglas J. Steele
- Re: Changing a linked table's Connect property just with SQL
- References:
- Changing a linked table's Connect property just with SQL
- From: Mark Rae
- Re: Changing a linked table's Connect property just with SQL
- From: Douglas J. Steele
- Changing a linked table's Connect property just with SQL
- Prev by Date: Re: Changing a linked table's Connect property just with SQL
- Next by Date: Re: Changing a linked table's Connect property just with SQL
- Previous by thread: Re: Changing a linked table's Connect property just with SQL
- Next by thread: Re: Changing a linked table's Connect property just with SQL
- Index(es):
Relevant Pages
|