SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseSQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old August 5th, 2003, 09:00 AM
jaishankar jaishankar is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Location: India
Posts: 5 jaishankar User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
To add date in mysql database

Hi ,
I have an asp page which is used to add a record to the database.When adding it to the database it shud add the date of the day without entering it.

I could achieve this in MSAccess but im not able to do it in mysql.In MSAccess i just add the Now() function.

This is My ASP code:-

<%
dim oCn,oRs,connstr,userid,clientid
dim RsActName,sqlActName,StrActName
dim cid,dateAdded



set oRs=server.CreateObject("adodb.recordset")

activityId = request.QueryString("activityId")

connstr = DSN
Set oCn = gf_OpenConnection(connstr)

set RsActName=server.CreateObject("adodb.recordset")
set RsdisName=server.CreateObject("adodb.recordset")

if activityid<>"" then

sqlActName="select * from activitytb where activityid="&activityid&""
RsActName.Open sqlActName,oCn,3,1

if not RsActName.EOF then
StrActName=RsActName("activityname")
cid=RsActName("clientid")
end if

end if

if cid<>"" then

SqlDisName="select * from itclienttb where listid="&cid&""
RsdisName.Open SqlDisName,oCn,3,1

if not RsdisName.EOF then

if RsdisName("clientfirstname")<>"" or RsdisName("clientlastname")<>"" then
StrValue = RsdisName("clientfirstname")
else
StrValue=RsdisName("companyname")
end if
end if

end if



if request("taskDescription")<>"" then

chksql="select * from tasktb where taskDescription='"&request("taskDescription")&"' and activityid="&request("hidactivityid")&" "
oRs.Open chksql,oCn,3,1


if not oRs.Eof then %>

<% response.write "<center class=""navlink""><b>Not a Valid Record</b></center>"



else


SQl="insert into tasktb(activityId,agentid,taskDescription,dateAdde d)values("&request("hidactivityid")&","&session("userid")&",'"&request("taskDescription")&"','"&Date&"')"
oCn.Execute SQL

Response.Write "<center class=""navlink"" >Record has been successfully inseted</center>"
%>

<script language='javascript'>
opener.location.reload()
</script>
<br>
<center><a href='javascript:window.close()' class="navlink" >close</a></center>

<%end if



Can anyone help me to resolve this...

Regards,
JaiShankar...

Reply With Quote
  #2  
Old September 9th, 2003, 09:08 AM
Onslaught Onslaught is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 34 Onslaught User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 44 sec
Reputation Power: 6
If the field in the database is a date field, then you can use the constant CURRENT_DATE, if it is a date time field then you can use the NOW() function and it should work.

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseSQL Development > To add date in mysql database


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT