eddie
> -Ursprüngliche Nachricht-
> Von: Thorsten Reichelt [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 31. März 2004 20:13
> An: MySQL List Administrator
> Betreff: MySQL - VB.NET
>
> hi,
> i want to use " Select " to get informations out of a Database ...
>
hi,
i want to use " Select " to get informations out of a Database ...
i tryed to write to SelectCommand in the OdbcDataReader
SELECT kdnr, auftrag
FROM standart
WHERE (KdNr = ' " & cbokundenr.text & " ')
- i use 1 OdbcDataReader, 1 DataSet and 1 OdbcConnection
i want to read d