baalbek <[EMAIL PROTECTED]> writes:

> If you really want to revolutionize the CAD business, PLEASE don't
> base your CAD system on a file based system (ala Autocad).
> 
> CAD systems available today (Autocad, Archicad, Architectural
> Desktop, etc) have one huge flaw: they don't store data to a SQL
> database, but to binary files.

Using Python 2.5, one could store (and distribute to others) the data
in a binary file that *is* an SQL database:

    <URL:http://docs.python.org/dev/lib/module-sqlite3.html>

-- 
 \               "I was sleeping the other night, alone, thanks to the |
  `\                                    exterminator."  -- Emo Philips |
_o__)                                                                  |
Ben Finney

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to