I have written a function to call a DTS package from a c# DLL. The function looks as follows:
public bool RunBulkInsert() {
DTS.Package2Class dtsBulkInsert;
object objPersistStgOfHost = null;
UCOMIConnectionPointContainer cpcCnnctPtCont;
UCOMIConnectionPoint cpConnectionPoint...
I am writing a .NET component in c# and I want to set-up a licence so that it works fully in the development environment but requires a licence file if its being distributed in an application. Could anyone tell me how to do this or where I could find a resource that explains how this can be...
I have created a stored procedure in Oracle that contains an ‘INSERT’ statement in it which inserts values to a table which are then returned by a cursor variable to Crystal Reports using a ‘OPEN [cursor] FOR’ statement. The problem is that when I try to add this procedure to the report I get...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.