|
-
Sep 11th, 2006, 10:20 AM
#1
Thread Starter
Junior Member
connectivity problem (vb.net to IBM DB2 database)
hi,
I have problem while connecting to DB2 database from vb.net.
Code:
Imports IBM.Data.DB2
Dim Con As New DB2Connection("Server=172.4.111.140:6210;database=xyz;Connect Timeout=120;user Id=abc;pwd=****")
con.open()
whenever executing above code it is giving below error:
ERROR [42968] [IBM] SQL8002N Connect processing failed; a valid product license was not found. SQLSTATE=42968
Please anybody help me regarding this.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|