Click here to Skip to main content
15,885,872 members
Home / Discussions / C#
   

C#

 
GeneralRe: excel listview c# Pin
Kalay1622-Oct-14 18:20
Kalay1622-Oct-14 18:20 
GeneralRe: excel listview c# Pin
Eddy Vluggen24-Oct-14 1:39
professionalEddy Vluggen24-Oct-14 1:39 
GeneralRe: excel listview c# Pin
Kalay1624-Oct-14 10:23
Kalay1624-Oct-14 10:23 
GeneralRe: excel listview c# Pin
Eddy Vluggen27-Oct-14 9:01
professionalEddy Vluggen27-Oct-14 9:01 
QuestionXML Serialization, Xpath and SelectNodes Pin
Member 1093483614-Oct-14 22:11
Member 1093483614-Oct-14 22:11 
AnswerRe: XML Serialization, Xpath and SelectNodes Pin
Gerry Schmitz15-Oct-14 10:43
mveGerry Schmitz15-Oct-14 10:43 
QuestionC # application launch problem by connecting with a database Informix ODBC. Pin
Ibrahim.elh14-Oct-14 20:47
Ibrahim.elh14-Oct-14 20:47 
AnswerRe: C # application launch problem by connecting with a database Informix ODBC. Pin
Manfred Rudolf Bihy15-Oct-14 0:34
professionalManfred Rudolf Bihy15-Oct-14 0:34 
According to the ultimate resource on connection strings http://www.connectionstrings.com/informix/[^], the ODBC connection string for an Informix database looks thus:

Informix 3.30:
Dsn='';Driver={INFORMIX 3.30 32 BIT};Host=hostname;Server=myServerAddress;
Service=service-name;Protocol=olsoctcp;Database=myDataBase;Uid=myUsername;
Pwd=myPassword;


Important! The parameters for user authorization are called 'Uid' and 'Pwd'.
You need to be wary of this as the IBM Informix OLE DB Provider connection string uses the parameter names 'User ID' and 'Password'.
The quotes are not part of the parameter name.

Best regards,

Manfred

"I had the right to remain silent, but I didn't have the ability!"
Ron White, Comedian


QuestionC# Pin
Member 1114850614-Oct-14 19:04
Member 1114850614-Oct-14 19:04 
AnswerRe: C# Pin
OriginalGriff14-Oct-14 20:10
mveOriginalGriff14-Oct-14 20:10 
GeneralRe: C# Pin
BillWoodruff14-Oct-14 22:02
professionalBillWoodruff14-Oct-14 22:02 
GeneralRe: C# Pin
OriginalGriff14-Oct-14 22:10
mveOriginalGriff14-Oct-14 22:10 
GeneralMy Vote of one Pin
Wayne Gaylard14-Oct-14 22:28
professionalWayne Gaylard14-Oct-14 22:28 
AnswerRe: C# PinPopular
BillWoodruff14-Oct-14 20:40
professionalBillWoodruff14-Oct-14 20:40 
QuestionI want a project in c#.net Pin
Irfan Ullah14-Oct-14 8:56
Irfan Ullah14-Oct-14 8:56 
AnswerRe: I want a project in c#.net Pin
BillWoodruff14-Oct-14 9:04
professionalBillWoodruff14-Oct-14 9:04 
QuestionRe: I want a project in c#.net Pin
ZurdoDev14-Oct-14 9:19
professionalZurdoDev14-Oct-14 9:19 
AnswerRe: I want a project in c#.net Pin
OriginalGriff14-Oct-14 20:07
mveOriginalGriff14-Oct-14 20:07 
QuestionChange the datetime variable output to a specific format Pin
nitin_ion14-Oct-14 7:40
nitin_ion14-Oct-14 7:40 
QuestionRe: Change the datetime variable output to a specific format Pin
Kornfeld Eliyahu Peter14-Oct-14 7:44
professionalKornfeld Eliyahu Peter14-Oct-14 7:44 
AnswerRe: Change the datetime variable output to a specific format Pin
nitin_ion14-Oct-14 8:03
nitin_ion14-Oct-14 8:03 
AnswerRe: Change the datetime variable output to a specific format Pin
Kornfeld Eliyahu Peter14-Oct-14 8:06
professionalKornfeld Eliyahu Peter14-Oct-14 8:06 
GeneralRe: Change the datetime variable output to a specific format Pin
nitin_ion14-Oct-14 8:12
nitin_ion14-Oct-14 8:12 
SuggestionRe: Change the datetime variable output to a specific format PinPopular
Kornfeld Eliyahu Peter14-Oct-14 8:23
professionalKornfeld Eliyahu Peter14-Oct-14 8:23 
GeneralRe: Change the datetime variable output to a specific format Pin
Dave Kreskowiak14-Oct-14 12:57
mveDave Kreskowiak14-Oct-14 12:57 

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.