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

C#

 
GeneralRe: MessageLoop... Pin
David Stone23-Jan-03 7:02
sitebuilderDavid Stone23-Jan-03 7:02 
QuestionProperties and objects (question about speed)? Pin
jinz22-Jan-03 20:44
jinz22-Jan-03 20:44 
AnswerRe: Properties and objects (question about speed)? Pin
Daniel Turini23-Jan-03 1:13
Daniel Turini23-Jan-03 1:13 
QuestionSSH From C# classes? Pin
cwkingjr22-Jan-03 17:57
cwkingjr22-Jan-03 17:57 
AnswerRe: SSH From C# classes? Pin
David Stone22-Jan-03 18:33
sitebuilderDavid Stone22-Jan-03 18:33 
GeneralC# arrays Pin
Nick Blumhardt22-Jan-03 17:26
Nick Blumhardt22-Jan-03 17:26 
GeneralRe: C# arrays Pin
Nick Blumhardt22-Jan-03 20:36
Nick Blumhardt22-Jan-03 20:36 
GeneralWMI and C# Pin
Bo Hunter22-Jan-03 14:29
Bo Hunter22-Jan-03 14:29 
GeneralRe: WMI and C# Pin
David Stone22-Jan-03 18:38
sitebuilderDavid Stone22-Jan-03 18:38 
GeneralRe: WMI and C# Pin
thematt23-Jan-03 11:02
thematt23-Jan-03 11:02 
GeneralGetting current assembly path Pin
Luis Alonso Ramos22-Jan-03 9:12
Luis Alonso Ramos22-Jan-03 9:12 
GeneralRe: Getting current assembly path Pin
David Stone22-Jan-03 9:36
sitebuilderDavid Stone22-Jan-03 9:36 
GeneralRe: Getting current assembly path Pin
Luis Alonso Ramos22-Jan-03 9:57
Luis Alonso Ramos22-Jan-03 9:57 
GeneralSystems Analysis and Design Pin
Jassim Rahma22-Jan-03 6:38
Jassim Rahma22-Jan-03 6:38 
GeneralRe: Systems Analysis and Design Pin
SimonS24-Jan-03 0:48
SimonS24-Jan-03 0:48 
GeneralDrawText : what is similer with Win32SDK - DT_CENTER Pin
Wizard_@22-Jan-03 6:23
sussWizard_@22-Jan-03 6:23 
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 

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.