Hi,

Maybe this is a SQLite question, but a guess many Django users uses
SQLite3.

I have a lot of data that I want to export to my SQLite3 database. My
problem is that the data contains special signs (swedish åäö) and
therefore is it not possible to insert the data through "windows
command prompt" (and SQLite3 shell) because the windows command prompt
does not support swedish signs.

It works when I,am adding the data through my admin site (Django
default admin site), but because of the amount of data it is not
possible to add the item one and one.

My question are if there are any more ways of inserting the data into
the SQLite3 dB? Is it possible to open the SQLite3 shell without CMD?

Thx!


Best regards
Daniel Sandberg
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to