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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by erebus

  1. erebus

    Can a java program connect to a MySQL database?

    I am working on a project to read in large data files with a (sun) Java program, have it find a specific data line and then send that to a database. I however am not the Java programmer and I am trying to figure out if it is even possible to write a Java program to connect to a MySQL database...
  2. erebus

    Printing large tables with specific headers on each page

    Ahhhhh! I see what you are saying now. I do think that I can now successfully create my page. Thanks a bunch!
  3. erebus

    Printing large tables with specific headers on each page

    What you are saying is what i was generally thinking. I do not however know anything about doing the buffer thing. Will that cover my problem with the number of rows for the page? Thanks!
  4. erebus

    Java Program send data to MySQL database

    I am a web developer but I am working with someone who is learning Java. I am hoping to be able to take variables from the java program that is running and create a query to write them into a MySQL database. Is this possible? Thanks.
  5. erebus

    Printing large tables with specific headers on each page

    That seems as if it could work, but I do not know if I could make it work for me. The problem with it is my table can have basically anywhere from 5 (worst case)-16(best case) rows on a page and it will probably be closer to 16 per page but there is always the chance of that not being true...It...
  6. erebus

    Printing large tables with specific headers on each page

    Hi, I am working on enhancing a web page that is table based. My hopes are to make a printable page that attaches the first few rows of the table on the top of each page. Since the information for the table is stored in a database and each table will end up different lengths and what not, is...

Part and Inventory Search

Back
Top