S
skc
Hi,
I have two asp pages - one is a form with hidden fields
called manualDate with value <%=Date()%> and ManualTime
with value <%=Time()%>
The next page contains a DRW with the INSERT INTO
SQL...trouble is, I am getting problems with the dates.
Here is my code:
INSERT INTO table (a,b,c) Values ('::a::',::b::,::c:
It is the b,c that are causing the problem as a is a text
box field.
I think I have to use @ or # but I have forgotten - can
someone please help??
Skc
I have two asp pages - one is a form with hidden fields
called manualDate with value <%=Date()%> and ManualTime
with value <%=Time()%>
The next page contains a DRW with the INSERT INTO
SQL...trouble is, I am getting problems with the dates.
Here is my code:
INSERT INTO table (a,b,c) Values ('::a::',::b::,::c:

It is the b,c that are causing the problem as a is a text
box field.
I think I have to use @ or # but I have forgotten - can
someone please help??
Skc