Error Message "Reserved Error ( -1104); there are no message fot this error." (1 Viewer)

radek225

Registered User.
Local time
Today, 06:20
Joined
Apr 4, 2013
Messages
307
Error Message "Reserved Error ( -1104); there are no message fot this error."

I get this error when I will open 8-10 forms.
-compiled my code
-used compact and rapair database button
still the same error. only when I will open more than 8-10 form. in every event:/

Maybe it's because, when I use rst.daorecordset, close it using only rst.close. Shoud I set rst = nothing?

Another error "Can't open more database"-3048
I have only one database -backend

It's better to write a query separately and fill only name in form RecordSource e.g "qrZlecenia" or write a query in RecordSource e.g. "Select * from tblZlecenia inner join..."? what is better for performance?
 
Last edited:

gemma-the-husky

Super Moderator
Staff member
Local time
Today, 13:20
Joined
Sep 12, 2006
Messages
15,613
Re: Error Message "Reserved Error ( -1104); there are no message fot this error."

the "cannot open more databases" refers to the total number of connections to the backend.

this will include all combo boxes, listboxes, etc etc.

maybe your form and table design is not as efficient as it needs to be.
 

radek225

Registered User.
Local time
Today, 06:20
Joined
Apr 4, 2013
Messages
307
Re: Error Message "Reserved Error ( -1104); there are no message fot this error."

the "cannot open more databases" refers to the total number of connections to the backend.

this will include all combo boxes, listboxes, etc etc.

maybe your form and table design is not as efficient as it needs to be.
what is the number? Every time I open more than 8 then is a problem. But I can open in every pc 8 forms linked to the same database and everything will be ok. So I think it's not about total amount, but amount for one PC
 

Users who are viewing this thread

Top Bottom