Interop.SQLMERGXLib.dll
From: Paul Ibison (Paul.Ibison_at_Pygmalion.Com)
Date: 02/02/05
- Next message: combfilter: "RE: Delivery Rate (cmds/sec) Across Wan."
- Previous message: Siu: "RE: Interop.SQLMERGXLib.dll"
- In reply to: Paul Ibison: "Interop.SQLMERGXLib.dll"
- Next in thread: Siu: "RE: Interop.SQLMERGXLib.dll"
- Reply: Siu: "RE: Interop.SQLMERGXLib.dll"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 2 Feb 2005 08:57:39 -0800
It should be in c:\program files\microsoft sql server\80
\com\
However it is not prefixed with Interop.
Inside the Visual C# .NET project, you add a reference to
the Microsoft SQL Merge Control 8.0 COM object, and then
add the following code:
using System;
using System.Runtime.InteropServices;
using SQLMERGXLib;
As far as I recall, adding the reference imports the type
library, so assuming the COM object is registered (it
should be from the SQL Installation) there's no need to
use regsvr32.exe
HTH,
Paul Ibison
- Next message: combfilter: "RE: Delivery Rate (cmds/sec) Across Wan."
- Previous message: Siu: "RE: Interop.SQLMERGXLib.dll"
- In reply to: Paul Ibison: "Interop.SQLMERGXLib.dll"
- Next in thread: Siu: "RE: Interop.SQLMERGXLib.dll"
- Reply: Siu: "RE: Interop.SQLMERGXLib.dll"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|