News

So I've got a table that has an id, foriegn_key, date_1, date_2 (*).<BR><BR>In visual basic I'm storing date_1 so I can check if Now() = date_1 (it's a little more complicated then that, but that's ...
A co-worker and I, both new to VBScript and ASP in general, are trying to insert the current datetime into an MS-SQL database table. Is there a function in VBScript (or SQL for that matter) to format ...