.
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user