Click here to Skip to main content
15,905,563 members

Comments by Ravindra Reddy Ambati (Top 11 by date)

Ravindra Reddy Ambati 21-May-13 7:44am View    
and using odbc
Ravindra Reddy Ambati 21-May-13 7:41am View    
It showing error illegal escape character
code
jdbc:sqlserver://192.168.111.103\Students:1443;user=rambati;password=Nokia@123
Ravindra Reddy Ambati 21-May-13 7:25am View    
Yes

I don't what was the specific error in it that
Would you solve it
Ravindra Reddy Ambati 21-May-13 7:22am View    
Would you kindly edit it

Connection conn = DriverManager.getConnection("jdbc:odbc:FirstData");
Statement stmt = conn.createStatement();
String strSelect = "select * from Sem3Results where IDNo ="+IDNo.getText();
ResultSet rset = stmt.executeQuery(strSelect);
Ravindra Reddy Ambati 21-May-13 7:20am View    
yes