Thread: [PI] donating Mysql error

Results 1 to 8 of 8
  1. #1 [PI] donating Mysql error 
    Registered Member
    Join Date
    Jun 2010
    Age
    29
    Posts
    891
    Thanks given
    22
    Thanks received
    47
    Rep Power
    0
    Base: DSPK PI
    Problem: cant connect or what ever the problem is
    Errors(Compiling Errors): none
    Other Information/Media(Pictures, etc):

    it says line 14
    Code:
    public static void createConnection() {
    		try {
    			Class.forName("com.mysql.jdbc.Driver").newInstance();//thats the database
    //line 14		con = DriverManager.getConnection("jdbc:mysql://http://syndicatedcash.zzl.org/donate", "391309_5555", "YOUWISH");
    			stm = con.createStatement();
    		} catch (Exception e) {
    			e.printStackTrace();
    			con = null;
    			stm = null;
    		}
    	}
    could any one help me fix this by talking me on msn? [email protected]
    Reply With Quote  
     

  2. #2  
    Registered Member
    Trock's Avatar
    Join Date
    Jul 2009
    Age
    28
    Posts
    1,915
    Thanks given
    14
    Thanks received
    66
    Rep Power
    532
    scroll up the compiling error i wanna see the whole thing
    Quote Originally Posted by Psyduck View Post
    Vouch

    Quote Originally Posted by VelSion View Post
    Huge Vouch, made so many deals with him, went smoothly!
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2010
    Age
    29
    Posts
    891
    Thanks given
    22
    Thanks received
    47
    Rep Power
    0
    Quote Originally Posted by Big Dick View Post
    scroll up the compiling error i wanna see the whole thing
    Reply With Quote  
     

  4. #4  
    Registered Member
    Trock's Avatar
    Join Date
    Jul 2009
    Age
    28
    Posts
    1,915
    Thanks given
    14
    Thanks received
    66
    Rep Power
    532
    Code:
    public static void createConnection() {
    		try {
    			Class.forName("com.mysql.jdbc.Driver").newInstance();//thats the database
    	con = DriverManager.getConnection("jdbc:mysql://syndicatedcash.zzl.org/donate", "391309_5555", "YOUWISH");
    			stm = con.createStatement();
    		} catch (Exception e) {
    			e.printStackTrace();
    			con = null;
    			stm = null;
    		}
    	}
    http:// ant supos to be there
    Quote Originally Posted by Psyduck View Post
    Vouch

    Quote Originally Posted by VelSion View Post
    Huge Vouch, made so many deals with him, went smoothly!
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Registered Member
    Join Date
    Jun 2010
    Age
    29
    Posts
    891
    Thanks given
    22
    Thanks received
    47
    Rep Power
    0
    Quote Originally Posted by Big Dick View Post
    Code:
    public static void createConnection() {
    		try {
    			Class.forName("com.mysql.jdbc.Driver").newInstance();//thats the database
    	con = DriverManager.getConnection("jdbc:mysql://syndicatedcash.zzl.org/donate", "391309_5555", "YOUWISH");
    			stm = con.createStatement();
    		} catch (Exception e) {
    			e.printStackTrace();
    			con = null;
    			stm = null;
    		}
    	}
    http:// ant supos to be there
    YOU ARE GOD! rep + thanks + kiss
    Reply With Quote  
     

  7. #6  
    Registered Member
    Trock's Avatar
    Join Date
    Jul 2009
    Age
    28
    Posts
    1,915
    Thanks given
    14
    Thanks received
    66
    Rep Power
    532
    lol np
    Quote Originally Posted by Psyduck View Post
    Vouch

    Quote Originally Posted by VelSion View Post
    Huge Vouch, made so many deals with him, went smoothly!
    Reply With Quote  
     

  8. #7  
    Registered Member
    Join Date
    Jun 2010
    Age
    29
    Posts
    891
    Thanks given
    22
    Thanks received
    47
    Rep Power
    0
    well it says it the packet recieved succesfully or somethig but it still spams this:O

    Reply With Quote  
     

  9. #8  
    Registered Member
    Trock's Avatar
    Join Date
    Jul 2009
    Age
    28
    Posts
    1,915
    Thanks given
    14
    Thanks received
    66
    Rep Power
    532
    Quote Originally Posted by Syndicate View Post
    well it says it the packet recieved succesfully or somethig but it still spams this:O

    pm me teamveiwer details
    Quote Originally Posted by Psyduck View Post
    Vouch

    Quote Originally Posted by VelSion View Post
    Huge Vouch, made so many deals with him, went smoothly!
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. PHP MySQL Error...
    By Coombser in forum Application Development
    Replies: 3
    Last Post: 01-25-2010, 06:03 PM
  2. MySQL Error
    By Ramon in forum Help
    Replies: 2
    Last Post: 12-10-2009, 12:53 PM
  3. [php + mysql] Need help with an error.
    By tor0en in forum Application Development
    Replies: 2
    Last Post: 07-01-2009, 09:32 PM
  4. mysql error
    By Warlock 999 in forum Application Development
    Replies: 5
    Last Post: 01-31-2009, 05:18 PM
  5. Php mysql error.
    By Musicmad in forum Application Development
    Replies: 4
    Last Post: 06-01-2008, 08:25 PM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •