I am trying to connect to db2, but there is an error "system.data.oledb.oledbexception unspecified error"
and highlighted the line conn.Open() .
I want to know what are the prerequisites for the connection. Or simply my code is doing wrong???
Thank you for any help.
Dim Source As String
Source = "Provider=IBMDADB2.DB2COPY1;Database=mydb;PROTOCOL=TCPIP;PORT=portnum;Hostname:host;"
Source = Source & "uid=myid;Password=mypsw;"
Dim conn As OleDbConnection
conn = New OleDbConnection(Source)
conn.Open()
.
.
.
conn.Close()
2
Contributors
1
Reply
5 Hours
Discussion Span
5 Months Ago
Last Updated
2
Views
Related Article:Creating a dynamic table in databse
is a ASP.NET discussion thread by naveedqadri that has 2 replies, was last updated 1 year ago and has been tagged with the keywords: asp.net, mysql.