User Profile

Collapse

Profile Sidebar

Collapse
paulq182
paulq182
Last Activity: Nov 11 '07, 11:38 PM
Joined: Nov 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • paulq182
    started a topic Mysql
    in Java

    Mysql

    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...
    See more | Go to post

  • paulq182
    replied to errors
    in Java
    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) {
    ...
    See more | Go to post

    Leave a comment:


  • paulq182
    started a topic errors
    in Java

    errors

    what does it mean when an error comes up like this 'class' or 'interface' expected?
    See more | Go to post

  • paulq182
    started a topic What are triggers in MySQL?

    What are triggers in MySQL?

    hello, im new to mysql and was looking to know what triggers are?

    cheers!!!
    See more | Go to post
No activity results to display
Show More
Working...