what would be the best way to connect to SAP DB using ASP.NET (or any Visual
Studio tool in general)?
What would be the ConnectionString look like and specially, what would be
the value for PROVIDER.
There is not ADODB-Provider for SAPDB.
There is an ODBC-Driver and you should be abled to use it via the ADODB-ODBC-Bridge by simply using DSN=<string> as your ConnectionString. Even DSN'less connecting should be possible and it's mentioned in the ADODB-Documentation.


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general


Reply via email to