Posts by Raphael Santos • 15 points
2 posts
-
1
votes1
answer610
viewsQ: Statement and SQL Run Error - Netbeans
try{ Class.forName(driver); Connection conn = DriverManager.getConnection(str_conn, usuario, senha); Statement stmt = conn.createStatement(); String sqlinsert ="insert into cheque…
-
0
votes1
answer172
viewsQ: Error in row mysql_fetch_array
This is an information seeker from universities, my TCC. This is the mistake: $mysqlli = new mysqli($servidor,$user,$senha,$banco); if(mysqli_connect_errno()) trigger_error(mysqli_connect_error());…