If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2 ADO.NET Connection String Using DB GROUP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-31-04, 06:09
rwcentme rwcentme is offline
Registered User
 
Join Date: Oct 2004
Location: Maine
Posts: 2
DB2 ADO.NET Connection String Using DB GROUP

I am having difficulty finding a connection string which will use a DB User Group name rather than the individual user. The client does not want to add DB2 users by individual... and I need to alter the program to accomodate them.

The current string, referencing the individual user works fine when referencing the individual user. If I use the DB2 Group Name then a user id/password error results:

Provider=IBMDADB2;Database=sample;HOSTNAME=db2host ;PROTOCOL=TCPIP;PORT=50000;uid=myUserName;pwd=myPw d;
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On