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

C#

 
AnswerRe: How do I manipulate certain windows services? Pin
Andrei Ungureanu13-Sep-06 21:28
Andrei Ungureanu13-Sep-06 21:28 
Questionlist Box Pin
TAREQ F ABUZUHRI13-Sep-06 14:08
TAREQ F ABUZUHRI13-Sep-06 14:08 
AnswerRe: list Box Pin
Nader Elshehabi13-Sep-06 14:17
Nader Elshehabi13-Sep-06 14:17 
GeneralRe: list Box Pin
TAREQ F ABUZUHRI13-Sep-06 14:35
TAREQ F ABUZUHRI13-Sep-06 14:35 
GeneralRe: list Box Pin
Nader Elshehabi13-Sep-06 14:43
Nader Elshehabi13-Sep-06 14:43 
GeneralRe: list Box Pin
TAREQ F ABUZUHRI13-Sep-06 15:05
TAREQ F ABUZUHRI13-Sep-06 15:05 
Answerhi see this link Pin
premkamalg13-Sep-06 19:05
premkamalg13-Sep-06 19:05 
GeneralRe: list Box Pin
mav.northwind14-Sep-06 8:59
mav.northwind14-Sep-06 8:59 
GeneralRe: list Box Pin
TAREQ F ABUZUHRI14-Sep-06 6:03
TAREQ F ABUZUHRI14-Sep-06 6:03 
GeneralRe: list Box Pin
Nader Elshehabi14-Sep-06 9:14
Nader Elshehabi14-Sep-06 9:14 
QuestionPrinting Tiff's Pin
HahnTech13-Sep-06 13:53
HahnTech13-Sep-06 13:53 
AnswerRe: Printing Tiff's Pin
Nader Elshehabi13-Sep-06 14:32
Nader Elshehabi13-Sep-06 14:32 
QuestionModify a Printed File and Resend it to a Printer Pin
Dowfen13-Sep-06 13:52
Dowfen13-Sep-06 13:52 
Questionsetup file Pin
TAREQ F ABUZUHRI13-Sep-06 13:04
TAREQ F ABUZUHRI13-Sep-06 13:04 
AnswerRe: setup file Pin
Christian Graus13-Sep-06 13:10
protectorChristian Graus13-Sep-06 13:10 
AnswerRe: setup file Pin
Nader Elshehabi13-Sep-06 13:35
Nader Elshehabi13-Sep-06 13:35 
QuestionSo Many ADO Data Providers Which Should I Use? Pin
redfish3413-Sep-06 12:39
redfish3413-Sep-06 12:39 
AnswerRe: So Many ADO Data Providers Which Should I Use? Pin
Nader Elshehabi13-Sep-06 12:49
Nader Elshehabi13-Sep-06 12:49 
Hello

Depending on which database you are building you should choose the data provider. The data provider actually is nothing but a mediator between the real DBMS and you .Net code.

So if you are using/accessing an Access DB then OLEDb is best for you.
OTOH if you want to make SQL server database for sure you'd use SQLDb provider.
for Oracle and other ODBC engines ODBC provider is intuitively your choice.

Was that what you were asking for? And what is KISS BTW?

RegardsRose | [Rose]

GeneralRe: So Many ADO Data Providers Which Should I Use? Pin
redfish3413-Sep-06 17:50
redfish3413-Sep-06 17:50 
QuestionSetup doesnt generate reg keys Pin
Gutec13-Sep-06 10:48
Gutec13-Sep-06 10:48 
QuestionPrint page with out a footer. Pin
spark12800013-Sep-06 10:10
spark12800013-Sep-06 10:10 
QuestionGet domain name from email address Pin
MyRunner2313-Sep-06 9:34
MyRunner2313-Sep-06 9:34 
AnswerRe: Get domain name from email address Pin
User 665813-Sep-06 9:45
User 665813-Sep-06 9:45 
GeneralRe: Get domain name from email address Pin
MyRunner2313-Sep-06 10:00
MyRunner2313-Sep-06 10:00 
AnswerRe: Get domain name from email address Pin
spark12800013-Sep-06 10:21
spark12800013-Sep-06 10:21 

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.