Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 9 of 9 total
Thread Remote or local connection
Fri, Feb 2 2007 11:27 PMPermanent Link

"Glynn Owen [RTC]"
How does one set the DBISAM Manager to open Local vs. Remote
connections? Mine insists on trying for a remote connection and I can't
find any way to set it to just use local connections.

TIA, Glynn
Sat, Feb 3 2007 12:20 AMPermanent Link

"Johnnie Norsworthy"
"Glynn Owen [RTC]" <NOSPAM.glynn.owenATrealthinclient.com> wrote in message
news:A0AFDA7D-CFE1-4F45-900C-52D9B18E99C0@news.elevatesoft.com...
> How does one set the DBISAM Manager to open Local vs. Remote
> connections? Mine insists on trying for a remote connection and I can't
> find any way to set it to just use local connections.

Glynn,

TDBISAMSession.SessionType := stLocal

-Johnnie

Sat, Feb 3 2007 11:36 AMPermanent Link

"Glynn Owen [RTC]"
Johnnie Norsworthy wrote:

> "Glynn Owen [RTC]" <NOSPAM.glynn.owenATrealthinclient.com> wrote in
> message
> news:A0AFDA7D-CFE1-4F45-900C-52D9B18E99C0@news.elevatesoft.com...
> > How does one set the DBISAM Manager to open Local vs. Remote
> > connections? Mine insists on trying for a remote connection and I
> > can't find any way to set it to just use local connections.
>
> Glynn,
>
> TDBISAMSession.SessionType := stLocal
>
> -Johnnie

I'm referring to the utility provided for viewing and editing
databases, not a component.
Glynn

--
http://realthinclient.com
Sat, Feb 3 2007 12:44 PMPermanent Link

Fernando Dias

Team Elevate Team Elevate

Glynn,

Just before you open a table (or query), you can see a radio group near the
top of the dialog, where you can chose between "Local" or "Remote".

--
Fernando Dias
http://easygate.com.pt/components

Sat, Feb 3 2007 1:35 PMPermanent Link

"J. B. Ferguson"
Open the "File" | "Options" menu selection, then select the "Remote"
tab. Set the IP address to the default local host of 127.0.0.1 and make
sure the Host Name and Service fields are blank. Also make sure the
port is correct. Now it will only open with local sessions.

OTOH, if you decide to use both C/S and Local, simply click on "Cancel"
when you try to open a table. This will open the utility in a "local"
mode.

--
Regards,
Jan Ferguson


Glynn Owen [RTC] wrote:

<<How does one set the DBISAM Manager to open Local vs. Remote
<<connections? Mine insists on trying for a remote connection and I
<<can't find any way to set it to just use local connections.
<<
<<TIA, Glynn
>>

Glynn
Sat, Feb 3 2007 5:23 PMPermanent Link

"Glynn Owen [RTC]"
J. B. Ferguson wrote:

> Open the "File" | "Options" menu selection, then select the "Remote"
> tab. Set the IP address to the default local host of 127.0.0.1 and
> make sure the Host Name and Service fields are blank. Also make sure
> the port is correct. Now it will only open with local sessions.
>
> OTOH, if you decide to use both C/S and Local, simply click on
> "Cancel" when you try to open a table. This will open the utility in
> a "local" mode.

Bingo! Thanks.
Glynn

--
http://realthinclient.com
Sat, Feb 3 2007 5:27 PMPermanent Link

"Glynn Owen [RTC]"
Fernando Dias wrote:

> Glynn,
>
> Just before you open a table (or query), you can see a radio group
> near the top of the dialog, where you can chose between "Local" or
> "Remote".

The remote connection I usually use was unavailable because of some
problems local to its server, and every time I tried to connect, I had
to wait out a long pause while the utility tried to establish a
connection. Once that pause was over, I could do as you suggest, but I
was trying to eliminate that pause. JB came up with the solution, but
thanks for the thought.

Glynn

--
http://realthinclient.com
Sun, Feb 4 2007 12:48 PMPermanent Link

Jason Lee
That only works if you are not running a server locally. If you are
running a server locally as well, then you can use 0.0.0.0 as the IP
address to skip a "remote" session and use local (file/sharing) connection.

Regards,

Jason Lee

Glynn Owen [RTC] wrote:
> J. B. Ferguson wrote:
>
>> Open the "File" | "Options" menu selection, then select the "Remote"
>> tab. Set the IP address to the default local host of 127.0.0.1 and
>> make sure the Host Name and Service fields are blank. Also make sure
>> the port is correct. Now it will only open with local sessions.
>>
>> OTOH, if you decide to use both C/S and Local, simply click on
>> "Cancel" when you try to open a table. This will open the utility in
>> a "local" mode.
>
> Bingo! Thanks.
> Glynn
>
Mon, Feb 5 2007 9:43 AMPermanent Link

"Glynn Owen [RTC]"
Jason Lee wrote:

> That only works if you are not running a server locally. If you are
> running a server locally as well, then you can use 0.0.0.0 as the IP
> address to skip a "remote" session and use local (file/sharing)
> connection.
>
> Regards,
>
> Jason Lee
>
> Glynn Owen [RTC] wrote:
> > J. B. Ferguson wrote:
> >
> > > Open the "File" | "Options" menu selection, then select the
> > > "Remote" tab. Set the IP address to the default local host of
> > > 127.0.0.1 and make sure the Host Name and Service fields are
> > > blank. Also make sure the port is correct. Now it will only open
> > > with local sessions.
> > >
> > > OTOH, if you decide to use both C/S and Local, simply click on
> > > "Cancel" when you try to open a table. This will open the utility
> > > in a "local" mode.
> >
> > Bingo! Thanks.
> > Glynn
> >

Even better. Thanks.
glynn

--
http://realthinclient.com
Image