I am trying to connect my ASP.NET (C#) Webpage to my ASA database and I need to enter a This is what I have so far,
|
I am trying to connect my ASP.NET (C#) Webpage to my ASA database and I need to enter a This is what I have so far,
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Question tags:
question asked: 22 Sep '16, 16:06
question was seen: 2,372 times
last updated: 23 Sep '16, 08:54
What connectivity technology are you planning to use to establish the connection? It appears that you have ODBC because you have DRIVER. The providerName should be the .NET data driver. If you intend to use ODBC, it should be System.Data.Odbc but it you intend to use the SQL Anywhere .NET driver, it should be the assembly name for the driver i.e., iAnywhere.Data.SQLAnywhere or Sap.Data.SQLAnywhere (plus the framework version that the application is to use). The value will be what is stored in the Global Assembly Cache.