Einzelnen Beitrag anzeigen

Robotiker
(Gast)

n/a Beiträge
 
#11

AW: Zugriff auf MS SQL-Server über ODBC ohne Einrichtung einer Datenquelle per ODBC-A

  Alt 23. Mär 2012, 11:18
Das nennt man DSN-Less Verbindung. Zumindest im nackten ODBC-API in C++ geht das.

Hier ein paar Connection-Strings in Access, VB oder was das ist
http://www.carlprothman.net/Default.aspx?tabid=90

[Noch n Edit]
Steht auch im MSDN:
Zitat:
SQLDriverConnect is an alternative to SQLConnect. It supports data sources that require more connection information than the three arguments in SQLConnect [...] and data sources that are not defined in the system information.

Geändert von Robotiker (23. Mär 2012 um 11:40 Uhr)
  Mit Zitat antworten Zitat