Read consistency

2016-03-15 Thread Arko Provo Mukherjee
Hello, I am designing a system where for a situation, I need to have SERIAL consistency during writes. I understand that if the write was with QUORUM, a Read with QUORUM would have fetched me the correct (most recent) data. My question is what is the minimum consistency level required for read,

Re: DataStax .NET Driver - Converting from Row to DataRow

2016-02-24 Thread Arko Provo Mukherjee
/groups.google.com/a/lists.datastax.com/forum/#!forum/csharp-driver-user > > thanks > > On Wed, Feb 24, 2016 at 6:37 PM, Arko Provo Mukherjee > wrote: >> >> Hello, >> >> I am trying to play with the Datastax .Net Driver for Cassandra. >> >> I understand that the

DataStax .NET Driver - Converting from Row to DataRow

2016-02-24 Thread Arko Provo Mukherjee
Hello, I am trying to play with the Datastax .Net Driver for Cassandra. I understand that the .Fill() method is not implemented in CqlDataAdapter. Hence I was wondering if there is any elegant way to copy a Cassandra Row to a DataRow? I can then construct a DataSet myself. Thanks & regards Arko