Click here to Skip to main content
15,887,350 members

Comments by DeveloperEU (Top 2 by date)

DeveloperEU 8-Oct-15 2:44am View    
The problem is in sqlite.cs somewhere. I follow the code to the last debugable line in SQLite.cs. It was the SQLite3.BindText(...) function where the property has the right value yet. The later operations runs in sqlite3.dll.
DeveloperEU 7-Oct-15 13:05pm View    
Deleted
Hello!
Thx for your reply. The leading zero has absolutely important meaning, it would be a product code, so i need it. What you means: "right formatting."? In the database I have a Text type field not number. In the List<> object - which is the parameter of the insert method - the property type is string and it contains the leading zero before insert procedure. So what is the cause of this behaviour?