Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
AnswerRe: csv to IList Pin
Judah Gabriel Himango17-Mar-06 9:08
sponsorJudah Gabriel Himango17-Mar-06 9:08 
Questionequivalent code Pin
V.17-Mar-06 2:02
professionalV.17-Mar-06 2:02 
AnswerRe: equivalent code Pin
J4amieC17-Mar-06 2:16
J4amieC17-Mar-06 2:16 
GeneralRe: equivalent code Pin
V.17-Mar-06 2:23
professionalV.17-Mar-06 2:23 
GeneralRe: equivalent code Pin
J4amieC17-Mar-06 3:16
J4amieC17-Mar-06 3:16 
GeneralRe: equivalent code Pin
V.17-Mar-06 3:22
professionalV.17-Mar-06 3:22 
AnswerRe: equivalent code Pin
Guffa17-Mar-06 5:07
Guffa17-Mar-06 5:07 
AnswerRe: equivalent code Pin
mcljava17-Mar-06 4:34
mcljava17-Mar-06 4:34 
Try the SQL/ADO forum for more info.

BUT here's what I have done:

ODBC - Easy to do in C#, there are tons of article here. Worst part is the DSN as you eithe rhave to manually provision it OR use on of the autmation techniques you find on CodeProject - and trust me when I say there are a few. You can use this with MySQL, or other non Microsoft DBs as opposed to delving into the C based APIs. If your app is running on say Linux this might be a good option.

OLE DB - Not really for your relational databases per se, but if you have data stores like Excel or other spreadsheets, or office files, it works great and again pretty easily once you know the finer configuration points.

SQLClient - If you are using SQL Server then this is probably the best route because of the inherent support.

All of the options Odbc, OleDb, and SqlClient have a similar data model. You should be able to find code here, of course on MSDN, and throughout other sites.

Good luck

Mike Luster
CTI/IVR/Telephony SME
GeneralRe: equivalent code Pin
V.17-Mar-06 4:38
professionalV.17-Mar-06 4:38 
QuestionRotating image in C# Pin
CoolASL17-Mar-06 1:41
CoolASL17-Mar-06 1:41 
AnswerRe: Rotating image in C# Pin
JuanAlbertoMD17-Mar-06 3:41
JuanAlbertoMD17-Mar-06 3:41 
AnswerRe: Rotating image in C# Pin
Werdna17-Mar-06 5:20
Werdna17-Mar-06 5:20 
QuestionPath of current project. Pin
deepscyberpulse17-Mar-06 1:32
deepscyberpulse17-Mar-06 1:32 
AnswerRe: Path of current project. Pin
nidheeshkayal17-Mar-06 1:53
nidheeshkayal17-Mar-06 1:53 
AnswerRe: Path of current project. Pin
jimjo19-Mar-06 20:01
jimjo19-Mar-06 20:01 
QuestionAdd help text to custom functions in Excel Pin
jimjo17-Mar-06 1:26
jimjo17-Mar-06 1:26 
QuestionRichTextBox and SendKeys action Pin
conrado717-Mar-06 1:25
conrado717-Mar-06 1:25 
AnswerRe: RichTextBox and SendKeys action Pin
IdUnknown17-Mar-06 3:23
IdUnknown17-Mar-06 3:23 
GeneralRe: RichTextBox and SendKeys action Pin
conrado717-Mar-06 3:39
conrado717-Mar-06 3:39 
QuestionShow/Hide Quick Launch Toolbar on Button Click Pin
sherwani17-Mar-06 1:06
sherwani17-Mar-06 1:06 
QuestionHow to handle Window Context Menu events ? Pin
sherwani17-Mar-06 1:02
sherwani17-Mar-06 1:02 
AnswerRe: How to handle Window Context Menu events ? Pin
CoolASL17-Mar-06 3:41
CoolASL17-Mar-06 3:41 
GeneralRe: How to handle Window Context Menu events ? Pin
sherwani17-Mar-06 3:43
sherwani17-Mar-06 3:43 
AnswerRe: How to handle Window Context Menu events ? Pin
CoolASL17-Mar-06 3:58
CoolASL17-Mar-06 3:58 
QuestionHow to handleTwo events ? Pin
sherwani17-Mar-06 1:00
sherwani17-Mar-06 1:00 

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.