|
-
Feb 4th, 2001, 12:38 PM
#1
Thread Starter
Addicted Member
Hello,
I've just install my new Database program (that I developed) into computer1. I'd like computer2 and computer3 have the ability to access to the progarm from COMPUTER1.
All three computers are networking, so they can see each other no problem.
This is what I did and it didn't seem to work: I went into START MENU of computer1, created a short cut icon of the program and pasted it to the DESKTOP of Computer2 and Computer3. when I click on the icon on the desktop of computer2 or 3, it could not find the program......The next thing I did was installed the program into computer2 and 3, tried to open the program by using the icon on computer2 or 3's desktop. This time it worked fine, but the only problem was it opened its own program(database) not the database from computer1.
And that wasn't what I wanted it to be. I'd like all three computers to use same database, that way, all three users will have the most recent updated data....
Any suggestions will be greatly appreciated...
Hai Lieu
-
Feb 4th, 2001, 11:57 PM
#2
Guru
Create a shared directory on one of the computers, place the EXE and the DB in the same folder. Make your EXE access the database that is in App.Path & "\database.mdb"
That way all users will use a single database no matter what location
hope this helps
-
Feb 5th, 2001, 06:58 AM
#3
Retired VBF Adm1nistrator
I dont think a .exe should be streamed over a network.
I think that the .exe should be on the people's systems, and those systems all access "\\ntserver\database\database.mdb" or similar.
- jamie
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Feb 5th, 2001, 07:42 AM
#4
Frenzied Member
How about creating an ASP interface instead?
-
Feb 5th, 2001, 07:43 AM
#5
Retired VBF Adm1nistrator
'cept then you'd need a server wouldnt you ?
Or at least a system with iis on it.
- jamie
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Feb 5th, 2001, 08:00 AM
#6
Frenzied Member
No!
just Personal Web Server running one of the PCs. This can be even be just a windows 95 pc
-
Feb 5th, 2001, 08:10 AM
#7
Retired VBF Adm1nistrator
Of course yes.
/me hits himself in the head.
But anyway, I would imagine that windows sharing would be quicker than pws+asp.
- jamie
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Feb 5th, 2001, 08:20 AM
#8
Frenzied Member
Oh yes, an exe would be faster but it all depends what sort of app it is and how much shovelling of data there will be.
I think having an ASP web front-end looks pretty smart and more , well, professional.
Whenever I write a standard VB app I'm sick of the sight of it by the time it's finished!
-
Feb 5th, 2001, 08:21 AM
#9
Retired VBF Adm1nistrator
Yeah I know what you mean.
But if I was writing the app, I'd have to stick with a bog standard .exe because I've never had time to look into ASP.
- jamie
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
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
|