Database recommendations for Windows app

Dan dan at nospam.com
Thu Jun 23 11:48:43 EDT 2005


On 6/22/2005 9:51 PM, Peter Hansen wrote:
> Will McGugan wrote:
> 
>> Thanks for the replies. I think I'm going to go with sqllite for now.
> 
> 
> Your list didn't mention a few things that might be critical. 
> Referential integrity?  Type checking?  SQLite currently supports 
> neither.  Just make sure you check the list of supported features to see 
> that it really does what you need.
> 
> -Peter

So in SQLLite, what happens of you try to store XYZ in an integer field?



More information about the Python-list mailing list