Click here to Skip to main content
15,902,635 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: An academic problem Pin
Paul Conrad14-Sep-07 19:14
professionalPaul Conrad14-Sep-07 19:14 
GeneralRe: An academic problem Pin
liv2luv15-Sep-07 7:53
liv2luv15-Sep-07 7:53 
QuestionAdding a new row to a dataset [modified] Pin
steve_rm13-Sep-07 17:16
steve_rm13-Sep-07 17:16 
AnswerRe: Adding a new row to a dataset Pin
Dave Kreskowiak13-Sep-07 17:27
mveDave Kreskowiak13-Sep-07 17:27 
GeneralRe: Adding a new row to a dataset Pin
steve_rm13-Sep-07 19:36
steve_rm13-Sep-07 19:36 
GeneralRe: Adding a new row to a dataset Pin
Tom Deketelaere13-Sep-07 21:05
professionalTom Deketelaere13-Sep-07 21:05 
QuestionRe: Adding a new row to a dataset Pin
steve_rm13-Sep-07 22:59
steve_rm13-Sep-07 22:59 
AnswerRe: Adding a new row to a dataset Pin
Tom Deketelaere13-Sep-07 23:27
professionalTom Deketelaere13-Sep-07 23:27 
for devolepment you would need access installed but once the access database is created you can use it without office access.

for the syncronisation part you will need to set up a few rules.

in you're example (delete row on central db and edited offline)

if you're rule is that the central db has priority then discard the offline changes and move on
if you're rule is that the offline db has priority then insert the row in central db


for updating the central db:
use primary keys that can't be changed then when you update search on these key's if the key doesn't exists in the central db but does exist in the offline db then insert it in central db
if row has changed that means the row existed in central db when last syncronised so you can just update the central db
if the row has been deleted in offline db I would suggest you somehow keep track of that (boolean in offline db that's set to true or something) so that you know wich rows to delete in central db

but this all comes down to making rules and sticking to them so that's the first thing you'll need to do

If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistaks.

GeneralRe: Adding a new row to a dataset Pin
Dave Kreskowiak14-Sep-07 5:29
mveDave Kreskowiak14-Sep-07 5:29 
GeneralRe: Adding a new row to a dataset Pin
Tom Deketelaere14-Sep-07 5:43
professionalTom Deketelaere14-Sep-07 5:43 
GeneralRe: Adding a new row to a dataset Pin
Dave Kreskowiak14-Sep-07 8:00
mveDave Kreskowiak14-Sep-07 8:00 
GeneralRe: Adding a new row to a dataset Pin
Tom Deketelaere16-Sep-07 3:01
professionalTom Deketelaere16-Sep-07 3:01 
GeneralRe: Adding a new row to a dataset Pin
Dave Kreskowiak16-Sep-07 4:39
mveDave Kreskowiak16-Sep-07 4:39 
GeneralRe: Adding a new row to a dataset Pin
Dave Kreskowiak14-Sep-07 5:28
mveDave Kreskowiak14-Sep-07 5:28 
Questionaddhandlers and addressofs Pin
Cedrickdeorange13-Sep-07 14:25
Cedrickdeorange13-Sep-07 14:25 
AnswerRe: addhandlers and addressofs Pin
Luc Pattyn13-Sep-07 15:05
sitebuilderLuc Pattyn13-Sep-07 15:05 
QuestionHelp me please ,assembly trust and \or security problem Pin
CodeMaster_0513-Sep-07 10:43
CodeMaster_0513-Sep-07 10:43 
AnswerRe: Help me please ,assembly trust and \or security problem Pin
Tom Deketelaere13-Sep-07 21:40
professionalTom Deketelaere13-Sep-07 21:40 
GeneralRe: Help me please ,assembly trust and \or security problem Pin
CodeMaster_0516-Sep-07 3:50
CodeMaster_0516-Sep-07 3:50 
QuestionDIRECTX audiovideoplayback Pin
plural13-Sep-07 9:54
plural13-Sep-07 9:54 
QuestionQuestion on VBScript Pin
T4AMD13-Sep-07 8:49
T4AMD13-Sep-07 8:49 
AnswerRe: Question on VBScript Pin
Dave Kreskowiak13-Sep-07 9:24
mveDave Kreskowiak13-Sep-07 9:24 
QuestionRe: Question on VBScript Pin
T4AMD13-Sep-07 10:28
T4AMD13-Sep-07 10:28 
AnswerRe: Question on VBScript Pin
Dave Kreskowiak13-Sep-07 10:42
mveDave Kreskowiak13-Sep-07 10:42 
QuestionSynchronising data from a client to a sql server database Pin
steve_rm13-Sep-07 8:46
steve_rm13-Sep-07 8:46 

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.