If I have a string variable with 31 fields (integer, text, text, and 28
floats), and the values are separated by commas (and quotes for the text),
can I insert them into the appropriate table with a single statement such
as this from a python/pysqlite method I'm writing:
self.cur.execute("insert into component(vote_id, cat, pos, pw) values (row)")
TIA,
Rich
--
Richard B. Shepard, Ph.D. | The Environmental Permitting
Applied Ecosystem Services, Inc.(TM) | Accelerator
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------