G
|
gdmacdo 12/10/2012 |
Your second line: I want to insert the records into another table. I used the following code to insert the values. '** Insert a record into another table **** set dal_table=dal.Table("MIS") dal_table.name="Value1" dal_table.Add() When I add record in the add page I found the following error. Microsoft VBScript runtime error '800a01a8' Object required: 'dal.Table(...)' /erp/LGCD_Employees_add.asp, line 0 Can Anybody help me to resolve the issue. |
![]() |
Sergey Kornilov admin 12/10/2012 |
Also, you need to make sure that MIS table is part of your project. DAL objects are only generated for project tables. |
A
|
adnankmk author 12/10/2012 |
Thanks for reply. The problem is solved. I did not added the table in the project. After adding the table the problem is resolved. |
A
|
adnankmk author 12/10/2012 |
Thanks for reply. The problem is solved. I did not added the table in the project. After adding the table the problem is resolved. |