Hi Evans,
On Thu, Dec 8, 2011 at 8:59 PM, Eric Evans wrote:
> On Thu, Dec 8, 2011 at 4:20 AM, Dinusha Dilrukshi
> wrote:
> > I am using cassandra-jdbc driver and following is my code snip written
> for
> > delete a entry from column family.
>
> Where did you get this driver? Is it a release,
On Thu, Dec 8, 2011 at 4:20 AM, Dinusha Dilrukshi
wrote:
> I am using cassandra-jdbc driver and following is my code snip written for
> delete a entry from column family.
Where did you get this driver? Is it a release, is it from git (and
if so, when/which ID?). What version of Cassandra are yo
Try this it should work..
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class InsertData {
public static void main(String[] args) throws ClassNotFoundException,
SQLException{
Cl