Click here to Skip to main content
15,895,142 members
Home / Discussions / C#
   

C#

 
GeneralRe: asp.net enterprise application Pin
Dave Kreskowiak21-Sep-13 12:10
mveDave Kreskowiak21-Sep-13 12:10 
QuestionOPOS driver Pin
kropek19-Sep-13 2:02
kropek19-Sep-13 2:02 
AnswerRe: OPOS driver Pin
kropek19-Sep-13 2:02
kropek19-Sep-13 2:02 
AnswerRe: OPOS driver Pin
OriginalGriff19-Sep-13 3:46
mveOriginalGriff19-Sep-13 3:46 
QuestionAccessing properties of one property of a class, directly Pin
H.Goli19-Sep-13 1:15
H.Goli19-Sep-13 1:15 
AnswerRe: Accessing properties of one property of a class, directly Pin
Eddy Vluggen19-Sep-13 2:59
professionalEddy Vluggen19-Sep-13 2:59 
AnswerRe: Accessing properties of one property of a class, directly Pin
BillWoodruff19-Sep-13 3:30
professionalBillWoodruff19-Sep-13 3:30 
QuestionParse complex XML in C# Pin
Member 1026417718-Sep-13 21:45
Member 1026417718-Sep-13 21:45 
AnswerRe: Parse complex XML in C# Pin
Pete O'Hanlon18-Sep-13 22:17
mvePete O'Hanlon18-Sep-13 22:17 
GeneralRe: Parse complex XML in C# Pin
Member 1026417718-Sep-13 22:30
Member 1026417718-Sep-13 22:30 
GeneralRe: Parse complex XML in C# Pin
Pete O'Hanlon18-Sep-13 22:41
mvePete O'Hanlon18-Sep-13 22:41 
GeneralRe: Parse complex XML in C# Pin
Member 1026417718-Sep-13 23:06
Member 1026417718-Sep-13 23:06 
GeneralRe: Parse complex XML in C# Pin
Nicholas Marty18-Sep-13 23:15
professionalNicholas Marty18-Sep-13 23:15 
GeneralRe: Parse complex XML in C# Pin
Pete O'Hanlon18-Sep-13 23:29
mvePete O'Hanlon18-Sep-13 23:29 
GeneralRe: Parse complex XML in C# Pin
Member 1026417718-Sep-13 23:53
Member 1026417718-Sep-13 23:53 
GeneralRe: Parse complex XML in C# Pin
V.19-Sep-13 1:02
professionalV.19-Sep-13 1:02 
AnswerRe: Parse complex XML in C# Pin
Simon_Whale18-Sep-13 23:30
Simon_Whale18-Sep-13 23:30 
AnswerRe: Parse complex XML in C# Pin
jschell19-Sep-13 11:22
jschell19-Sep-13 11:22 
AnswerRe: Parse complex XML in C# Pin
Alan Balkany23-Sep-13 5:28
Alan Balkany23-Sep-13 5:28 
QuestionShow Multiparty Images on one form Pin
sanket16418-Sep-13 20:24
sanket16418-Sep-13 20:24 
AnswerRe: Show Multiparty Images on one form Pin
Paw Jershauge18-Sep-13 20:52
Paw Jershauge18-Sep-13 20:52 
AnswerRe: Show Multiparty Images on one form Pin
Pete O'Hanlon18-Sep-13 21:11
mvePete O'Hanlon18-Sep-13 21:11 
QuestionDB2 Connection for Visual Studio Express 2010 Pin
Chris-Za18-Sep-13 2:18
Chris-Za18-Sep-13 2:18 
SuggestionRe: DB2 Connection for Visual Studio Express 2010 Pin
Richard MacCutchan18-Sep-13 2:48
mveRichard MacCutchan18-Sep-13 2:48 
GeneralRe: DB2 Connection for Visual Studio Express 2010 Pin
Chris-Za22-Sep-13 8:50
Chris-Za22-Sep-13 8:50 
Hi Thanks for reply.
I try'd on the start the default OLEDB driver but cant menage the conn. string.
Got Error Message
base {System.Data.Common.DbException} = {"[DBNETLIB][ConnectionOpen (ParseConnectParams()).]Ungültige Verbindung."} (not guilty connection) ,ErrorCode = -2147467259

The Address and port are ok , vpn connection is fine.

Here are my connection string settings:
1)
CSS
string conn_str = @"Provider=SQLOLEDB;Network Transport Library=TCPIP;
Network Address=192.168.52.10:10;Initial Catalog=UDVM400DAT;
User ID=xxx;
Password=xxx;
2) second string
                
string connw = "Provider=SQLOLEDB;Server=192.168.52.10:10;Database=UDVM400DAT;UID=xxx;PWD=xxx;


Can You figure out whats wrong with the conn string? I had problems on running Toad for DB2, the Razor SQL is working but it use some java driver for AS400. Regards Chris

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.