Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Weird problem...
Miscellaneous
Thread ID:
01176451
Message ID:
01176451
Views:
50
Using mmUltraNumericEditor with a bindingsourcemember property of an integer type field column, changes is not saving successfully. If however I replaced the value directly with a numeric type: this.oTable.Entity = 10, it works with no problem; the data is saved.

What's the problem here? I thought at first that maybe because the column is an tinyinteger type, but it's not. In fact, I already converted it from tinyinteger to integer but the problem persists.

BTW, other fields with a varchar or char character type column have no problem. Meaning if I have 5 columns (3 character and 2 integer), the changes made on the 3 columns are saved successfully but not the other two columns with an integer type. The sad part is, it gives no runtime error or whatever when saving using this.oTable.SaveDataSet();

Please help...
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Reply
Map
View