Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting MDB/MDE into a Service ??

Status
Not open for further replies.

waldemar

Programmer
Nov 15, 2001
245
DE
So I have this little cute MDE application that is supposed to run on the server verifying the Database every night for plausibility, data completeness and some other tasks (compact database, etc.)...

Quoting the Server/Network Guy: "Sorry, no I can't install Access on that Server/Workstation; how about you convert that MDE into a Service? Then it's no problem..."

Well I do NOT have a Developers Edition of Office (2000); so how do I create an NT Service out of an existing MDE Application?
 
You can't!
You couldn't even if you had the developers edition. What you could do is rewrite it using VB6. I'm not sure how you would turn it into a service as I know very little "real" VB, but I'm sure it's possible.

Ben ----------------------------------
Ben O'Hara
Home: bpo@RobotParade.co.uk
Work: bo104@westyorkshire.pnn.police.uk
Web: ----------------------------------
 
This guy said "There's Tools in the Internet that do the converting"...
 
he lied!
You cannot turn an access database into an executable file. Period.
I wish I could say otherwise, but that is the way it is. Your only option is to rewrite a VB front end onto your database.

B ----------------------------------
Ben O'Hara
Home: bpo@RobotParade.co.uk
Work: bo104@westyorkshire.pnn.police.uk
Web: ----------------------------------
 
So this doesnt look all so difficult... converting some access vba database maintaining routines in vb6... I tested some code and it seems 1:1 portable...

Does anybody have expierence with this? I am unexperienced to vb6 and I have no idea to start with an "NT service", is this an "ActiveX-EXE"?? Where is the startup routine? main() ?? ... Do I need this?:
Thanks
waldemar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top