Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

Re: Are split databases a chimera of utility?

Tip: Looking for answers? Try searching our database.



You are accessing this site in a read-only mode. For full access to all member benefits, including message posting, please login or register. Registration is completely free, simple, and takes only a few seconds.

Login | Free AccessMonster.com registration | Whole discussion thread

The message you are replying to and its parents are listed in the reverse order with the most recent posts first. This might not be the whole discussion thread. To read all the messages in this thread please click here.

Re: Are split databases a chimera of utility?

jacksonmacd30 Aug 2008 01:37
Perhaps I misunderstand your intention, but it sounds like you are
attemping to create a temporary table to be used as the basis of a
report. If that's the case, and if the temporary table is intended
*only* for that single user, then it is quite acceptable to store the
table in the local (FE) database. No need to store the temp table in
the shared BE.

Even better, create a "temp" MDB file on the local machine, and store
the table in *that* MDB file to avoid "churn" in the FE. A single FE
can use tables from multiple BE's.

>Jeff,
>The structure of the report is not going to change.  "Run-Time Error 3009:
[quoted text clipped - 22 lines]
>> Poster: "My wife left me"
>> Aaron: "Switch to SQL Server"

--
jackmacMACdonald@telusTELUS.net
remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security

Author29 Aug 2008 15:52
Jeff,
The structure of the report is not going to change.  "Run-Time Error 3009:
You tried to lock table 'tblWhySplitDatbasesAnnoyMe' while opening it, but it
was in use by another user.  Go online to rant for a while, and then try the
operation again."
All I'm trying to do is this:
Sub SendRefreshedDataToBackEnd()        
           DoCmd.CopyObject "db1_be", "ReportData", acTable, "TempReportData"
End Sub

If I could just put the TempReportData into the Backend ReportData table
that everyone runs their reports on, I'd be golden.  The responses I've
gotten when posting this question have been "Well of course, you can't modify
a table's structure while it's in use!"  Well, if I split a database to make
this possible and you say it's not possible, then why did I have the bowl,
Jeff?  Why did I have the bowl?!

> Are they just the tool of a false god?  I split my database, and all I got
> was this lousy backend.  Front End on each user's C:\ Drive.  Back End on the
[quoted text clipped - 5 lines]
> Poster: "My wife left me"
> Aaron: "Switch to SQL Server"

Author29 Aug 2008 12:41
Are they just the tool of a false god?  I split my database, and all I got
was this lousy backend.  Front End on each user's C:\ Drive.  Back End on the
shared network.  My Front End runs a query that replaces a table's contents
with updated data.  If I can't modify a table's structure while it is in use,
then what's the point?  Excuse me while I tinker with this thing, and pardon
me if I seem jaded.
inb4 SQL Server...
Poster: "My wife left me"
Aaron: "Switch to SQL Server"

Quick links:

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage




©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.