Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi,

 

I created a on Datasets and MS Jet 4.0(Access 2002) basing .exe on my workstation. But it shall also be used on other workstations. The Access2002 Db is on a Netfolder, as well as the .exe.

So I put the .NET Framework on the other machine and released the .exe and the belonging .dlls.

After all this, the programm starts and most functions work properly, except the most important :

 

The application throws an errmsg like this:

'Couldn´t start DB-Server' @ the following line :

Dim oAccess As New Access.Application()

 

I guess the system wants the runtime library of Access ?? But I don´t have it or are there any other possibilities than the runtime lib.

 

P.S. The other workstations don´t have Access intalled.

 

Some good ideas out there ??

Sometimes you´ve got to make a silent Takedown .
  • Moderators
Posted

When you create an instance of 'Access.Application', you DO need Access installed on each machine.

 

Why are you creating an 'Access.Application' object, are you running macros, forms or reports in Access?

Visit...Bassic Software
Posted

Reports and Makros are executed or called . The errmsg is caused, before amakro is being executed.

 

The DB is on a netfolder and the .exe too. Isn´t there another (cheaper) possibility to let this applic. run other machines, than installing Access on all machines ???

Sometimes you´ve got to make a silent Takedown .
  • Moderators
Posted

techmanbd, I don't think you understand, he is calling reports in Access this has nothing to do with connection to a database.

 

[edit]techmanbd, I guess you deleted your post [/edit]

Visit...Bassic Software
Posted

But why do I include a reference to Access.dll, reference to it only if Access 2002 is installed, obviously. I see.

But for other revolutionary tips, that might bypass an AccessInstallation 8-) I would be very apreciated, as you might suppose.

 

Thanks so far ... You did a good Job

Sometimes you´ve got to make a silent Takedown .

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...