Re: Not displaying the data after space

2009-06-11 Thread Jeff FW
Take a look in the database itself (use the sqlite3 shell) and see if the full phrase is being stored. If it is, then there is an issue with how you are pulling the data out and displaying it in the form; if it isn't, then there is an issue with how you are saving the data in the first place.

Not displaying the data after space

2009-06-11 Thread Nalini
Hi, I am using jvascript, python and django for my web page with Sqllite3 at database. When i enter some data in a textfield, for example "this is an instrument" it is getting saved accurately into the database, the problem is when i try to view the data in the database , the data that is