PDA

Click to See Complete Forum and Search --> : out of memory...


pardede
Apr 27th, 2000, 06:10 AM
I wrote an app in VB5 with Access97 and deployed it using the Setup Wizard. When distributed, it works fine on one laptop (win95 system) but on others (win98 systems) i got errors.

One error is the notorious 3447: 'VBAJet failed to initialize...'. I have found information on this one so this is not my question ;)

The other error happens on another pc and is rather peculiar. The app starts up fine but at some point I got an 'out of memory' error. This happens when in the app I am opening a form which works with editable recordsets (via data controls) and in which i am using begintrans to control the transaction.

Does anyone ever come accross this? I'm guessing this also has to do with the DAO version problem (that's also causing the 3447 error), anyone share my thought?

Any suggestion is very much welcome. I'm breaking my head at this....

[Edited by pardede on 05-01-2000 at 02:36 AM]

pardede
Apr 30th, 2000, 07:33 AM
no one at all?

efrat
Apr 30th, 2000, 12:13 PM
Hi
Dont use Data Control. it will be work and
The Machine that you use ,how mach ram you have ?

Efrat

pardede
Apr 30th, 2000, 06:52 PM
The target pc's have either 32 or 64 MB RAM. I built the app using 32 MB RAM so i don't think that's the problem. The peculiar thing is, the problem seem to happen on win98 machines.. that's why i'm suspecting this has something to do with the error 3447

More suggestion? anyone?

pardede
May 1st, 2000, 06:14 AM
Well, Efrat, can you explain why data control should not be used?

Mongo
May 1st, 2000, 07:10 AM
MSDN article Q192934 may help.