Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Hallo zusammen,

ich muss für einen Kunden einen Import aus SQL zu excel programmieren.

Dim con As ADODB.Connection

Dim rs As ADODB.Recordset

Dim query As String

Set con = New ADODB.Connection

Set rs = New ADODB.Recordset





strCon = "Provider=SQLOLEDB;Data Source=TServerR2;Initial Catalog=master;User ID=##; Password=#####; Trusted_Connection=yes"

'---  Open   the above connection string.


con.Open (strCon)

  

Das Problem er bringt mir schon beim Connecten einen Fehler:

DBNETLIBConnectionOpen : SQL Server existtiert nicht oder der Zugriff verweigert.

Zur Erklärung der Server (WIN2008 R2 Enterprise) liegt wo anders ( Zugriff habe ich über RDP) .

Also der Server existiert schon. und Zugriff hab ich ja so gesehen auch, ich denke mir halt USERID und Password sind ja für SQL , muss ich hier vllt noch anmeldedaten für den Server allgemein mitgeben und wenn ja wie ?

hoffe ich hab es verständlich erklärt.

Gruß

b4sh:confused:

  • Autor

Der Connectionstring ist vom Aufbau her richtig gewesen.

Hab jetzt selber rausgekriegt.

Gaukel jetzt nen anderen WindowsUser vor und IP statt Servernamen.

Passtrough oder auch Trusted Connection genannt, funktioniert nur im lokalen Netz, Die Authentifizierung findet dann über ActiveDirectory Gruppen und Usert statt.

Wenn du nicht im selben lokalen Netz bist, funktioniert auch kein Passtrouth, da du ja nicht im AD angemeldet bist.

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.