Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
GeneralDB2 Connection using C# Pin
Jassim Rahma22-Jan-03 4:01
Jassim Rahma22-Jan-03 4:01 
GeneralRe: DB2 Connection using C# Pin
Vasudevan Deepak Kumar23-Jan-03 1:01
Vasudevan Deepak Kumar23-Jan-03 1:01 
GeneralRe: DB2 Connection using C# Pin
Jassim Rahma23-Jan-03 6:20
Jassim Rahma23-Jan-03 6:20 
GeneralRe: DB2 Connection using C# Pin
Vasudevan Deepak Kumar23-Jan-03 19:05
Vasudevan Deepak Kumar23-Jan-03 19:05 
GeneralRe: DB2 Connection using C# Pin
Jassim Rahma24-Jan-03 2:01
Jassim Rahma24-Jan-03 2:01 
GeneralRe: DB2 Connection using C# Pin
Vasudevan Deepak Kumar24-Jan-03 3:30
Vasudevan Deepak Kumar24-Jan-03 3:30 
GeneralRe: DB2 Connection using C# Pin
Jassim Rahma27-Jan-03 9:03
Jassim Rahma27-Jan-03 9:03 
GeneralRe: DB2 Connection using C# Pin
Vasudevan Deepak Kumar27-Jan-03 18:31
Vasudevan Deepak Kumar27-Jan-03 18:31 
Hi!

With IBM DB2 Driver, you have some cool tools with which you can check out and manage your databases. You need to create a database alias and you can use the following tool to use Db2 Tools

Start -> Programs -> IBM Db2 -> Client Configuration Assistant

(You may elect Search the network for the wizard to identify your DB2 Server. But that normally doesn't work over the Internet. Hence you may like to choose 'Manually Configure' option)

Once this is done you can proceed with using DB2 Client Tools. But regarding the connection string. Did u use the pattern like this:

Provider=IBMDADB2;Database=yourdbname;hostname=databaseservername; port=dbinstanceport;protocol=TCPIP;uid=dbloginname; pwd=dbpassword

This should help you get connected to the database.

Deepak Kumar Vasudevan
http://deepak.portland.co.uk/
GeneralRe: DB2 Connection using C# Pin
Jassim Rahma4-Feb-03 22:48
Jassim Rahma4-Feb-03 22:48 
GeneralRegular Expression Help! Pin
dturton22-Jan-03 2:16
dturton22-Jan-03 2:16 
GeneralRe: Regular Expression Help! Pin
Daniel Turini22-Jan-03 3:14
Daniel Turini22-Jan-03 3:14 
GeneralRe: Regular Expression Help! Pin
Stephane Rodriguez.22-Jan-03 19:15
Stephane Rodriguez.22-Jan-03 19:15 
GeneralRe: Regular Expression Help! Pin
Daniel Turini23-Jan-03 1:04
Daniel Turini23-Jan-03 1:04 
GeneralRe: Regular Expression Help! Pin
Stephane Rodriguez.23-Jan-03 1:53
Stephane Rodriguez.23-Jan-03 1:53 
QuestionPassing binary data with web services? Pin
Rocky Moore21-Jan-03 22:09
Rocky Moore21-Jan-03 22:09 
AnswerRe: Passing binary data with web services? Pin
SimonS24-Jan-03 0:52
SimonS24-Jan-03 0:52 
Generalopen file question (something to do with command line args i think) Pin
jtmtv1821-Jan-03 17:47
jtmtv1821-Jan-03 17:47 
GeneralRe: open file question (something to do with command line args i think) Pin
Paul Riley22-Jan-03 0:37
Paul Riley22-Jan-03 0:37 
GeneralRe: open file question (something to do with command line args i think) Pin
jtmtv1822-Jan-03 7:25
jtmtv1822-Jan-03 7:25 
GeneralCode generation for property 'Controls' failed. Error was object reference not set to an instance of object. Pin
chito21-Jan-03 14:35
chito21-Jan-03 14:35 
QuestionRunning a windows form application from the internet with security permissions? Pin
dethsta21-Jan-03 11:35
dethsta21-Jan-03 11:35 
AnswerRe: Running a windows form application from the internet with security permissions? Pin
Ray Cassick21-Jan-03 16:47
Ray Cassick21-Jan-03 16:47 
GeneralRe: Running a windows form application from the internet with security permissions? Pin
dethsta22-Jan-03 11:16
dethsta22-Jan-03 11:16 
AnswerRe: Running a windows form application from the internet with security permissions? Pin
Rocky Moore21-Jan-03 22:04
Rocky Moore21-Jan-03 22:04 
GeneralForm can't be closed Pin
Tomas Petricek21-Jan-03 9:22
Tomas Petricek21-Jan-03 9:22 

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.