Insufficient Base Table Information for Updating and Refreshing
-
Hi, I have an application in VB6. connecting DB2 database using Neon client DSN connection. I am trying to add new record into a table. I have a TDBGrid in a form which is connected to the rs ADODB.Recordset. When i try to add new record into the TDBGrid and Save it. It gives me the an error "-2147467259 Insufficient Base Table Information for Updating and Refreshing" . I have three Database region. Only in qaulity region it is working fine. Apart from this, It is giving the error for INT,TEST,Production region. However i am using same code for all region. Could you please suggest me Why it is giving the error. Befor posting this Messsage i took googled help but still problem isthere.
-
Hi, I have an application in VB6. connecting DB2 database using Neon client DSN connection. I am trying to add new record into a table. I have a TDBGrid in a form which is connected to the rs ADODB.Recordset. When i try to add new record into the TDBGrid and Save it. It gives me the an error "-2147467259 Insufficient Base Table Information for Updating and Refreshing" . I have three Database region. Only in qaulity region it is working fine. Apart from this, It is giving the error for INT,TEST,Production region. However i am using same code for all region. Could you please suggest me Why it is giving the error. Befor posting this Messsage i took googled help but still problem isthere.