[ 
https://issues.apache.org/jira/browse/CASSANDRA-11581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15242526#comment-15242526
 ] 

Robert Stupp commented on CASSANDRA-11581:
------------------------------------------

[~priya123] can you please ask this question on either the C* user or the 
driver mailing list? Instructions for these mailing lists are on the websites 
of the projects. This is the C+ bug tracking system.

> Cassandra connection failed
> ---------------------------
>
>                 Key: CASSANDRA-11581
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11581
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: priya swaiin
>
> I am not able to connect to cassandra which installed in VM.
> Can anyone help me out  to resolve the below issue ?
> Cluster cluster = Cluster.Builder().AddContactPoint("127.0.0.1").Build();
>                  Metadata metadata = cluster.Metadata;
>                  ISession session = cluster.Connect();// ("demo");
>                  session.Execute("insert into emp (emp_id,emp_name,emp_phone) 
> values (6, 'suman','12345678' )");
>                  Console.WriteLine("Save secess");
>                 Console.Read();



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to