G
Gilgamesh
How do I pass a result of a stored procedure from a C# assembly to a VB 6 so
VB can see the result as RecordSet?
Thanks,
Gilgamesh
VB can see the result as RecordSet?
Thanks,
Gilgamesh
Nicholas Paldino said:Gilgamesh,
The best way to do it would be to access the data through ADO (not
ADO.NET) through COM interop in .NET, and then pass the recordset along to
VB.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Gilgamesh said:How do I pass a result of a stored procedure from a C# assembly to a VB 6
so VB can see the result as RecordSet?
Thanks,
Gilgamesh
Nicholas Paldino said:Gilgamesh,
The best way to do it would be to access the data through ADO (not
ADO.NET) through COM interop in .NET, and then pass the recordset along to
VB.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Gilgamesh said:How do I pass a result of a stored procedure from a C# assembly to a VB 6
so VB can see the result as RecordSet?
Thanks,
Gilgamesh