1. COPY <table> FROM <file> [USING DELIMITERS <delim>] This command will copy data from a file using the optional field/record delimiter to a sqlite table. Can I also copy from a sqlite table to a file? COPY <table> TO <file> does not work or is not implemented. I am sure I can write some C/C++ code to do this but It would be nice to do this in one line of code... 2. Authorization There is a module called auth.c that seems to implement some kind of authorization that could implement GRANT/REVOKE. Does anybody know how this works??? I cannot find an explanation in the documentation...
B.Thomas ------------------------------------------------------------ This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately. Ce courrier �lectronique est confidentiel et prot�g�. L'exp�diteur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) d�sign�(s) est interdite. Si vous recevez ce courrier �lectronique par erreur, veuillez m'en aviser imm�diatement, par retour de courrier �lectronique ou par un autre moyen. ============================================================

