Howdy!
I have a form with a number of text boxes bound to an ADODC control. The form can be used for new entry, or for editing (depending on user selection).
If it is new entry, the adoProject.Recordset.Addnew method is fired. I am getting the above error when that happens. The thing is, I can just hit continue and the program ignores the previous error, a new record is placed in the buffer and can be saved normally.
In edit mode, I get the same error, but this time it is when I envoke the .MoveFirst method. Again, the program then functions fine.
The ado settings are:
Client/Dynamic/Optimistic/Unknown/Unknown
ConnectionString is a DSN (Sqlserver 2000)
RecourSource="Select * from Projects Where Active = 1"
everything else are the defaults - pretty vanilla
Any suggestions out there?
I have a form with a number of text boxes bound to an ADODC control. The form can be used for new entry, or for editing (depending on user selection).
If it is new entry, the adoProject.Recordset.Addnew method is fired. I am getting the above error when that happens. The thing is, I can just hit continue and the program ignores the previous error, a new record is placed in the buffer and can be saved normally.
In edit mode, I get the same error, but this time it is when I envoke the .MoveFirst method. Again, the program then functions fine.
The ado settings are:
Client/Dynamic/Optimistic/Unknown/Unknown
ConnectionString is a DSN (Sqlserver 2000)
RecourSource="Select * from Projects Where Active = 1"
everything else are the defaults - pretty vanilla
Any suggestions out there?