Click here to Skip to main content
15,891,905 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Multi-computer access to program's data [modified] Pin
copec25-Jul-09 7:37
copec25-Jul-09 7:37 
GeneralRe: Multi-computer access to program's data Pin
Eddy Vluggen25-Jul-09 8:41
professionalEddy Vluggen25-Jul-09 8:41 
GeneralRe: Multi-computer access to program's data Pin
copec25-Jul-09 8:58
copec25-Jul-09 8:58 
GeneralRe: Multi-computer access to program's data Pin
Eddy Vluggen25-Jul-09 9:11
professionalEddy Vluggen25-Jul-09 9:11 
GeneralRe: Multi-computer access to program's data Pin
copec25-Jul-09 9:18
copec25-Jul-09 9:18 
GeneralRe: Multi-computer access to program's data [modified] Pin
Eddy Vluggen25-Jul-09 14:31
professionalEddy Vluggen25-Jul-09 14:31 
GeneralRe: Multi-computer access to program's data Pin
copec25-Jul-09 16:36
copec25-Jul-09 16:36 
GeneralRe: Multi-computer access to program's data Pin
Eddy Vluggen26-Jul-09 3:18
professionalEddy Vluggen26-Jul-09 3:18 
I wouldn't state it like that, but that's what a lot of people did. Many of them started out with the combination Access/VB6 and have moved to SQL Server/C# in the meantime.

Reading from the datastore will be roughly the same, but you might run into a concurrency-problem once a lot of people start meddling around with the data. You'd have to decide what happens when "user one" is changing the countryname of the Northpole to "New Southpole" and "user two" is (at the same time) changing this name to "Old Northpole".

That's rather a logical problem that you'll encounter with any database. Most of them provide locking-mechanisms, even Access (to some degree).

Some of the older applications have been converted to webapplications, utilizing ASP.NET/SQL (or PHP/MySQL). Those applications can often be used from every country, introducing differences in measurement (metric vs imperial), differences in the formatting of numbers and dates (and some locations on daylight saving time) and such.

copec wrote:
does that mean that while I code the first version it's not worth concerning myself with the later addition of multi-client capability?


I'm not saying that it's not a concern, but that a lot of developers have faced these challenges before, and the problems that you're likely to encounter will probably be well-documented.


GeneralRe: Multi-computer access to program's data Pin
copec26-Jul-09 5:56
copec26-Jul-09 5:56 
GeneralRe: Multi-computer access to program's data Pin
Eddy Vluggen26-Jul-09 8:32
professionalEddy Vluggen26-Jul-09 8:32 
GeneralRe: Multi-computer access to program's data Pin
copec26-Jul-09 10:17
copec26-Jul-09 10:17 
GeneralRe: Multi-computer access to program's data Pin
Eddy Vluggen26-Jul-09 21:41
professionalEddy Vluggen26-Jul-09 21:41 
GeneralRe: Multi-computer access to program's data Pin
riced27-Jul-09 0:23
riced27-Jul-09 0:23 
GeneralRe: Multi-computer access to program's data [modified] Pin
copec27-Jul-09 8:01
copec27-Jul-09 8:01 
GeneralRe: Multi-computer access to program's data Pin
riced27-Jul-09 20:21
riced27-Jul-09 20:21 
GeneralRe: Multi-computer access to program's data Pin
copec31-Jul-09 12:16
copec31-Jul-09 12:16 
Questionapplication Integration Pin
kebedetesema19-Jul-09 23:17
kebedetesema19-Jul-09 23:17 
AnswerRe: application Integration Pin
David Skelly20-Jul-09 2:45
David Skelly20-Jul-09 2:45 
GeneralRe: application Integration Pin
kebedetesema20-Jul-09 4:08
kebedetesema20-Jul-09 4:08 
GeneralRe: application Integration Pin
David Skelly20-Jul-09 22:38
David Skelly20-Jul-09 22:38 
GeneralRe: application Integration Pin
kebedetesema21-Jul-09 21:43
kebedetesema21-Jul-09 21:43 
GeneralRe: application Integration Pin
Robin_Roy21-Jul-09 19:25
Robin_Roy21-Jul-09 19:25 
AnswerRe: application Integration Pin
Rozis20-Jul-09 11:04
Rozis20-Jul-09 11:04 
QuestionLarge number of storage / insertion of records in MySQL Pin
ajitsunny18-Jul-09 3:54
ajitsunny18-Jul-09 3:54 
AnswerRe: Large number of storage / insertion of records in MySQL Pin
Eddy Vluggen18-Jul-09 9:42
professionalEddy Vluggen18-Jul-09 9:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.