> WHERE (gueltig_ab <= @gueltig_ab) AND (gueltig_bis IS NULL Diese Bedingung wird nie zutreffen, da Du vorher
set @gueltig_bis = isnull(@gueltig_bis, getdate()) machst. Tsch��, Joachim ~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~ Intrexx.BizWalker + ODBC/OLEDB-Daten = ASP-Formular ATTACK! Download Intrexx CRM-Studio Now! http://www.intrexx.com _______________________________________________ Database.asp mailing list [EMAIL PROTECTED] http://www.glengamoi.com/mailman/listinfo/database.asp
