Hi,

In reference to thread:
http://groups.google.com/group/web2py/browse_thread/thread/424731b5f6449513/e5bab3ec6e68a505

So far, the application was a series of reports, but now I need to
write to the database.
The charset of the database is latin1, and my db object I define it as
follows:
db = DAL ("mssql ://..., db_codec = 'latin1')

As I said in another thread with the parameter db_codec = 'latin1' I
can see the contents of the database correctly.

The problem I have is when I write, it seems not to respect the
db_codec latin1 and use another.

How do I fix this problem?

Jose

Reply via email to