Re: insert data in cassandra from .net..

2012-04-14 Thread puneet loya
Thnx a lot :) :) On Sat, Apr 14, 2012 at 11:59 PM, aaron morton wrote: > but using insert query of cql is not working because i have fields in my > table which has null values for the columns and cassandra would not take > null values. > > You do not need to insert the null values. How they are h

Re: insert data in cassandra from .net..

2012-04-14 Thread aaron morton
> but using insert query of cql is not working because i have fields in my > table which has null values for the columns and cassandra would not take null > values. You do not need to insert the null values. How they are handled depends on the .net client you are using. If you really want to i

insert data in cassandra from .net..

2012-04-12 Thread puneet loya
I m able to connect cassandra and fetch rows from the cassandra database. Now i want to insert the data from .net on to cassandra but using insert query of cql is not working because i have fields in my table which has null values for the columns and cassandra would not take null values. So now