I currently put the compiled app on a server then set shortcuts from local 
computers.  If I were to compile the app and embed the forms etc and connect  
to 
the database in the startup file, but put the startup exe on each computer this 
would seem to me to run faster because it  would use the forms etc from the 
local computer(not over the network).  Are my assumptions correct?
Tom Hart





________________________________
From: Javier Valencia <[email protected]>
To: RBASE-L Mailing List <[email protected]>
Sent: Mon, September 27, 2010 9:27:44 AM
Subject: [RBASE-L] - RE: Compiling a 9.0 app

 
Dan,
 
If the compiled application is on the server (in the same directory as the 
database), then what you need in the compiled application is:
 
CONNdbname
 
The shortcut on the local computer would link to the compiled application on 
the 
server.
 
However, if the compiled application is on the local computer and the database 
on the server, then the compiled application would need the command:
 
CONN\\servername\sharename\dbanme
 
And the shortcut on the local computer would link to the compiled application 
on 
the local computer.
 
Javier,
 
Javier Valencia, PE
913-829-0888 Office
913-915-3137 Cell
913-649-2904 Fax
[email protected]
 

________________________________
 
From:[email protected] [mailto: [email protected] ] On Behalf Of Dan Goldberg
Sent: Monday, September 27, 2010 8:46 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: Compiling a 9.0 app
 
What I do is put the compiled app(exe) on the server and put a shortcut on the 
user's desktops.
 
To connect to the database I use
 
connect \\servername\sharename\dbname
 
Dan Goldberg
 

________________________________
 
From:[email protected] [mailto: [email protected] ] On Behalf Of TOM HART
Sent: Saturday, September 25, 2010 7:41 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Compiling a 9.0 app
If I am reading the help files for 9.0 compiler I can put a compiled app on 
each 
computer(with the forms, reports, etc embedded) and it will run much faster 
over 
a network than if I only put the app on 1 computer and network to it like the 
following startup file

Main computer
    connect c:\myapp\dbname

Other computers
    connect \\maincomputer\myapp\dbname

What I have been doing is setting a shortcut to the exe file on the main 
computer.  Would the setup above work?

Tom Hart

Reply via email to