NevermindI missed the Importrow method. Sorry about that.
Message from Franklin W Gray/USABB/NONABB received on 09/30/2005 02:49 PM
09/30/2005 02:49 PM
Internal
Franklin W Gray/USABB/NONABB
To: Advanced Group
cc:
Subject:Copy datarow or Fill Data
What I would like to do is fill a datatable with rows from another
datatable, not replace a datatable with another one like the copy will do.
There doesn't seem to be a copy method for the datarow and if I'm not
mistaken, a datarow can't belong to two datatables, so how could I load a
datatable wi
Why is it or what could be done to solve the following problem. I created
a windows service that holds an object in memory. All this object does is
raises events to the clients who remote to it when a client calls a
funtion (ie: a client executes the Add function and that raises the OnAdd
event).
I have serach the lists, MSDN, google, MS newgroups but I still don't seem
to have to clue how to send array from VB DOTNET COm aasembly to vbscript
or legacy C application program that uses OLE interface
Can someone point me to the right place?
My interest is in OUT integer array and return funct
Hi,
Are there any alternatives for using windows form designer infrastructure
in .net framework ? So far, all the resources i've seen use the approach
of hosting form designer.
The major point in this kind of task seems to be the emulation of design
time behaviour in runtime using .net components.