
SQL-DMO: anybody has done this?
I am in the process of creating a Clarion Enterprise Manager for control of
MSSQL from within your app as well as a management tool for those utilizing
MSDE. But, it's in the early stages but it is COM based.
--
Kindest Regards,
Shawn Mason,CCD,MCP
I.S. Software Design Associates
Quote:
> Using C55EE
> Has anybody experience with calling SQL-DMO (sqldmo.dll) from within
> Clarion?
> Making a LIB from it, only reveals 4 functions: DllCanUnloadNow,
> DllGetClassObject, DllRegisterServer and DllUnregisterServer?
> Where are all the other functions like AttachDB, DetachDB, ConnectServer,
> ...?
> Patrick De Laet