So, one would need some kind of Report Software, to interface wth SQlite?
Rick
Clay Dowling wrote:
Richard said:
Had a question on printing search results, to a network printer?
what command would I use for this?
lpr would be favorite, but SQLite itself doesn't have any printing mechanism. If you dump output to a file in columns you could send that file to a printer, or you could dump as HTML, view in a browser and send that to a printer.
Clay Dowling

