You are not logged in.
Pages: 1
delphi11.3 Error as EOleSysError with message [没有注册类]
TQuery1:TQuery;
TQuery1:=TQuery.Create(fMSSQL.MSSQL.ThreadSafeConnection);
TQuery1.SQL.Text:='select getdate()';
TQuery1.Open; Error
Offline
My guess using Google Translate is that the error message means "no class registered".
So perhaps you don't have the proper OleDB provider installed for the Win32 or Win64 context of your executable.
Offline
Pages: 1