Click here to Skip to main content
15,889,879 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to use Bass.Net.dll Pin
Colin Angus Mackay20-Jan-06 5:36
Colin Angus Mackay20-Jan-06 5:36 
GeneralRe: How to use Bass.Net.dll Pin
Divyang Mithaiwala20-Jan-06 6:25
Divyang Mithaiwala20-Jan-06 6:25 
GeneralRe: How to use Bass.Net.dll Pin
Dave Kreskowiak20-Jan-06 7:01
mveDave Kreskowiak20-Jan-06 7:01 
Questiondatagrid out of bound error,Plz help Pin
rudra08320-Jan-06 1:47
rudra08320-Jan-06 1:47 
QuestionDatagrid Selection ,Giving out of bound index error Pin
rudra08320-Jan-06 1:45
rudra08320-Jan-06 1:45 
QuestionHELP ME! SymbianOS and C# Pin
keisee20-Jan-06 1:43
keisee20-Jan-06 1:43 
Questionretrieve MAC address without SendARP Pin
ESTAN20-Jan-06 1:30
ESTAN20-Jan-06 1:30 
AnswerRe: retrieve MAC address without SendARP Pin
ESTAN25-Jan-06 2:06
ESTAN25-Jan-06 2:06 
GeneralRe: retrieve MAC address without SendARP Pin
activee17-Feb-06 0:43
activee17-Feb-06 0:43 
GeneralRe: retrieve MAC address without SendARP Pin
ESTAN3-Mar-06 1:47
ESTAN3-Mar-06 1:47 
QuestionNew in C# and SQL Server (Express Editions) Pin
twickl20-Jan-06 1:17
twickl20-Jan-06 1:17 
AnswerRe: New in C# and SQL Server (Express Editions) Pin
CodyGen20-Jan-06 3:38
CodyGen20-Jan-06 3:38 
AnswerRe: New in C# and SQL Server (Express Editions) Pin
mav.northwind20-Jan-06 4:25
mav.northwind20-Jan-06 4:25 
Hi!
Yes, starting can be a bitch... Smile | :)
You can't say one choice is "the correct" way, because you can achieve what you want in many different ways.

You can use the OleDB* classes to communicate with a SQL Server just like you would with Access. The only thing that's different (in the beginning, at least) is the connection string you'll have to specify.
With an mdb file you just include datasource='...path to your file...', but that doesn't work with SQL server.
Since I can't remember all the parts of a connection string for a given database, I usually take a look at http://www.connectionstrings.com/[^] to find the correct connection string.

Everything else is just a matter of reading the class documentation...

Regards,
mav
Questionhow to take integer input in c# Pin
Yuwraj20-Jan-06 0:48
Yuwraj20-Jan-06 0:48 
AnswerRe: how to take integer input in c# Pin
Divyang Mithaiwala20-Jan-06 1:18
Divyang Mithaiwala20-Jan-06 1:18 
GeneralRe: how to take integer input in c# Pin
Yuwraj20-Jan-06 1:29
Yuwraj20-Jan-06 1:29 
GeneralRe: how to take integer input in c# Pin
Colin Angus Mackay20-Jan-06 1:48
Colin Angus Mackay20-Jan-06 1:48 
AnswerRe: how to take integer input in c# Pin
CodyGen20-Jan-06 10:23
CodyGen20-Jan-06 10:23 
QuestionRegarding Browser Pin
A.Grover20-Jan-06 0:27
A.Grover20-Jan-06 0:27 
QuestionMethod argument Pin
Cannoneer20-Jan-06 0:05
Cannoneer20-Jan-06 0:05 
AnswerRe: Method argument Pin
Divyang Mithaiwala20-Jan-06 1:35
Divyang Mithaiwala20-Jan-06 1:35 
GeneralRe: Method argument Pin
Cannoneer20-Jan-06 2:32
Cannoneer20-Jan-06 2:32 
AnswerRe: Method argument Pin
Le centriste20-Jan-06 1:36
Le centriste20-Jan-06 1:36 
GeneralRe: Method argument Pin
Cannoneer20-Jan-06 2:33
Cannoneer20-Jan-06 2:33 
Questionhow to create multitabbed browser Pin
sachu_vidya19-Jan-06 23:16
sachu_vidya19-Jan-06 23:16 

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.