2MuchRiceMakesMeSick
October 24th, 2006, 03:35 AM
OleDbCommand aCommand = gcnew OleDbCommand();
gives me the error
Form1.h(173) : error C2248: 'System::Data::OleDb::OleDbCommand::OleDbCommand' : cannot access private member declared in class 'System::Data::OleDb::OleDbCommand'
i have
using namespace System::Data::OleDb;
defined at the top
anyone know why I get this error?
gives me the error
Form1.h(173) : error C2248: 'System::Data::OleDb::OleDbCommand::OleDbCommand' : cannot access private member declared in class 'System::Data::OleDb::OleDbCommand'
i have
using namespace System::Data::OleDb;
defined at the top
anyone know why I get this error?