Depends on what you mean by that. You can read it from the database
and put it in the form; you can read it from the form and put it into
the database. A little databinding in the middle makes it happen
automatically.
Robin S.
-----------------------------------
> In VS.Net 2005 Is it possible to replicate data between a windows form
> and a SQL 2005 database?
robin9876@hotmail.com - 26 Jan 2007 11:09 GMT
How would you securely store the information on the client in between
connecting to the main database?
> Depends on what you mean by that. You can read it from the database
> and put it in the form; you can read it from the form and put it into
[quoted text clipped - 6 lines]
> > In VS.Net 2005 Is it possible to replicate data between a windows form
> > and a SQL 2005 database?
RobinS - 26 Jan 2007 20:10 GMT
Some kind of binary serialization probably. Depends on how secure it
needs to be.
Robin S.
-------------------------
> How would you securely store the information on the client in between
> connecting to the main database?
[quoted text clipped - 11 lines]
>> > form
>> > and a SQL 2005 database?
robin9876@hotmail.com - 29 Jan 2007 11:59 GMT
What process is used to create a binary serialisation file?
> Some kind of binary serialization probably. Depends on how secure it
> needs to be.
[quoted text clipped - 17 lines]
> >> > form
> >> > and a SQL 2005 database?
RobinS - 31 Jan 2007 08:05 GMT
Actually, Binary Serialization isn't good enough; you can still see some of
the data. You need to check out the Encryption classes in .Net. Check out
MSDN and search for Encryption or cryptography.
Robin S.
---------------------------
> What process is used to create a binary serialisation file?
>
[quoted text clipped - 20 lines]
>> >> > form
>> >> > and a SQL 2005 database?