Forum: VB.NET |
Thema:
AW: AW: VB 2005 DataTable |
Von:
M Merlin (
29.11.2006 09:49) |
Ich hab da doch was gefunden... und klappt sogar.. :-)
Dim DtMaxDate As DateTime
Dim UpdateDate As DateTime="31.12.2099 23:59:59"
DtMaxDate = CType(dtData.Compute("MAX(MyDatum)", "MyDatum <= '" & CType(UpdateDate, DateTime) & "'"), DateTime)
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!