Click here to Skip to main content
15,881,248 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: how to create multitabbed browser Pin
Le centriste20-Jan-06 2:39
Le centriste20-Jan-06 2:39 
GeneralRe: how to create multitabbed browser Pin
sachu_vidya26-Jan-06 0:24
sachu_vidya26-Jan-06 0:24 
Questionerror CS0246: The type or namespace name 'DescriptionAttribute' could not be found (are you missing a using directive or an assembly reference?) Pin
Soundman32.219-Jan-06 22:22
Soundman32.219-Jan-06 22:22 
AnswerRe: error CS0246: The type or namespace name 'DescriptionAttribute' could not be found (are you missing a using directive or an assembly reference?) Pin
Guffa19-Jan-06 22:29
Guffa19-Jan-06 22:29 
Question.PDF 2 .EMF (Enhanced Meta File) Pin
NewbieDude19-Jan-06 21:19
NewbieDude19-Jan-06 21:19 

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.