PLEASE HELP ME WITH MY CODE??
import java.sql.*;
import java.io.*;
class min_filmdb_rel_ mysql {
public static void main (String args [])
throws SQLException, IOException {
// the following statement loads the MySQL jdbc driver
try {
Class.forName ("com.mysql.jdb c.Driver");
} catch (ClassNotFoundE xception...
User Profile
Collapse
-
this is my code:
[CODE=java] import java.sql.*;
import java.io.*;
class min_filmdb_rel_ mysql {
public static void main (String args [])
throws SQLException, IOException {
// the following statement loads the MySQL jdbc driver
try {
Class.forName ("com.mysql.jdb c.Driver");
} catch (ClassNotFoundE xception e) {
... -
errors
what does it mean when an error comes up like this 'class' or 'interface' expected? -
What are triggers in MySQL?
hello, im new to mysql and was looking to know what triggers are?
cheers!!!
No activity results to display
Show More
Leave a comment: