Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 9 of 9 total
Thread Can dbIsam switch LOCAL- CS at runtime or without change code ?
Wed, Aug 1 2007 3:32 AMPermanent Link

"Enrico Ghezzi"
Hi


i have a big application delphi 2007 application whith dbisam 4.2x.


All in Local mode.

Very many TDbIsamTable and a someone TDbIsamQuery.

with many fineKey.. gotoKey.. do while...

GlobalSession.sessionTime := stLocal


The Question :


Can i switch my application in ( remote = cs ? )      CS < - > LOCAL mode
without chante my code ?

change it at runtime ?

Wed, Aug 1 2007 3:38 AMPermanent Link

Eryk Bottomley
Enrico,

> Can i switch my application in ( remote = cs ? )      CS < - > LOCAL mode
> without chante my code ?


Yes you can - with the exception of having to add a few lines to set the
SessionType to stRemote and specify the server IP address etc.

> change it at runtime ?

Yes, you can do that as well.

Eryk
Wed, Aug 1 2007 5:12 AMPermanent Link

"Enrico Ghezzi"
> Yes, you can do that as well.

tnx.

I have DbIsam 4 Standard version source, now.


I must to buy ClientServer version ?

Wed, Aug 1 2007 6:21 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Enrico


It comes with a 5 user c/s licence so if you don't need any more than that you're ok otherwise yes you have to buy the upgrade.

Roy Lambert
Thu, Aug 2 2007 4:17 AMPermanent Link

"Enrico Ghezzi"
> It comes with a 5 user c/s licence so if you don't need any more than that
> you're ok otherwise yes you have to buy the upgrade.

i have a problem...

i can't create a DB in C/S mode.


i run :  dbsrvr.exe
i have write small client  example for connect in server.

OK  !

dbSRV.exe show my in my connection.
login : Admin / DBAdmin.


but i Can't create a DB in my server.               -.-

when i open DBSYS , menu NEW SQL QUERY  -> Remote

i can't continue  !

DbSys , show me a Login/Pwd dialog , and i don't know L/P


HELP ^^


Thu, Aug 2 2007 4:53 AMPermanent Link

"Frans van Daalen"

"Enrico Ghezzi" <EnricoGhezzi@Ghezzi.com> wrote in message
news:1886D4A6-64CF-41E6-A7B0-E517DDCE8AFC@news.elevatesoft.com...
>> It comes with a 5 user c/s licence so if you don't need any more than
>> that you're ok otherwise yes you have to buy the upgrade.
>
> i have a problem...
>
> i can't create a DB in C/S mode.
>

> HELP ^^
>

run srvadmin

Thu, Aug 2 2007 5:04 AMPermanent Link

"Enrico Ghezzi"
> run srvadmin


what is : srvadmin.exe ?


i have only 2 exe : dbcmd -dbsrvr

Thu, Aug 2 2007 5:16 AMPermanent Link

Arnd Baranowski
Enrico,

the DBISAM Utilities are:
- dbsys.exe (the exe to manipulate tables),
- srvadmin.exe (to exe set up the server environment),
- bdetran.exe (the exe for BDE transfer).
All that will be installed with the "DBISAM Additional Software and
Utitilities"

To set up a client server environment you have to use the

srvadmin.exe

With the srvadmin.exe you login to the server and there you can define
the database (name and directory, plus user who is entitled for that)
you need.

Arnd


Enrico Ghezzi wrote:
>>It comes with a 5 user c/s licence so if you don't need any more than that
>>you're ok otherwise yes you have to buy the upgrade.
>
>
> i have a problem...
>
> i can't create a DB in C/S mode.
>
>
> i run :  dbsrvr.exe
> i have write small client  example for connect in server.
>
> OK  !
>
> dbSRV.exe show my in my connection.
> login : Admin / DBAdmin.
>
>
> but i Can't create a DB in my server.               -.-
>
> when i open DBSYS , menu NEW SQL QUERY  -> Remote
>
> i can't continue  !
>
> DbSys , show me a Login/Pwd dialog , and i don't know L/P
>
>
> HELP ^^
>
>
>
Fri, Aug 3 2007 1:11 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Enrico,

<< DbSys , show me a Login/Pwd dialog , and i don't know L/P >>

Use the admin login:

Admin / DBAdmin

--
Tim Young
Elevate Software
www.elevatesoft.com

Image