Click here to Skip to main content
16,006,594 members
Home / Discussions / C#
   

C#

 
Generaltrying to add visual studio 6 dll in c# app Pin
johniboy28-Jun-05 23:11
sussjohniboy28-Jun-05 23:11 
Generalcel Sheet Excel Application Pin
Raj_deepak28-Jun-05 22:45
Raj_deepak28-Jun-05 22:45 
GeneralRe: cel Sheet Excel Application Pin
deldeep29-Jun-05 2:53
deldeep29-Jun-05 2:53 
GeneralClosing applications gracefully Pin
_Hacker28-Jun-05 22:03
suss_Hacker28-Jun-05 22:03 
GeneralRe: Closing applications gracefully Pin
S. Senthil Kumar28-Jun-05 22:28
S. Senthil Kumar28-Jun-05 22:28 
GeneralRe: Closing applications gracefully Pin
Dylan van Heerden28-Jun-05 23:27
Dylan van Heerden28-Jun-05 23:27 
GeneralCrying for help to develop componet Pin
soft_Brains28-Jun-05 21:26
soft_Brains28-Jun-05 21:26 
GeneralRe: Crying for help to develop componet Pin
J4amieC28-Jun-05 22:18
J4amieC28-Jun-05 22:18 
Have you actually tried anything yet? Were you just expecting someone to hand you the code and say "here you go"?

Getting the first 10 records is as simple as:

SELECT TOP 10 * FROM myTable

Beyond this you will find a download at the MS site for the ADO.NET libraries to work with Oracle. The records may be retrieved using a DataReader, or a DataAdapter and DataSet.

When/if you have some specific difficulties come and post the question.
GeneralRe: Crying for help to develop componet Pin
soft_Brains28-Jun-05 22:34
soft_Brains28-Jun-05 22:34 
GeneralRe: Crying for help to develop componet Pin
mav.northwind28-Jun-05 22:48
mav.northwind28-Jun-05 22:48 
GeneralRe: Crying for help to develop componet Pin
Michael P Butler28-Jun-05 23:35
Michael P Butler28-Jun-05 23:35 
Generalmessagebox Pin
g00fyman28-Jun-05 20:41
g00fyman28-Jun-05 20:41 
Generalnamespace->Microsoft.pointofservice Pin
arun_appu28-Jun-05 19:41
arun_appu28-Jun-05 19:41 
GeneralRe: namespace->Microsoft.pointofservice Pin
deldeep29-Jun-05 2:59
deldeep29-Jun-05 2:59 
Generalnamespace->Microsoft.pointofservice Pin
Anonymous28-Jun-05 19:39
Anonymous28-Jun-05 19:39 
GeneralRe: namespace->Microsoft.pointofservice Pin
Christian Graus28-Jun-05 19:58
protectorChristian Graus28-Jun-05 19:58 
GeneralRe: namespace->Microsoft.pointofservice Pin
leppie28-Jun-05 20:45
leppie28-Jun-05 20:45 
GeneralRe: namespace->Microsoft.pointofservice Pin
Dave Kreskowiak29-Jun-05 1:11
mveDave Kreskowiak29-Jun-05 1:11 
GeneralRe: namespace->Microsoft.pointofservice Pin
leppie28-Jun-05 20:49
leppie28-Jun-05 20:49 
Generalproblem with creating a parent form. Pin
Green Fuze28-Jun-05 19:39
Green Fuze28-Jun-05 19:39 
GeneralRe: problem with creating a parent form. Pin
Christian Graus28-Jun-05 20:00
protectorChristian Graus28-Jun-05 20:00 
GeneralRe: problem with creating a parent form. Pin
Green Fuze28-Jun-05 20:44
Green Fuze28-Jun-05 20:44 
GeneralRe: problem with creating a parent form. Pin
Christian Graus28-Jun-05 20:47
protectorChristian Graus28-Jun-05 20:47 
GeneralRe: problem with creating a parent form. Pin
Green Fuze28-Jun-05 21:50
Green Fuze28-Jun-05 21:50 
GeneralRe: problem with creating a parent form. Pin
J4amieC28-Jun-05 22:26
J4amieC28-Jun-05 22: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.