Ask a Question related to ASP Database, Design and Development.
-
Bob Barrows #1
Re: Multiple Access database files
You could create a link to the table. see an Access newsgroup (or online
help) for details.
HTH,
Bob Barrows
A Ratcliffe wrote:> Hi all, hope you might be able to help me out.
>
> I have a client who is insisting on having individual Access
> databases for each client (I've tried to point out that its
> unnecessary, but they insist). Although the data structure is the
> same for each company, the data is company-specific. Ultimately,
> though I disagree with them about the individual database files, most
> of it is very basic design-wise....
>
> But....
>
> There is a table that is generic to all companies. Given the fact
> that it is a small table, I could give a copy to every database file,
> but its not ideal, and if it is every updated, we would need to
> update every single db file. I'm not sure if Access even allows this,
> but with Foxpro/DBase, we could have a 'free' table, which existed in
> its own file and could be joined with any other table in any other
> database.
>
> Firstly does such a thing exist in Access, and secondly (and most
> importantly) if such a setup could be created, how would I use it via
> ASP/ADO?
>
> Hope you can help out, and thanks in advance for any assistance,
>
> Yours,
>
> A Ratcliffe
Bob Barrows Guest
-
Network Files Need to Access Local Files
Hi all, I have a web application that will be accessing files from both the network (our servers) and the local computer. It worked great on FP 8... -
Is it possible to create multiple PDF files from a single MS Access report run.
I do a significant amount of reporting out of Microsoft Access databases and I an looking to increase our effeciency by utilizing PDF files for... -
Combine Multiple Files into 1 Layered Files
Does anyone have a solution to simplify this process? I wish to take a folder of images, combine them into one layered file where each layer is named... -
how do I hide database connection files using PHP include files?
I have the following at the beginning of the PHP page: <?php require_once('Connections/conn.php'); ?> I want to hide the connection file,... -
Write Access to Access DataBase
I'm trying to update a Access Database from information gained from a ASPX page. The database will not update. I'm sure it is in some security... -
Mosley #2
Re: Multiple Access database files
"A Ratcliffe" <aratcliffe@archimagic.net> wrote in message
news:ugvI%23DjTDHA.2316@tk2msftngp13.phx.gbl...insist).> Hi all, hope you might be able to help me out.
>
> I have a client who is insisting on having individual Access databases for
> each client (I've tried to point out that its unnecessary, but theyis> Although the data structure is the same for each company, the data is
> company-specific. Ultimately, though I disagree with them about the
> individual database files, most of it is very basic design-wise....
>
> But....
>
> There is a table that is generic to all companies. Given the fact that itjoined> a small table, I could give a copy to every database file, but its not
> ideal, and if it is every updated, we would need to update every single db
> file. I'm not sure if Access even allows this, but with Foxpro/DBase, we
> could have a 'free' table, which existed in its own file and could be> with any other table in any other database.
>
> Firstly does such a thing exist in Access, and secondly (and most
> importantly) if such a setup could be created, how would I use it via
> ASP/ADO?
>
> Hope you can help out, and thanks in advance for any assistance,
>
> Yours,
>
> A Ratcliffe
>
you could write a trigger to update all databases when the table is changed
Mosley Guest
-
Jeff Cochran #3
Re: Multiple Access database files
>There is a table that is generic to all companies. Given the fact that it is
In Access you'd normally create a link to that table in a separate>a small table, I could give a copy to every database file, but its not
>ideal, and if it is every updated, we would need to update every single db
>file. I'm not sure if Access even allows this, but with Foxpro/DBase, we
>could have a 'free' table, which existed in its own file and could be joined
>with any other table in any other database.
>
>Firstly does such a thing exist in Access, and secondly (and most
>importantly) if such a setup could be created, how would I use it via
>ASP/ADO?
database (All Access tables must be in a database file). Haven't
tried links in an ADO setup, but at the least you could open and read
the tables from both data sources.
Jeff
Jeff Cochran Guest



Reply With Quote

