Split Database Very Slow

?

=?iso-8859-1?Q?Vladim=EDr_Cvajniga?=

I have found this trick somewhere on the Internet. It was talking about a
recordset not just a simple "BE MDB pointer".

As soon as I find original source of the information I'll post it here.

TYVM for your respond.

Vlado
 
T

Tony Toews [MVP]

Vladimír Cvajniga said:
in Form_Open:
'Set rsVzdy = CurrentDb.OpenRecordset("VZDY")

VZDY (ALWAYS in English) was a table in a shared BE MDB

How many records in that table?

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
T

Tony Toews [MVP]

Vladimír Cvajniga said:
P.P.S.
We also had performace issues on computers with some earlier versions of AVG
(Grisoft Antivirus System). Grisoft was using "AVGDB.MDB datacenter type"
which was resulting desperatelly slow performance of Access applications. I
think they don't use it anymore.

This has been reported a number of times over the years by various
anti virus vendors when they accidentally add MDB, MDE, MDA or other
such files to their virus scanners. They usually take that out a few
days or a week later after the screams from outraged customers.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
?

=?iso-8859-1?Q?Vladim=EDr_Cvajniga?=

No records, empty table.

Vlado

Tony Toews said:
How many records in that table?

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
?

=?iso-8859-1?Q?Vladim=EDr_Cvajniga?=

Hmm... so AVG gave us unclear answer to our enquiry?... :-/
V.

AVG talking about remote control of AVG, "datacenter", etc.:
Je nainstalována vzdálená správa AVG? Pokud ano, na jakém protokolu bezí?
Pokud máte datacenter typu AVGDB.MDB, doporucuji prejít na AVGTCPServer.
Tento je soucástí AVGADMIN 7.0.185. Nová instalace AVGADMINu je k dispozici
na adrese http://www.grisoft.cz/cz/cz_dwnl7.php?ver=8. Dokumentace potrebná
k instalaci a pripojení programu AVG na stanicích je soucástí instalace.
...\grisoft\avgadmin7\doc\.
 
D

David W. Fenton

I have found this trick somewhere on the Internet. It was talking
about a recordset not just a simple "BE MDB pointer".

And my point is that you don't *need* to open a recordset if what
you're trying to do is create (and persist) the LDB file -- all you
need is to initialize a db variable pointing to the back end.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top