|
-
May 6th, 2002, 06:52 AM
#1
Thread Starter
New Member
"Permision denied"
Trying to recompile an old VB 5.0 program on my new Windows 98 machine I get the message "Permission denied" with the statement
Set SystemDatabases = DBEngine.Workspaces(0)
"Workspaces" is flagged as the item in error.
What permission do I need and how do I give myself it?
-
May 7th, 2002, 10:09 AM
#2
Fanatic Member
Hi
which database you use? You had the DB on the other PC with a password? Which System was on the old PC? Which VB?
More infos please ...
Franky
-
May 7th, 2002, 03:19 PM
#3
Thread Starter
New Member
This is not a runtime message. It comes form the compiler (VB 5.0), and has nothing to with any database that I am using. It has something to do with what the compiler does when it handles this statement.
When I compile this program on my other (W95) machine, it runs on my W98 system. There is no runtime problem.
-
May 8th, 2002, 09:48 AM
#4
Fanatic Member
I found it
I checked my programs and found the problem ....
You use DAO and MDB.
The Jet-Engine from you is not the correct one or not installed. That must be the problem.
Franky
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|