Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: B14speedfreak
  • Order by date
  1. B14speedfreak

    Update SQL Problem...

    No problemo... B14... aka... Marky Mark... the frozen monkey in the server room...
  2. B14speedfreak

    Update SQL Problem...

    That seemed to resolve the problem, thankyou. Thanks again and seasons greatings, B14... aka... Marky Mark... the frozen monkey in the server room...
  3. B14speedfreak

    Update SQL Problem...

    Hi all, My thanks in advance for all help given. I am trying to code a bit of a java app up, and I am sort of learning as I go, so please bear with me for my lack of experence. I set a table in a database using the following syntax: CREATE TABLE Instructor( FirstName...
  4. B14speedfreak

    java.lang.NullPointerException...

    Thanks for all the posts guys... ...they are very welcome. I am still learning to program in Java (messing around with JDBC and MYSQL at the moment). Its good to know that there are people like your selves out there willing to try and help me out. My thanks for all your time and effort...
  5. B14speedfreak

    java.lang.NullPointerException...

    ...my appologies, thanks for trying... ...not sure what you mean by debugging the application. I tried running it (via netbeans), but not sure what you mean by the debugger??? B14... aka... Marky Mark... the frozen monkey in the server room...
  6. B14speedfreak

    java.lang.NullPointerException...

    ah ok, didn't think of that, thanks for the help and solution, B14... aka... Marky Mark... the frozen monkey in the server room...
  7. B14speedfreak

    java.lang.NullPointerException...

    ok heres the full class and what I am trying to execute in the main method: package instructor; import java.util.*; /** * * @author MNewton */ public class Person { private String First_Name; private String Surname; private String Title; private Calendar dob; /**...
  8. B14speedfreak

    java.lang.NullPointerException...

    Appologies, the dob variable is an object of class Calendar, the rest are Strings, and its when populating the dob variable which causes the problem (well thats what netbeans points to anyway...) thanks, B14... aka... Marky Mark... the frozen monkey in the server room...
  9. B14speedfreak

    java.lang.NullPointerException...

    Hi all, Thanks in advance for all help / posts on this one. I have the following bit of code : public void Person_create(String first_name, String surname, String title, int dob_year, int dob_day, int dob_month){ ///load attributes into the class from the method above...
  10. B14speedfreak

    JDBC connection to MYSQL...

    Hi guys, thanks again for the all the replys. As discusssed above, it was a problem with the driver not being put into the class path correctly. I can now connect to the databases. Thanks again for all your help, B14... aka... Marky Mark... the frozen monkey in the server room...
  11. B14speedfreak

    JDBC connection to MYSQL...

    Just changed the class again: package music_connect; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; public class Connect { public static void main(String[] args){ try{ System.out.println("loading driver")...
  12. B14speedfreak

    JDBC connection to MYSQL...

    Hi All, Firstly, thanks for all the replys they are very useful to me. Ok, I have taken the jar file out of the /lib on the Java home dir. Being that I am on Win XP (would rather be using something else but what can you do), I have added the full path to the JConnect.jar file into System...
  13. B14speedfreak

    JDBC connection to MYSQL...

    Hi all, I am trying to learn about how to connect to databases with java using JDBC. Anyhow I have got hold of the connector from mysql, and have produced a small class using the documentation - just connects. I am using MYSQL 5, Netbeans 3.6, JDK 1.4.2_04, JConnector 5.0.4. I have included...
  14. B14speedfreak

    Keys...

    Absolutely... Just wasn't sure... B14... aka... Marky Mark... the frozen monkey in the server room...
  15. B14speedfreak

    Keys...

    Hi all, This is a pretty well, how can put it, simple question. Do the Primary key and foriegn keys have to share the same column name under mysql? Thanks, B14... aka... Marky Mark... the frozen monkey in the server room...
  16. B14speedfreak

    Dates...

    Ok Thanks for the replay thats very useful.... B14... aka... Marky Mark... the frozen monkey in the server room...
  17. B14speedfreak

    Dates...

    Hi all, I am in the process of changing some Oracle sql scripts to work with mysql. Anyhow I have this script that creates tables, I think I have converted most of it to work. I get this problem when I run the <b>source</b> command to execute the sql script, when I try to do the following...
  18. B14speedfreak

    Compaq Monitors...

    Thanks for that, thought it would be the case. Thanks, B14... aka... Marky Mark... the frozen monkey in the server room...
  19. B14speedfreak

    Compaq Monitors...

    Hi All, I have been having issues with this Monitor. Essentially I bought this second user system from my work, quite a good spec for the price, which is for a friend. Unfortunatly there was no VDU included. Anyway my friend managed to source an old Compaq 470 monitor, its about 14inch...
  20. B14speedfreak

    Jinitiator...

    Hi Walter, Thanks for the reply. We don't seem to have had so many issues with this recently. But yes your quite correct, that does seem to work. We had one user that was nearly ready for getting a new machine. Turned out there was spyware on the PC so a quick of run of spybot s & D...

Part and Inventory Search

Back
Top