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 Leute,

ist es möglich Daten aus einer Tabelle in Excel auszulesen und auch Datensätze abzuspeichern, so wie bei einer Datenbank??

Benutze vbscript, javascript und asp.

Wie funktioniert der Datenbankconnect bei einer access-Datenbank?

Hier der Connect zu einer SQL Datenbank

Set dbconn = Server.CreateObject("ADODB.Connection")

dbconn.ConnectionString = "Provider=SQLOLEDB.1;User ID=personenname;Initial Catalog=Datenbankname;Data Source=laufwerjsbezeichnung;Locale Identifier=1031;Connect Timeout=15;"

dbconn.Open

Gruss Azubi-Tigerente

Hi Kathi,

danke schön für die Info. Wie würde denn dieser Datenbankconnect ausschauen? Weisst Du das?? Wie spreche ich meine Datenbank an? Welchen Providernamen muss ich sozusagen angeben?

HI!

So sollte es gehen aber mal neben bei PHP rules!

Ach ja in der Excel Tabelle musst Du noch nen Datenbanknamen vergeben (STRG-F3).

MfG Spoom

Option Explicit

Const CDATABASE = "test.xls"

Const OVERWRITE = True

Dim oRS, oConn

Sub Readdb()

Set oConn = CreateObject("ADODB.Connection")

oConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Excel 8.0;DATABASE=" & CDATABASE

Set oRs = oConn.Execute("SELECT * FROM Datenbank ORDER BY 2")

Do Until oRs.eof

// in oRS(Index) stehen die Daten der jeweiligen Felder

oRs.MoveNext

Loop

oRs.close

oConn.close

End Sub

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.