Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: AW: Re: Database Update


Message #1 by "Neethling, Dirk BYNI/PLM" <Dirk.Neethling2@h...> on Fri, 15 Sep 2000 10:39:50 +0200
I'm using a DSO to extract a record from SQL-server. The SQL-string looks

like so:



SELECT * FROM bx WHERE (base_vortriebsfront='Euerwang Portal Sued') AND

(base_datum='17.06.1999')



Only problem, if the time portion of DATETIME is not 6:00AM but say 7:30AM

no rec's are returned. How can I search for the date portion only, i.e.

ignoring the time portion?



Dirk


  Return to Index