|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
SELECT sentence will not work |
From: |
Kari Haraldsdatter |
Date: |
8/9/2000 5:10:05 AM |
IP: |
213.46.194.165 |
I have written a SELECT sentence that will not work. Its from the book "Instant ASP scripts" by Greg Buczek. CurrentDateTime is a variable.
CurrentDateTime = Now
set RSID = dbConnect.Execute("SELECT postcard_id FROM tblPostcard WHERE WhenSent = " & CurrentDateTime & "")
I will be very happy if someone could take a look at it and see whats wrong.
|
Follow Up - Re: SELECT sentence will not work - mc 8/9/2000 6:08:50 PM
|
|
|
|
|
|
|
|
|
|
|
|