I'd like to try to connect without using a pre-existing DSN. When I try to open a connection to Teradata from within VB I get the following error: "Provider cannot be found."
Any suggestions?
Here's my code:
oconn.Open "Provider=Teradata;" & _
"DBCName=55.55.55.123;" & _
"Database=my_db;" & _
"Uid=user1;" & _
"Pwd=cloudy"
Any suggestions?
Here's my code:
oconn.Open "Provider=Teradata;" & _
"DBCName=55.55.55.123;" & _
"Database=my_db;" & _
"Uid=user1;" & _
"Pwd=cloudy"