Dear All,
May I request all of you to help me out.
I have a VBA project currently working with SQL Server 2000.
Now I changed back end to SQL Server 2005 and program give error as below when I insert new record.
Invalid input parameter values. Check the status values for detail.
I think that error is related with identity column.
May be failed to insert to identity column.
Please kindly give me suggestion how to solve for it.
Thanks in advance!
Mike
May I request all of you to help me out.
I have a VBA project currently working with SQL Server 2000.
Now I changed back end to SQL Server 2005 and program give error as below when I insert new record.
Invalid input parameter values. Check the status values for detail.
I think that error is related with identity column.
May be failed to insert to identity column.
Please kindly give me suggestion how to solve for it.
Thanks in advance!
Mike
Comment