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
> 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
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