29.03 2004 r., on 19:14 Dembskey, E. (Evan) wrote: > Is there a quick way to import a text file into a sqlite db? I have 110 > records, and would naturally prefer not to manually enter them. If there is > a way to get the field names from the same file, so much the better...
You may write a very simple Python script (about 20 lines of code) which do it for you. Python is also a great fun ;-))) Greets -- Mateusz �oskot mateusz at loskot dot net --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

