Click here to Skip to main content
15,920,217 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: DataGridView selection problem Pin
musefan20-Feb-09 2:44
musefan20-Feb-09 2:44 
QuestionHow can we open any .doc/image/..... file on PC through remote place mobile [modified] Pin
aashish patidar20-Feb-09 1:18
aashish patidar20-Feb-09 1:18 
JokeRe: How can we open any .doc/image/..... file on PC through remote place mobile Pin
Eddy Vluggen20-Feb-09 2:15
professionalEddy Vluggen20-Feb-09 2:15 
GeneralRe: How can we open any .doc/image/..... file on PC through remote place mobile Pin
aashish patidar20-Feb-09 2:25
aashish patidar20-Feb-09 2:25 
RantRe: How can we open any .doc/image/..... file on PC through remote place mobile PinPopular
Nagy Vilmos20-Feb-09 2:37
professionalNagy Vilmos20-Feb-09 2:37 
JokeRe: How can we open any .doc/image/..... file on PC through remote place mobile Pin
musefan20-Feb-09 2:54
musefan20-Feb-09 2:54 
GeneralRe: How can we open any .doc/image/..... file on PC through remote place mobile Pin
EliottA20-Feb-09 2:54
EliottA20-Feb-09 2:54 
GeneralRe: How can we open any .doc/image/..... file on PC through remote place mobile Pin
Nagy Vilmos20-Feb-09 3:27
professionalNagy Vilmos20-Feb-09 3:27 
GeneralRe: How can we open any .doc/image/..... file on PC through remote place mobile Pin
led mike20-Feb-09 4:31
led mike20-Feb-09 4:31 
AnswerRe: How can we open any .doc/image/..... file on PC through remote place mobile Pin
EliottA20-Feb-09 2:15
EliottA20-Feb-09 2:15 
AnswerRe: How can we open any .doc/image/..... file on PC through remote place mobile Pin
Nagy Vilmos20-Feb-09 2:19
professionalNagy Vilmos20-Feb-09 2:19 
AnswerRe: How can we open any .doc/image/..... file on PC through remote place mobile Pin
musefan20-Feb-09 2:51
musefan20-Feb-09 2:51 
AnswerRe: How can we open any .doc/image/..... file on PC through remote place mobile Pin
Dan Neely20-Feb-09 3:24
Dan Neely20-Feb-09 3:24 
AnswerRe: How can we open any .doc/image/..... file on PC through remote place mobile Pin
Pete O'Hanlon20-Feb-09 4:14
mvePete O'Hanlon20-Feb-09 4:14 
GeneralRe: How can we open any .doc/image/..... file on PC through remote place mobile Pin
EliottA20-Feb-09 4:22
EliottA20-Feb-09 4:22 

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.