Group:  Microsoft Access ยป microsoft.public.access.replication
Thread: briefcase replication

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

briefcase replication
"Tyriso via AccessMonster.com" <u23515[ at ]uwe> 15.09.2006 14:28:45
I am in the process of doing a Briefcase replication as I have no experience
with access. We are using Access 2000. I replicate the back end to the
briefcase and leave the master alone. It seems
to replicate fine. The problem is how do I get the forms to work. I take the
laptop off the network and the forms open but I can't open the queries. It
says disk error. I know I am getting this error as I do not know what I am
doing. Good thing I have back ups. I am using briefcase because it is a very
small database and I am not skilled enough to do it the correct way.

Thanks in Advance

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-replication/200609/1

Re: briefcase replication
"David W. Fenton" <XXXusenet[ at ]dfenton.com.invalid> 15.09.2006 21:34:26
"Tyriso via AccessMonster.com" <u23515[ at ]uwe> wrote in
news:6654d74d79f9a[ at ]uwe:

[Quoted Text]
> I am in the process of doing a Briefcase replication as I have no
> experience with access. We are using Access 2000. I replicate the
> back end to the briefcase and leave the master alone. It seems
> to replicate fine. The problem is how do I get the forms to work.
> I take the laptop off the network and the forms open but I can't
> open the queries. It says disk error. I know I am getting this
> error as I do not know what I am doing. Good thing I have back
> ups. I am using briefcase because it is a very small database and
> I am not skilled enough to do it the correct way.

Is this a split database? That is, does the front end point to
tables in a different MDB? If so, you need to have them in exactly
the same location on the laptop as when connected to the network.
That means they can't be on the network.

In any event, it's a bad idea to replicate forms/reports/etc., as
they are Access objects, and Jet replication works well only with
pure Jet objects (tables/queries).

I have never used briefcase replication as it has always seemed a
poor stepchild to real replication, and not programmable, so I have
no experience with it. But the problem you are having doesn't appear
to me to be specific to the briefcase. Indeed, it doesn't seem like
a replicatoin problem at all. It is more likely that a path to the
server is hardwired into some of the queries. If you look at the SQL
of them you might see that the from clause ends in "IN
'\\server\share\some.mdb'", and if so, that means the query is
hardwired to a server data source, and you won't ever be able to use
it except connected to the LAN that has access to that server.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Re: briefcase replication
"Tyriso via AccessMonster.com" <u23515[ at ]uwe> 18.09.2006 14:14:24
David W. Fenton wrote:
[Quoted Text]
>> I am in the process of doing a Briefcase replication as I have no
>> experience with access. We are using Access 2000. I replicate the
>[quoted text clipped - 5 lines]
>> ups. I am using briefcase because it is a very small database and
>> I am not skilled enough to do it the correct way.
>
>Is this a split database? That is, does the front end point to
>tables in a different MDB? If so, you need to have them in exactly
>the same location on the laptop as when connected to the network.
>That means they can't be on the network.
>
>In any event, it's a bad idea to replicate forms/reports/etc., as
>they are Access objects, and Jet replication works well only with
>pure Jet objects (tables/queries).
>
>I have never used briefcase replication as it has always seemed a
>poor stepchild to real replication, and not programmable, so I have
>no experience with it. But the problem you are having doesn't appear
>to me to be specific to the briefcase. Indeed, it doesn't seem like
>a replicatoin problem at all. It is more likely that a path to the
>server is hardwired into some of the queries. If you look at the SQL
>of them you might see that the from clause ends in "IN
>'\\server\share\some.mdb'", and if so, that means the query is
>hardwired to a server data source, and you won't ever be able to use
>it except connected to the LAN that has access to that server.
>

Thank you David
How do I look at the SQL. I have looked around to try and figure it out with
no success.

--
Message posted via http://www.accessmonster.com

Re: briefcase replication
"David W. Fenton" <XXXusenet[ at ]dfenton.com.invalid> 18.09.2006 21:27:00
"Tyriso via AccessMonster.com" <u23515[ at ]uwe> wrote in
news:667a6f1a2d6d6[ at ]uwe:

[Quoted Text]
> David W. Fenton wrote:
>>> I am in the process of doing a Briefcase replication as I have
>>> no experience with access. We are using Access 2000. I replicate
>>> the
>>[quoted text clipped - 5 lines]
>>> ups. I am using briefcase because it is a very small database
>>> and I am not skilled enough to do it the correct way.
>>
>>Is this a split database? That is, does the front end point to
>>tables in a different MDB? If so, you need to have them in exactly
>>the same location on the laptop as when connected to the network.
>>That means they can't be on the network.
>>
>>In any event, it's a bad idea to replicate forms/reports/etc., as
>>they are Access objects, and Jet replication works well only with
>>pure Jet objects (tables/queries).
>>
>>I have never used briefcase replication as it has always seemed a
>>poor stepchild to real replication, and not programmable, so I
>>have no experience with it. But the problem you are having doesn't
>>appear to me to be specific to the briefcase. Indeed, it doesn't
>>seem like a replicatoin problem at all. It is more likely that a
>>path to the server is hardwired into some of the queries. If you
>>look at the SQL of them you might see that the from clause ends in
>>"IN '\\server\share\some.mdb'", and if so, that means the query is
>>hardwired to a server data source, and you won't ever be able to
>>use it except connected to the LAN that has access to that server.
>
> How do I look at the SQL. I have looked around to try and figure
> it out with no success.

Open any the queries that are throwing the error in Design View.
Switch to SQL View on the View menu.

Or, open the query in design view and view the query's properties.
The string I described above would appear in the Source Database
property.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net