Click here to Skip to main content
15,903,033 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Multi-computer access to program's data Pin
Curtis Schlak.25-Jul-09 6:00
Curtis Schlak.25-Jul-09 6:00 
GeneralRe: Multi-computer access to program's data Pin
Eddy Vluggen25-Jul-09 6:41
professionalEddy Vluggen25-Jul-09 6:41 
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 
copec wrote:
Are you saying that I can use any serverless SQL-style db (including Access) now and it won't take too much coding to transition and add the multi-client ability later?


Not quite; it's not as simple as throwing a switch. It is, however, quite easy to upsize. That wizard makes it a few-clicks operation to migrate your data to SQL.

The way you'd talk to them is also very similar. When you want data from Microsoft Access, you'd typical run a query over a connection to fetch that data. With SQL Express/Server, you'd also run a SQL-query over a Connection to fetch data. In both cases you'd be using a Connection-object to connect to the database, running a query and reading the results.

The main difference is that Access is specialized in fetching/updating the data in a local database, or at least with not all-too-much clients. SQL Express is the larger brother, living on a server, always present while the computer runs, ready to update it's datastore Smile | :)

Just introduced to 'Southern Comfort'

modified on Saturday, July 25, 2009 8:58 PM (not GMT?)

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 
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 

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.