From: Oren N. <os...@po...> - 2000-08-04 00:54:39
|
Gordon, The few tweaks that are required are in the NovaShare_DB object. The object implements a new COM+ interface, IObjectConstruct. To use the object in NT4 with MTS, you'd need to remove the interface implementation and the implemented function IObjectConstruct_Construct. You would also need to hard-code the connection string in the GetConnectionString() function. You'll also want to verify the project references and make sure that the MTS type libraries are selected. SQL 2000 isn't needed for NovaShare; SQL 7 will do fine. You'll want to make sure that you install the Full-Text search option that comes with SQL Server--I don't think it's installed by default. There may be a few other tweaks here and there, but they shouldn't be too hard to take care of... --Oren |