Wilfried Mestdagh wrote:
> Hi Dan,
>
> Thank you for your reply. I read:
>
>   
>> Under circumstances described below, the database engine may convert
>> values between numeric storage classes (INTEGER > and REAL) and
>> TEXT during query execution
>>     
>
> But the circumstances are not really described (possible I cannot read
> between the lines as my English is not perfect). So as far as I understand
> the page if I want to store / retrieve a string (which can be a numeric
> string) I have to create my field as "char", "text" or as "none". Is this
> correct?
>   

...or varchar, which is SQL for string.


John
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to