Ask a Question related to ASP Database, Design and Development.
-
Eric Bobo #1
# in string/datetime SQL query
Sorry here is my correct email
I'm trying to create a string to query an ACCESS database with a
datetime field. In order to query a datetime field I need to enclosed
the timestamp with #
WHERE Sign_date > #1/2/2003 5:52:39 PM#
No matter what I do I cannot create a string in ASP with two # in it.
Even the simple statement like
dim junk
junk = "####"
returns 1 # sign. (ie respons.write junk = "#")
How can I build a string with the datetime wrapped in # or am I missing
something here?
Thanks
Eric
Eric Bobo Guest
-
#40340 [NEW]: Creating a DateTime object using a string that is invalid due to DST transition
From: kal at kalunite dot net Operating system: Linux PHP version: 5.2.0 PHP Bug Type: Date/time related Bug description: ... -
query string
hi there, i'm working on a very simple flash data integration project, i have been trying to send a query string without opening/reloading a... -
Maintain query string and somehow auto refresh a pagewith that string intact
I have a drill down where on page one the user selects criteria to narrow down the search for a speicific group of employees(like all hired between... -
IS string date greater than or equal to a SQL server datetime record?
I need to figure out if the current date (passed in as a string) is equal to or greater then a field in my database in the format of- M/D/YYYY AND... -
Using NOT LIKE in Query String????
OK, I know how to use to pull up all records that contains the keyword, but what about not containing the keyword? I've tried NOT LIKE but i get ...



Reply With Quote

