Forum: Networking Hardware Configuration Jan 1st, 2008 |
| Replies: 0 Views: 266 Network Management Tools to review Hi
I am doing a lab report on an SNMP lab for college which involves reviewing both commercial and open source network management tools. As I am not working in the IT field and would not be... |
Forum: Java Sep 5th, 2007 |
| Replies: 1 Views: 391 comparing a value to a value in a jComboBox I have a ComboBox defined as follows:
private String[] months = {"Month", "01", "02", "03", "04", "05", "06", "07", "08",
"09", "10", "11", "12"};
private JComboBox jComboBoxMonth = null;
and... |
Forum: MySQL Sep 2nd, 2007 |
| Replies: 2 Views: 787 Re: Calculating a fine Thank you very much for your help. Its returning figures, hence no error messages. It makes life so much easier to be able to do this calc back at the database level and saves me so much... |
Forum: MySQL Sep 2nd, 2007 |
| Replies: 2 Views: 787 Calculating a fine I have a Database which is dealing with a book library system. I have a table which has a has a field dealing with the ReturnDate of a book. I was wondering if it is possible to do a SELECT... |
Forum: Java Aug 27th, 2007 |
| Replies: 2 Views: 1,010 |
Forum: Java Aug 26th, 2007 |
| Replies: 2 Views: 1,010 reading a date field out to a jTable component Hi
I am currently doing a project, part of which involves reading peoples information into a Database, the table in question being member_table which includes a 'Date of Birth' field. I have no... |
Forum: Java Aug 20th, 2007 |
| Replies: 4 Views: 530 Re: disabling class verifier Thanks for the help
have JBuilder Developer 2007 here but find it a bit convoluted. I'm sure its excellent so given ur advice I'll just have to get stuck into it and get used to it quickly. |
Forum: Java Aug 20th, 2007 |
| Replies: 4 Views: 530 disabling class verifier Hi
I'm in the process of getting JConnector in MySQL to connect to JBuilder 3. I've noticed in the MySQL manual that to accomplish this successfully I need to switch off the class verifier... |
Forum: Java Aug 15th, 2007 |
| Replies: 5 Views: 1,416 |
Forum: Java Aug 14th, 2007 |
| Replies: 5 Views: 1,416 |
Forum: Java Aug 14th, 2007 |
| Replies: 5 Views: 1,416 |
Forum: Java Aug 11th, 2007 |
| Replies: 2 Views: 2,055 |
Forum: Java Aug 11th, 2007 |
| Replies: 2 Views: 2,055 declaring a Date variable Hi guys
probably quite a common question but I've imported both java.sql.* and java.util.* and want to create an sql Date variable. What's the syntax to declare the variable from the sql class. ... |
Forum: Java Aug 7th, 2007 |
| Replies: 3 Views: 705 Re: moving between GUI displays Thanks for that will try it out in the next few minutes.
By implication of your comment I would be better off going back and restarting and creating each of the GUI displays in its own individual... |
Forum: Java Aug 7th, 2007 |
| Replies: 3 Views: 705 moving between GUI displays Am currently doing a project with a java GUI interrogating a database. My first GUI is a Login display which when the user successfully logs in will move onto a Menu display. My problem is that I... |