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.

DataTable erstellen mit SQL Table Struktur

Empfohlene Antworten

Veröffentlicht

Hallo,

ich versuche derzeit verzweifelt, meinen Code ein wenig dynamischer zu bekommen.

Momentan erstelle ich ein DataSet und danach ~20 Zeilen DataRows manuell, mit den Spalten einer MS-SQL-Tabelle, um nachher eine DataRow mit den Werten aus dem SQL DataReader (reader.ExecuteReader() | while (reader.Read()):


DataTable tempTable = new DataTable("TempTable");

tempTable.Columns.Add("Id");

tempTable.Columns.Add("Column2");

tempTable.Columns.Add("Column3");

Sieht natürlich ein wenig unschön aus.

Gibt es keine Methode, welche mir eine DataTable bzw. die DataColumns nach der Struktur einer SQL-Tabelle erstellt? Ähnlich dem DataAdapter.Fill(dataTable), welches ja aber leider die Werte mitnimmt.

Danke und lieben Gruß

Setoy

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

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.