It would be great if i can refer to any example for this
Regards,
Atul

Michal Seliga wrote:
> 
> Atul_Vaidya wrote:
>> Hi,
>>     How to store a multimap in SQlite database ?
>> My requirement is that i want to store a multimap<int,long> in a column
>> of
>> the SQlite table
>> Regards,
>> Atul
> 
> but you have to use some additional
> encoding (base64, bintohex, uuencode/uudecode, whatever you want) to make
> sure
> that stored text is pure ASCII and content won't be damaged
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/STL-and-SQLite-tp25340733p25341643.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to