Click here to Skip to main content
15,923,909 members
Home / Discussions / C#
   

C#

 
AnswerRe: Can i print a doc or pdf file ? Pin
dan!sh 20-Feb-09 8:27
professional dan!sh 20-Feb-09 8:27 
GeneralRe: Can i print a doc or pdf file ? Pin
abbd20-Feb-09 10:39
abbd20-Feb-09 10:39 
QuestionRe: Can i print a doc or pdf file ? Pin
abbd20-Feb-09 22:25
abbd20-Feb-09 22:25 
AnswerRe: Can i print a doc or pdf file ? Pin
Deresen21-Feb-09 3:15
Deresen21-Feb-09 3:15 
GeneralRe: Can i print a doc or pdf file ? Pin
abbd21-Feb-09 10:32
abbd21-Feb-09 10:32 
QuestionSplitting strings Pin
kanchoette20-Feb-09 4:21
kanchoette20-Feb-09 4:21 
AnswerRe: Splitting strings Pin
Kristian Sixhøj20-Feb-09 4:26
Kristian Sixhøj20-Feb-09 4:26 
GeneralRe: Splitting strings Pin
kanchoette20-Feb-09 4:30
kanchoette20-Feb-09 4:30 
QuestionC# client server communication [modified] Pin
mrithula820-Feb-09 4:19
mrithula820-Feb-09 4:19 
AnswerRe: C# client server communication Pin
Rob Philpott20-Feb-09 4:42
Rob Philpott20-Feb-09 4:42 
GeneralRe: C# client server communication Pin
Mel Feik20-Feb-09 5:54
Mel Feik20-Feb-09 5:54 
QuestionPass a dynamic collection from c# to c++ dll Pin
johnnycastle20-Feb-09 2:46
johnnycastle20-Feb-09 2:46 
Questionpc oscilloscope usb based Pin
wepce20-Feb-09 2:33
wepce20-Feb-09 2:33 
AnswerRe: pc oscilloscope usb based Pin
kanchoette20-Feb-09 2:46
kanchoette20-Feb-09 2:46 
QuestionUser holding down mouse while changing listview selection via keyboard problem [modified] Pin
kanchoette20-Feb-09 2:14
kanchoette20-Feb-09 2:14 
AnswerRe: User holding down mouse while changing listview selection via keyboard problem [modified] Pin
Jimmanuel20-Feb-09 3:59
Jimmanuel20-Feb-09 3:59 
GeneralRe: User holding down mouse while changing listview selection via keyboard problem Pin
kanchoette20-Feb-09 4:18
kanchoette20-Feb-09 4:18 
QuestionNew Table Pin
Alessio Granzotto20-Feb-09 1:22
Alessio Granzotto20-Feb-09 1:22 
AnswerRe: New Table Pin
moon_stick20-Feb-09 1:32
moon_stick20-Feb-09 1:32 
GeneralRe: New Table Pin
Nagy Vilmos20-Feb-09 1:46
professionalNagy Vilmos20-Feb-09 1:46 
GeneralRe: New Table Pin
moon_stick20-Feb-09 2:06
moon_stick20-Feb-09 2:06 
GeneralRe: New Table Pin
Alessio Granzotto20-Feb-09 1:58
Alessio Granzotto20-Feb-09 1:58 
GeneralRe: New Table Pin
musefan20-Feb-09 2:05
musefan20-Feb-09 2:05 
using System.Data.OleDb;

then you will need to create instances of OleDbConnection and OleDbCommand

pass your database connection string to OleDbConnection then open the connection.

create an SQL Query[^] as a string and pass that, along with the OleDbConnection, to the OleDbCommand


then execute the OleDbCommand as required

p.s. dont forget to use command parameters if you have any UI values

If only MySelf.Visible was more than just a getter...

A person can produce over 5 times there own body weight in excrement each year... please re-read your questions before posting

GeneralRe: New Table Pin
moon_stick20-Feb-09 2:05
moon_stick20-Feb-09 2:05 
QuestionDataGridView selection problem Pin
pedersen-roxen20-Feb-09 1:20
pedersen-roxen20-Feb-09 1:20 

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.