Click here to Skip to main content
15,908,455 members
Home / Discussions / C#
   

C#

 
QuestionSetting Role Based Permission for User Pin
Piratenwichtl200019-Nov-08 1:09
Piratenwichtl200019-Nov-08 1:09 
AnswerRe: Setting Role Based Permission for User Pin
#realJSOP19-Nov-08 1:21
professional#realJSOP19-Nov-08 1:21 
GeneralRe: Setting Role Based Permission for User Pin
J a a n s19-Nov-08 3:19
professionalJ a a n s19-Nov-08 3:19 
GeneralRe: Setting Role Based Permission for User Pin
Piratenwichtl200019-Nov-08 6:31
Piratenwichtl200019-Nov-08 6:31 
AnswerRe: Setting Role Based Permission for User Pin
Not Active19-Nov-08 1:28
mentorNot Active19-Nov-08 1:28 
QuestionImage display Pin
B8719-Nov-08 0:20
B8719-Nov-08 0:20 
AnswerRe: Image display Pin
Simon P Stevens19-Nov-08 0:37
Simon P Stevens19-Nov-08 0:37 
AnswerRe: Image display Pin
Giorgi Dalakishvili19-Nov-08 0:37
mentorGiorgi Dalakishvili19-Nov-08 0:37 
QuestionPicture box Pin
B8718-Nov-08 23:50
B8718-Nov-08 23:50 
AnswerRe: Picture box Pin
Guffa18-Nov-08 23:58
Guffa18-Nov-08 23:58 
GeneralRe: Picture box Pin
B8719-Nov-08 0:05
B8719-Nov-08 0:05 
GeneralRe: Picture box Pin
Guffa19-Nov-08 1:08
Guffa19-Nov-08 1:08 
GeneralRe: Picture box Pin
J4amieC19-Nov-08 1:27
J4amieC19-Nov-08 1:27 
GeneralRe: Picture box Pin
V.19-Nov-08 2:39
professionalV.19-Nov-08 2:39 
GeneralRe: Picture box Pin
J4amieC19-Nov-08 2:59
J4amieC19-Nov-08 2:59 
Questiondesign problem with static classes Pin
NikoTanghe18-Nov-08 23:26
NikoTanghe18-Nov-08 23:26 
AnswerRe: design problem with static classes Pin
Simon P Stevens19-Nov-08 0:44
Simon P Stevens19-Nov-08 0:44 
QuestionConnection To DataBase Pin
Thaer Hamael18-Nov-08 23:13
Thaer Hamael18-Nov-08 23:13 
AnswerRe: Connection To DataBase Pin
Pedram Behroozi18-Nov-08 23:17
Pedram Behroozi18-Nov-08 23:17 
GeneralRe: Connection To DataBase Pin
Thaer Hamael18-Nov-08 23:43
Thaer Hamael18-Nov-08 23:43 
GeneralRe: Connection To DataBase Pin
Pedram Behroozi19-Nov-08 0:45
Pedram Behroozi19-Nov-08 0:45 
I think so but OdbcConnection requires an ODBC driver for the database while OleDbConnection requires an OLEDB provider (it's suitable for MSAccess or Oracle). Why don't you use SqlConnection? It's more efficient when using SQL Server because there is no OLEDB provider in between.

Life is 5: 3 me, 1 you.

GeneralRe: Connection To DataBase Pin
Not Active19-Nov-08 1:21
mentorNot Active19-Nov-08 1:21 
AnswerRe: Connection To DataBase Pin
Vimalsoft(Pty) Ltd19-Nov-08 1:49
professionalVimalsoft(Pty) Ltd19-Nov-08 1:49 
GeneralRe: Connection To DataBase Pin
Giorgi Dalakishvili19-Nov-08 2:33
mentorGiorgi Dalakishvili19-Nov-08 2:33 
GeneralRe: Connection To DataBase Pin
Vimalsoft(Pty) Ltd19-Nov-08 8:53
professionalVimalsoft(Pty) Ltd19-Nov-08 8:53 

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.