Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~898 People Reached
Favorite Forums

9 Posted Topics

Member Avatar for jagrati

U should use POST action on webform on which there is Submit button [CODE]<form name="thisform" method="post" action="save_results.asp">[/CODE] Where save_results.asp would have the code to save data to your data base.in this file open connection to your database.Use request.form to extract values entered by user in the webform. [CODE]eid=request.form("emp_id")[/CODE] where emp_id …

Member Avatar for FloridaSabic
0
287
Member Avatar for priyam_maheshwa

Hi There I am developing a site which would be used worldwide,so some of the people in China and Japan want that they should be able to see the site in their respective language.So to change the content language i am thinking i will use [CODE]<html lang="zh">[/CODE] tag.But this would …

Member Avatar for Baradaran
0
84
Member Avatar for priyam_maheshwa

Hi All, I have a huge MS Access database in which requests are added at regular basis as in almost every minute.I have to modify the data type of one of the coloumns in this database,but i cant copy the database to my system and make this change and then …

0
50
Member Avatar for priyam_maheshwa

Hi All I am creating a database archiving tool,in which a user can delete all the data before a date he would specify.But the problem is i am not able to create a delete query which can delete a range of data. I had created the following query [CODE] <% …

0
116
Member Avatar for priyam_maheshwa

Hi All I am creating a database archiving tool,in which a user can delete all the data before a date he would specify.But the problem is i am not able to create a delete query which can delete a range of data. I had created the following query [CODE] <% …

Member Avatar for aparnesh
0
84
Member Avatar for priyam_maheshwa

Hi All, I am developing a report generation web page in which i have a text box in which a user would enter a value and i have to extract similar data from my MS Access database. I have tried using wild card % but it is giving an error. …

Member Avatar for buddylee17
0
82
Member Avatar for hkasp
Member Avatar for priyam_maheshwa
0
61
Member Avatar for priyam_maheshwa

Hi all, I have a MS Access database in which requests made by people is stored,but a coulmn for cost is left empty which is suppose to be populated by the administrator.Now the administrator wants that there should be some functionality by which he would just have to upload an …

0
74
Member Avatar for priyam_maheshwa

hi I am using date()function in my code to capture current date which i want to store in my database.But the date() function is giving a wrong date,it is giving yesterdays date,i have checked my systems date also,it is correct but still i am getting yesterday's date. Please help me …

0
59

The End.