Home > Back-end >  C Buider remote data module registration problems
C Buider remote data module registration problems

Time:10-24

I create a Remote Data Module, but there is no mistake, buid the run time prompt CatReg - & gt; RegisterClassplCategories (TStringConverter : : AnsiToGUID (pClassID), 1, & amp; TempGUID) ': access denied
@ D: \ PROGRAMHFLIE \ BORLAND \ CBUILDER5 \ INCLUDE \ atl \ atlvcl CPP \ 322
Ask ace to solve online, etc

CodePudding user response:

Void __fastcall TADOTest: : CRemoteDataModuleCreate (TObject * Sender)
{
ADOConnect - & gt; The ConnectionString="Provider=SQLOLEDB. 1; Password=XXXXX;"
"Persist Security Info=True; User ID=sa;"
"Initial Catalog=student dormitory management system;"
"Data Source=XXX. XXX. XXX. XXX".
ADODataSet - & gt; The Connection=ADOConnect;
DataSetProvider - & gt; The DataSet=ADODataSet;
ADOConnect - & gt; Connected=true;
}
Even if I don't have to manually add, but rather the code realization, is still the same problem, have to solve!!! Online urgent etc.

CodePudding user response:

Windows 8 system, c + + Builder6 I also encountered the same problem, do not know how to solve
  • Related