> >>How do I print a table from MySQL? > I mean to the printer.
There are a lot of different ways to do this. I could be wrong, but I can't think of any ways to do it from inside MySQL, though. Some ideas I came up with in the past minute are: create an html page that displays the table, and then print that send the output of a select query to a text file, and print that Out of these options, I would say that the html version is probably going to look a lot nicer, and if your data is wider than a page, will probably be more readable, but it does take a bit more work. I'm not certain if I'm correctly understanding what you're trying to do. If you provide a bit more information, we can see if anybody has better ideas. ~Erin -- http://www.tuxgirl.com
pgpUpLOIMyj6M.pgp
Description: PGP signature
-------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/newbies
