atlanticdit
IS-IT--Management
Been wrapping myself around this issue for a week now. I have a user defined field in the Customer Maintenance screen (7.6.3c on SQL Server 2000) that has a drop down for two values-- Y and N . The max size for that drop down box in the CM screen is 1. The field in the ARCUSFIL_SQL table also has a max size of 1. The field type in the table is char .
The error happens this way:
I go into a customer account and make a selection of either Y or N. Then I hit save and I get the error message. Note that I do not get the error message if I don't change that drop down box but make other changes.
The error message is:
MSL Technical Error Info:
An error occured in MacMSL.dll (ver. 76.300.15.6)
DB Provider Error:
COM Error: Error
Code = 0x800A0D5D
Code meaning = Unknown error 0x800A0D5D
Source = ADODB.Command
Description = Application uses a value of the wrong type for the current operation.
Op : F4, fhRewrite
Table or Script: [servername].[database].DBO.[ARCUSFIL_SQL]
MSL Error Info:
Type: Parameterization Error on CreateParameter.
Function: GetValueString.
Field: USER_DEF_FLD_2
Value: N
I have tried rebooting the SQL server; changing the max size; value type in the SQL table; checked the MDAC versions; removing a piece of code that popped up a message box; etc.
Anyone have experience with this and can shed some light on it. I would much appreciate it.
Thanks,
Dave
The error happens this way:
I go into a customer account and make a selection of either Y or N. Then I hit save and I get the error message. Note that I do not get the error message if I don't change that drop down box but make other changes.
The error message is:
MSL Technical Error Info:
An error occured in MacMSL.dll (ver. 76.300.15.6)
DB Provider Error:
COM Error: Error
Code = 0x800A0D5D
Code meaning = Unknown error 0x800A0D5D
Source = ADODB.Command
Description = Application uses a value of the wrong type for the current operation.
Op : F4, fhRewrite
Table or Script: [servername].[database].DBO.[ARCUSFIL_SQL]
MSL Error Info:
Type: Parameterization Error on CreateParameter.
Function: GetValueString.
Field: USER_DEF_FLD_2
Value: N
I have tried rebooting the SQL server; changing the max size; value type in the SQL table; checked the MDAC versions; removing a piece of code that popped up a message box; etc.
Anyone have experience with this and can shed some light on it. I would much appreciate it.
Thanks,
Dave