Click here to Skip to main content
15,891,473 members
Home / Discussions / C#
   

C#

 
GeneralRe: Why c# do not support Multiple Inheritance Pin
pasztorpisti23-Sep-12 9:13
pasztorpisti23-Sep-12 9:13 
GeneralRe: Why c# do not support Multiple Inheritance Pin
Pete O'Hanlon24-Sep-12 1:26
mvePete O'Hanlon24-Sep-12 1:26 
GeneralRe: Why c# do not support Multiple Inheritance Pin
pasztorpisti24-Sep-12 1:35
pasztorpisti24-Sep-12 1:35 
GeneralRe: Why c# do not support Multiple Inheritance Pin
Pete O'Hanlon24-Sep-12 1:47
mvePete O'Hanlon24-Sep-12 1:47 
GeneralRe: Why c# do not support Multiple Inheritance Pin
pasztorpisti24-Sep-12 1:53
pasztorpisti24-Sep-12 1:53 
GeneralRe: Why c# do not support Multiple Inheritance Pin
Pete O'Hanlon24-Sep-12 2:09
mvePete O'Hanlon24-Sep-12 2:09 
GeneralRe: Why c# do not support Multiple Inheritance Pin
pasztorpisti24-Sep-12 2:33
pasztorpisti24-Sep-12 2:33 
AnswerRe: WHY GIRLS DONT LIKE TO MARRY SOFTWARE ENGINEERS ????? Pin
Shameel21-Sep-12 1:48
professionalShameel21-Sep-12 1:48 
GeneralRe: WHY GIRLS DONT LIKE TO MARRY SOFTWARE ENGINEERS ????? Pin
pasztorpisti22-Sep-12 12:20
pasztorpisti22-Sep-12 12:20 
AnswerRe: Why c# do not support Multiple Inheritance Pin
Dave Doknjas21-Sep-12 6:02
Dave Doknjas21-Sep-12 6:02 
AnswerRe: Why c# do not support Multiple Inheritance Pin
jschell21-Sep-12 10:51
jschell21-Sep-12 10:51 
AnswerRe: Why c# do not support Multiple Inheritance Pin
pasztorpisti22-Sep-12 12:34
pasztorpisti22-Sep-12 12:34 
AnswerRe: Why c# do not support Multiple Inheritance Pin
Bernhard Hiller23-Sep-12 21:09
Bernhard Hiller23-Sep-12 21:09 
GeneralRe: Why c# do not support Multiple Inheritance Pin
Himanshu Yadav11-Oct-12 0:10
Himanshu Yadav11-Oct-12 0:10 
QuestionHow to have multiple DB back up activities running simultenously Pin
Sajeevsadan20-Sep-12 7:44
Sajeevsadan20-Sep-12 7:44 
AnswerRe: How to have multiple DB back up activities running simultenously Pin
Mycroft Holmes20-Sep-12 20:09
professionalMycroft Holmes20-Sep-12 20:09 
AnswerRe: How to have multiple DB back up activities running simultenously Pin
Shameel21-Sep-12 1:52
professionalShameel21-Sep-12 1:52 
QuestionAjax Tab Events And Gridview help Pin
HimalR820-Sep-12 0:57
HimalR820-Sep-12 0:57 
AnswerRe: Ajax Tab Events And Gridview help Pin
Pete O'Hanlon20-Sep-12 1:46
mvePete O'Hanlon20-Sep-12 1:46 
GeneralRe: Ajax Tab Events And Gridview help Pin
HimalR820-Sep-12 1:55
HimalR820-Sep-12 1:55 
GeneralRe: Ajax Tab Events And Gridview help Pin
Pete O'Hanlon20-Sep-12 2:10
mvePete O'Hanlon20-Sep-12 2:10 
Questionconnection of mssql 2008 to cloud in windows form application Pin
KUNWAR99920-Sep-12 0:07
KUNWAR99920-Sep-12 0:07 
AnswerRe: connection of mssql 2008 to cloud in windows form application Pin
Ingo20-Sep-12 1:38
Ingo20-Sep-12 1:38 
GeneralRe: connection of mssql 2008 to cloud in windows form application Pin
KUNWAR99920-Sep-12 5:30
KUNWAR99920-Sep-12 5:30 
GeneralRe: connection of mssql 2008 to cloud in windows form application Pin
Ingo20-Sep-12 5:51
Ingo20-Sep-12 5:51 
Have you direct access to the database? Have you an user with admin rights and a password?

Do you know the type of Database?

When yes, no problem. You can use SqlConnection for that.

Take at look at following:
http://msdn.microsoft.com/de-de/library/system.data.sqlclient.sqlconnection%28v=vs.80%29.aspx[^]
Beginners guide to accessing SQL Server through C#[^]
------------------------------
Author of Primary ROleplaying SysTem

How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.

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.