Hi!
I have next problem:
I am creating a development through VB.NET, and I 'm trying to create a connection to the SAP HANA database through an ODBC connection , using this code: ...
Dim con As New Odbc.OdbcConnection("driver={HDBODBC};ServerNode=s ervidor:30015;uid=SYSTEM;PWD=contraseña;DATABASE=P RUEBAS;")
cn.Open()
But when I compile it marks the following error in the line cn.Open () , and I added the following references:
*Imports System.Data
*Imports System.Data.Odbc
Would I will be doing a librery, or something specific missing?
Or do I create the connection between SAP HANA and VB.NET ?
I have next problem:
I am creating a development through VB.NET, and I 'm trying to create a connection to the SAP HANA database through an ODBC connection , using this code: ...
Dim con As New Odbc.OdbcConnection("driver={HDBODBC};ServerNode=s ervidor:30015;uid=SYSTEM;PWD=contraseña;DATABASE=P RUEBAS;")
cn.Open()
But when I compile it marks the following error in the line cn.Open () , and I added the following references:
*Imports System.Data
*Imports System.Data.Odbc
Would I will be doing a librery, or something specific missing?
Or do I create the connection between SAP HANA and VB.NET ?
Comentario