Click here to Skip to main content
15,887,875 members
Home / Discussions / C#
   

C#

 
GeneralRe: Home directory Pin
Dan Neely8-Feb-06 4:46
Dan Neely8-Feb-06 4:46 
GeneralRe: Home directory Pin
TonyLinde8-Feb-06 5:36
TonyLinde8-Feb-06 5:36 
GeneralRe: Home directory Pin
Dan Neely8-Feb-06 5:42
Dan Neely8-Feb-06 5:42 
GeneralRe: Home directory Pin
TonyLinde8-Feb-06 5:47
TonyLinde8-Feb-06 5:47 
AnswerRe: Home directory Pin
Curtis Schlak.8-Feb-06 6:33
Curtis Schlak.8-Feb-06 6:33 
GeneralRe: Home directory Pin
TonyLinde8-Feb-06 6:49
TonyLinde8-Feb-06 6:49 
GeneralRe: Home directory Pin
Curtis Schlak.8-Feb-06 13:02
Curtis Schlak.8-Feb-06 13:02 
QuestionDataset to Recordset Marshalling Pin
hanofee8-Feb-06 2:52
hanofee8-Feb-06 2:52 
We're about to migrate our server application to .Net and having multiple client interface with sometimes done in VB6 or C++. While the server application (it's a C# web service) is dealing with database, I'd like to know if there's easy way to transform the type Dataset from ADO.Net to the classic ADODB.Recordset (our needs is to get the data in read-only, so, don't really mind if somebody propose using Datareader) ?

For example if the .Net server has method:
int GetDataSet(out System.Data.DataSet dts)

is there any way to call it from classic VB6 / unmanaged C++ code ? If not, what's the alternative (transform it to XML formatted string manually ?) ?
AnswerRe: Dataset to Recordset Marshalling Pin
Daniel Turini8-Feb-06 4:07
Daniel Turini8-Feb-06 4:07 
GeneralRe: Dataset to Recordset Marshalling Pin
hanofee8-Feb-06 4:23
hanofee8-Feb-06 4:23 
GeneralRe: Dataset to Recordset Marshalling Pin
Daniel Turini8-Feb-06 4:53
Daniel Turini8-Feb-06 4:53 
GeneralRe: Dataset to Recordset Marshalling Pin
hanofee8-Feb-06 6:34
hanofee8-Feb-06 6:34 
GeneralRe: Dataset to Recordset Marshalling Pin
Daniel Turini8-Feb-06 8:28
Daniel Turini8-Feb-06 8:28 
Questioncontrolling a running application Pin
Mridang Agarwalla8-Feb-06 2:23
Mridang Agarwalla8-Feb-06 2:23 
AnswerRe: controlling a running application Pin
User 66588-Feb-06 3:43
User 66588-Feb-06 3:43 
QuestionWeb Services / ASP .NET - Persisting Data Pin
MrEyes8-Feb-06 1:48
MrEyes8-Feb-06 1:48 
AnswerRe: Web Services / ASP .NET - Persisting Data Pin
J4amieC8-Feb-06 2:08
J4amieC8-Feb-06 2:08 
QuestionHow to check if Up/Down Button is clicked on NumericUpDown Control... Pin
Kedar Potdar8-Feb-06 0:48
Kedar Potdar8-Feb-06 0:48 
AnswerRe: How to check if Up/Down Button is clicked on NumericUpDown Control... Pin
Ravi Bhavnani8-Feb-06 2:43
professionalRavi Bhavnani8-Feb-06 2:43 
QuestionI need a solution Pin
Johan138-Feb-06 0:36
Johan138-Feb-06 0:36 
AnswerRe: I need a solution Pin
J4amieC8-Feb-06 0:39
J4amieC8-Feb-06 0:39 
AnswerRe: I need a solution Pin
Drew McGhie8-Feb-06 5:13
Drew McGhie8-Feb-06 5:13 
QuestionHow to retrive the Day of a given date Pin
luckyv8-Feb-06 0:16
luckyv8-Feb-06 0:16 
AnswerRe: How to retrive the Day of a given date Pin
J4amieC8-Feb-06 0:40
J4amieC8-Feb-06 0:40 
GeneralRe: How to retrive the Day of a given date Pin
luckyv8-Feb-06 4:26
luckyv8-Feb-06 4:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.