Hi.
I have two tables tableA and tableB; both have a primary key (integer data type).
There is a trigger on insert after on tableA. Inside this trigger I put an insert on tableB.
So given the following situation:
insert into tableA....
select @@identity from sys.dummy
the value of identity is...
Hi. I need to call a com function which requires an array of string as parameter.
I call it this way:
my.InvokeMember("report", BindingFlags.InvokeMethod, null,
myap,mysir);
where
- myap is the com server
- report is the function
- mysir is an array of strings
In this case "report"...
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.