I have a table, SYS_Locations, which lists all of the locations available
for a system.
I.E.:
1 -- Matrix Hall
2 -- Upstairs
3 -- Basement
4 -- Cabinet
5 -- Storage Building
Then, I have another table, LOC_TREE_REL which ties the previous locations
to one another.
I.E.:
1 -- 2 (Sa...
more >>
Hi,
How can I count only unique records in a recordset? (sql server 7.0).
When I do a select query for an asp page, I may have more than 1 record with
the same (for example) STATEMENTID. When I count the records Iwant to
register only 1 record increment for each unique STATEMENTID.
How ca...
more >>
I have the following code:
biddate = request("close_month") & "/" & request("close_day") & "/" &
request("close_year")
bidtime = request("close_time") & " " & request("close_ampm")
userRS.Fields("bid_date") = biddate & " " & bidtime
And I'm getting the following error:
Provider...
more >>
I'm trying to do a simple update like I have done countless times
before.
However, when I update the empty fields in this table it places a -1
into the field rather than the enterred value.
It is indexed with duplicates allowed. It says that zero lenght is
set to yes.
What can I do abou...
more >>