
I need your help. Please help me.
Was asked to use ADODB.Recordset and not sure how to declare it thus encounter error message listed below
Error 1 A new expression requires (), [], or {} after type
Error 2 A new expression requires (), [], or {} after type
Here are the coding
Code:
using System.Data;
using System.Data.OleDB;
using System.Data.SqlClient;
Using ADODB;
using ADODR;
namespace CSharpNet2008ADONet
{
public partial class FrmCustomerMaint : Form
{
public FrmCustomerMaint()
{
InitializeComponent();
}
ADODB.Recordset adoRst = new ADODB.Recordset; <--- Error
ADODB.Connection adoConn = new ADODB.Connection; <---Error
}
}
Have a Good Day.
Cheers,
Lennie
