This commit is contained in:
janik
2022-03-21 14:57:59 +01:00
parent 3b71cfc812
commit 1f949e0034

View File

@ -14,7 +14,6 @@ $reader = $command.ExecuteReader()
while($reader.read()){
[string]$reader.Item("id_kunde") + " " + [string]$reader.Item("vorname")
#$reader.GetString(0)
}
""
"Anzahl der Spalten: " + $reader.FieldCount