|
 |
asp_databases thread: Remote management of Access databases
Message #1 by "Luis Carlos Marinho" <lcdm@u...> on Tue, 30 May 2000 11:48:40
|
|
Is there a way to remotely manage Access databases?
I have some mdb files hosted on a ISP and I need to manage this databases -
i.e. create new tables, alter the structure of existing tables et.al.
Can I do it using ASP? Or some other way?
Just for information, for security reasons the ISP won't allow remote tools
like PCAnywhere, VNC and the likes.
Thanks for some help on this subject,
Luis Marinho
Message #2 by "Ken Schaefer" <ken.s@a...> on Tue, 30 May 2000 22:43:27 +1000
|
|
Look in Access Help,
There are SQL queries you can use for Create and Altering tables.
Just type them into a textarea box, and have ASP execute them against the
database...
Cheers
Ken
----- Original Message -----
From: "Luis Carlos Marinho"
To: "ASP Databases" <asp_databases@p...>
Sent: Tuesday, May 30, 2000 11:48 AM
Subject: [asp_databases] Remote management of Access databases
> Is there a way to remotely manage Access databases?
> I have some mdb files hosted on a ISP and I need to manage this
databases -
> i.e. create new tables, alter the structure of existing tables et.al.
> Can I do it using ASP? Or some other way?
> Just for information, for security reasons the ISP won't allow remote
tools
> like PCAnywhere, VNC and the likes.
>
> Thanks for some help on this subject,
>
> Luis Marinho
>
|
|
 |