Click here to Skip to main content
15,914,452 members
Home / Discussions / C#
   

C#

 
GeneralGetProcAddress Pin
Vadim Tabakman10-Aug-04 20:22
Vadim Tabakman10-Aug-04 20:22 
GeneralRe: GetProcAddress Pin
Heath Stewart10-Aug-04 20:46
protectorHeath Stewart10-Aug-04 20:46 
GeneralRe: GetProcAddress Pin
Vadim Tabakman10-Aug-04 20:56
Vadim Tabakman10-Aug-04 20:56 
GeneralRe: GetProcAddress Pin
leppie10-Aug-04 21:34
leppie10-Aug-04 21:34 
GeneralRe: GetProcAddress Pin
Vadim Tabakman11-Aug-04 2:26
Vadim Tabakman11-Aug-04 2:26 
GeneralRe: GetProcAddress Pin
Heath Stewart11-Aug-04 2:26
protectorHeath Stewart11-Aug-04 2:26 
GeneralRe: GetProcAddress Pin
Vadim Tabakman11-Aug-04 12:19
Vadim Tabakman11-Aug-04 12:19 
QuestionHow to Trasfer Data from MsAccess database to SQL Server Database using C# Pin
pubududilena10-Aug-04 18:35
pubududilena10-Aug-04 18:35 
hi all,
I want to trasfer data from access to SQL. I am doing this in .Net ,using C#.I did it like this:-
this.oleDbDataAdapter1.Fill(this.dataSet11,"AthleteArchive");
this.sqlDataAdapter1.Update(this.dataSet11,"AthleteArchive");

BUT this is not working...
"AthleteArchive" --is a table of the Access Database..oleDbDataAdapter1,sqlDataAdapter1 & dataSet11 are created using Wizards.(Drag & Drop the Relevent Table to the Design view)

Can u please tell me, what is the Problem in there and How do I correct this?
thanks...
AnswerRe: How to Trasfer Data from MsAccess database to SQL Server Database using C# Pin
Heath Stewart10-Aug-04 19:36
protectorHeath Stewart10-Aug-04 19:36 
GeneralWorking with text archive Pin
Flavio Serrazes10-Aug-04 16:11
Flavio Serrazes10-Aug-04 16:11 
GeneralRe: Working with text archive Pin
Dave Kreskowiak11-Aug-04 5:41
mveDave Kreskowiak11-Aug-04 5:41 
Generalchange from C++ code to C# Pin
Rulala10-Aug-04 15:55
Rulala10-Aug-04 15:55 
GeneralRe: change from C++ code to C# Pin
Christian Graus10-Aug-04 16:24
protectorChristian Graus10-Aug-04 16:24 
GeneralRe: change from C++ code to C# Pin
Rulala10-Aug-04 17:37
Rulala10-Aug-04 17:37 
GeneralRe: change from C++ code to C# Pin
Heath Stewart10-Aug-04 19:30
protectorHeath Stewart10-Aug-04 19:30 
GeneralRe: change from C++ code to C# Pin
Rulala10-Aug-04 19:55
Rulala10-Aug-04 19:55 
GeneralRe: change from C++ code to C# Pin
Heath Stewart10-Aug-04 20:43
protectorHeath Stewart10-Aug-04 20:43 
GeneralRe: change from C++ code to C# Pin
Rulala10-Aug-04 21:36
Rulala10-Aug-04 21:36 
GeneralButton Position in textbox Pin
DougW4810-Aug-04 12:41
DougW4810-Aug-04 12:41 
GeneralMSGraph Chart in a WinForm Pin
Mark Finley10-Aug-04 11:36
Mark Finley10-Aug-04 11:36 
GeneralRe: MSGraph Chart in a WinForm Pin
sreejith ss nair10-Aug-04 16:55
sreejith ss nair10-Aug-04 16:55 
GeneralC# Windows Setup and Deployment application Pin
TrevorBo10-Aug-04 10:56
TrevorBo10-Aug-04 10:56 
GeneralRe: C# Windows Setup and Deployment application Pin
Heath Stewart10-Aug-04 11:23
protectorHeath Stewart10-Aug-04 11:23 
GeneralRe: C# Windows Setup and Deployment application Pin
LongRange.Shooter11-Aug-04 7:52
LongRange.Shooter11-Aug-04 7:52 
GeneralRe: C# Windows Setup and Deployment application Pin
TrevorBo11-Aug-04 11:08
TrevorBo11-Aug-04 11:08 

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.