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 strongm 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: *

  1. msloan

    flash menu won't load

    Hello everyone, First off let me start by saying, I am not a Flash developer - this is my first experience with flash. I bought one of those flash menu templates online. I was able to get the thing configured and working locally. As soon as I uploaded it and my html file to the hosting...
  2. msloan

    calling a function defined in an iframes source html

    I have an iframe defined in my simple jsp page. Obviously that iframe has a source html file - source.html. How do I call a function from my jsp that resides in the source.html? Thanks!
  3. msloan

    Trying to add new user

    I am wondering if I am getting this error due to the initial configuration of MySQL? Or maybe from the way I am connection and trying to create the new user? As I said, I am new to MySQL - it does seem fairly straight forward, but it wouldn't surprise me if I messed something up. Thanks!!!
  4. msloan

    Trying to add new user

    I am not able to test the user access because I am not able to successfully create the new user. As I understand it, the error relates to me as the current user '@localhost' which doesn't use a password. Right?
  5. msloan

    Trying to add new user

    I am providing 'localhost'
  6. msloan

    Trying to add new user

    I right click on 'User Administration' and select 'New User'. I then provide a user name, the host and password. Then I select which database I want this user to be able to access.
  7. msloan

    Trying to add new user

    New to Mysql and I am trying to add a new user. I am using the MySQL Control Center to do this. Any time I try to add the new user to any database, I get the following error: [admin] ERROR 1045: Access denied for user: '@localhost' (Using password: NO) Any suggestions?
  8. msloan

    JComboBox is not appearing as it should

    thanks for the try, but it isn't that. I started to play with the layout managers and that got it to appear.
  9. msloan

    JComboBox is not appearing as it should

    I will give the layout manager a try - I am not using one currently, so I figured whatever was default, I was using that.
  10. msloan

    JComboBox is not appearing as it should

    I am adding a JComboBox to a JPanel which is added to a JFrame. The code compiles fine and launches as expected, however, when I go to my panel, it looks as if the combo box isn't there. But, when I click where the combo box should be, I get the drop down of selections. I also added an...
  11. msloan

    Newb needs help

    Ok have just started using Ant (1 day) and am trying to compile a simple (I thought) servlet. I have my build file and when I execute ant from the command line, the compile fails, saying my package (that I am importing) does not exist. I am assuming that I need to reference the library in the...
  12. msloan

    returning path of database from a connection

    after adding a try/catch block and calling rs.next(), worked great!!! Thanks for the help!
  13. msloan

    returning path of database from a connection

    I have a user defined System DSN on the client machine. From there the user will specify the name of that DSN in my app. Is there any way to retrieve the path of the database that that DSN points to? TIA
  14. msloan

    formating and storing monetary values

    oh yeah - using J2SE 1.4
  15. msloan

    formating and storing monetary values

    Just looking for some ideas on what the best way to store and format currency values might be. I am using SQL 7.0 and have my currency fields defined as float types. In my java, I call and store the value as a float (getFloat() updateFloat()). What I am finding is when I convert from US...
  16. msloan

    JFileChooser and network drives

    Thanks for the suggestion, but it doesn't do quite what I need it to - still showing only the local drives. I think during setup, I will have to instruct the user to map a network drive so it is shown in the JFileChooser.
  17. msloan

    JFileChooser and network drives

    Is it possible to have a JFileChooser that is able to display network machines and drives? If so, how? TIA
  18. msloan

    Exporting Views to Access

    I have been able to export the tables and the data, but was wondering if it was possible to do a mass export of the views? I have approximately 75 of them and don't really want to do them one at a time. Thanks in advance. Matt
  19. msloan

    ResultSet Question

    daniel135, All valid points - I have limited my select statement to only the columns I need - in this case two. I have double checked column names (spelling and otherwise) and making sure the values I am attempting to update with are valid. When I call this select statement, I only expect one...
  20. msloan

    ResultSet Question

    I agree with you all, however, the architecture (and those who developed the architecture) used here frowns upon the "update" method of executing queries, as you have all suggested. So, if anyone knows why I am getting that fetch error, I would greatly appreciate some insight as to...

Part and Inventory Search

Back
Top