Different way of accessing data from DB ? wht is this offine...

M

~Maheshkumar.R

(question A)

In MS seminar, i noticed something new term called OFFLINE mode of db
accessing. I know about,
ADO.NET
|
|---1. Connected arch - DATAREADER
|----2. Disconnected ach - DATAADAPTER & DATASET,
|------3. but what is this Offline - ?

How can i achieve this offline type of accessing and updatin DB activities
Please give me some link or example to store the data and when we connect
to internet i have to update only modified field in both side.

(question B)
My company employed 3 salespeople and gave laptop to them. salespeople have
to report at the end of day in the online application designed in asp.net.
Sometimes becoz of internet failure, they can't report. But parallely they
can report in some other way and once when they got inernet, they can upload
or update know ?? is it possible

Thnkz
 
G

Guest

Hi Mahes,

Reg. Question A:

I'm afraid that you mis-understood about OFFLINE.

It's nothing but disconnected architechural acces of db.

For that you can make use of your dataadapter and dataset.

Reg. Question B:

Of Course, they can update from their laptop when ever they got connection,
provided their are handling data locally in dataset... or using a local DB
and syncronize with the online db server when they got connection.

Cheers,

Jerome. M
 
M

~Maheshkumar.R

Hi DotnetJerome,

Thnkz for your reply.

Yes, You are rigth. Again you raised few question from my side.
(a) But how can i handle data locally in dataset. ??
(b) syncronize with the online db server ? how

Maheshkumar.R
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top