Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Client Server Help
Thu, Nov 20 2008 3:00 AMPermanent Link

"DrCool"
Hi,
i am new here, can anybody guide me how to configure and setup client server
application step by step by example.

i want to create client server Inventory Control System.

what i should care before generating queries, what parameter should i use
like open table, selecting records, inserting and deletion of records.

a person  working on a invoice number called 123, another user open the
invoice how he will get the next number while 123 is in progress.

sorry for bad english.

Regards.
Thu, Nov 20 2008 10:56 AMPermanent Link

"Robert"

"DrCool" <DrCool@live.com> wrote in message
news:D0CEC2B2-BC86-4127-8A1A-2BD0973947F6@news.elevatesoft.com...
> Hi,
> i am new here, can anybody guide me how to configure and setup client
> server application step by step by example.
>

Hi DrCool, your questions are not really related to client server but mostly
to concurrency. Whether you use client server or file sharing, you have to
deal with what to do when multiple users are updating the database.

Go to the online manual, and read on Advanced Topics / Locking and
Concurrency. Then post again if you have specific questions.

Robert

> i want to create client server Inventory Control System.
>
> what i should care before generating queries, what parameter should i use
> like open table, selecting records, inserting and deletion of records.
>
> a person  working on a invoice number called 123, another user open the
> invoice how he will get the next number while 123 is in progress.
>
> sorry for bad english.
>
> Regards.
>

Thu, Nov 20 2008 3:04 PMPermanent Link

"DrCool"
okey,
thanks for your reply,
okey, maybe my questions are not related to C/S, but i want to learn C/S.
what things i should care for so that my application will more scure and
stable as well.
which properties, event and methods should i use.

can you give me any example of code. online help is not to the point, always
brought me somewhere else.

regards,

-----------------------------------------------------------------------------------------------------------------------------------------------------------

"Robert" <ngsemail2005withoutthis@yahoo.com.ar> wrote in message
news:CC292FE2-FE70-42D8-B1B4-ED1131DEFE6B@news.elevatesoft.com...
>
> "DrCool" <DrCool@live.com> wrote in message
> news:D0CEC2B2-BC86-4127-8A1A-2BD0973947F6@news.elevatesoft.com...
>> Hi,
>> i am new here, can anybody guide me how to configure and setup client
>> server application step by step by example.
>>
>
> Hi DrCool, your questions are not really related to client server but
> mostly to concurrency. Whether you use client server or file sharing, you
> have to deal with what to do when multiple users are updating the
> database.
>
> Go to the online manual, and read on Advanced Topics / Locking and
> Concurrency. Then post again if you have specific questions.
>
> Robert
>
>> i want to create client server Inventory Control System.
>>
>> what i should care before generating queries, what parameter should i use
>> like open table, selecting records, inserting and deletion of records.
>>
>> a person  working on a invoice number called 123, another user open the
>> invoice how he will get the next number while 123 is in progress.
>>
>> sorry for bad english.
>>
>> Regards.
>>
>
>
Fri, Nov 21 2008 1:10 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< okey, maybe my questions are not related to C/S, but i want to learn C/S.
what things i should care for so that my application will more scure and
stable as well.
which properties, event and methods should i use.

can you give me any example of code. online help is not to the point,
always brought me somewhere else. >>

See here for a very basic example:

http://www.elevatesoft.com/newsgrp?action=openmsg&group=12&msg=4201&page=1#msg4201

You will also learn a lot by reading these areas of the manual:

http://www.elevatesoft.com/manual?action=mantopic&id=dbisam4&product=d&version=7&category=1&topic=1

http://www.elevatesoft.com/manual?action=mantopic&id=dbisam4&product=d&version=7&category=1&topic=6

http://www.elevatesoft.com/manual?action=mantopic&id=dbisam4&product=d&version=7&category=1&topic=9

http://www.elevatesoft.com/manual?action=mantopic&id=dbisam4&product=d&version=7&category=1&topic=11

Apart from these topics, the rest of DBISAM is the same regardless of
whether you're using it locally or remotely via C/S.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image