161b1 Moving data from website contact form into Access Database
Sign Up |  Live StatsLive Stats    Articles 37,332| Comments 177,288| Members 19,416, Newest Kaylee| Online 471
Home Contact
 (Forgotten?): 
    Sikhism
    For best SPN experience, use Firefox Internet Browser!


                                                                   Your Banner Here!    




Click Here to Register/Sign Up Daily Hukamnama Member Blogs Downloads Website Navigation Help Fonts Tags
Sikh Philosophy Network » Sikh Philosophy Network » Current News » Information Technology » Moving data from website contact form into Access Database

Moving data from website contact form into Access Database

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 500 USD, Received: 115 USD (23%)
Please Donate...
     
Related Topics...
Thread Thread Starter Forum Replies Last Post
Access database to website KT Information Technology 1 28-Jul-2006 08:42 AM
Searching an Access 2003 Database Using Data Access Pages Spent Information Technology 6 28-Jul-2006 08:28 AM
how do i integrate a access database to a offline website? hasnain mir mohammed Information Technology 0 28-Jul-2006 08:23 AM
How do I send an Access database to someone else to enter data? MHerzberg Information Technology 4 10-Nov-2005 21:09 PM
solution to moving controls on Data Access Pages Blenvid Information Technology 2 08-Nov-2005 12:52 PM


Tags
moving, data, website, contact, form, access, database
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 03-Nov-2005, 11:35 AM
spencergb's Avatar spencergb
Guest
 
Posts: n/a
   
   
Moving data from website contact form into Access Database

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
What is the best way to move information that is entered into our website
Contact form into our Access Database?
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/6533-moving-data-website-contact-form-into.html

*







Got anything to share on This Topic? Why not share your immediate thoughts/reaction with us! Login Now! or Sign Up Today! to share your views... Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-Nov-2005, 11:35 AM
Ron Hinds's Avatar Ron Hinds
Guest
 
Posts: n/a
   
   
Re: Moving data from website contact form into Access Database

"spencergb" wrote in message
news:AAB293F6-427F-40A7-815B-1536CACC9AC0@microsoft.com...
> What is the best way to move information that is entered into our website
> Contact form into our Access Database?


That depends on a number of factors. But the simplest way is to UPDATE the
database directly from the page your Form data is POSTed to. If your website
is hosted on IIS, and using ASP, you can use ADO to do the update. Refer to
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6533
this website for details:

http://www.asp101.com
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6533



Reply With Quote
  #3 (permalink)  
Old 04-Nov-2005, 15:19 PM
spencergb's Avatar spencergb
Guest
 
Posts: n/a
   
   
Re: Moving data from website contact form into Access Database

Ron,

Thank you for your help, but I don't think I did a very good job of
explaining what I would like to do. I apologize for not elaborating nearly
enough. Please allow me to rephrase my question.

My clients will be entering information into a form on our company website.
Before adding this data to my Access DB, I need to review/approve the
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6533
information in ensure the quality of the DB. After the information has been
approved, I would like to save the into the DB. I am not sure if this is
possible, but I would like to have our website automatically generate and
send an email to me. The email would have two features: an xml record as an
attachment and the client entered information contained in the body of the
email in a format that is easy for the QA person to digest. Upon QA
approval, the xml record would be opened using Access or somehow moved into
Access so that our DB could be updated with the new client data.

Is this possible? If not, do you have any suggestions?

Thank you.

"Ron Hinds" wrote:

> "spencergb" wrote in message
> news:AAB293F6-427F-40A7-815B-1536CACC9AC0@microsoft.com...
> > What is the best way to move information that is entered into our website
> > Contact form into our Access Database?

>
> That depends on a number of factors. But the simplest way is to UPDATE the
> database directly from the page your Form data is POSTed to. If your website
> is hosted on IIS, and using ASP, you can use ADO to do the update. Refer to
> this website for details:
>
> http://www.asp101.com
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6533
>
>
>
>

Reply With Quote
  #4 (permalink)  
Old 04-Nov-2005, 15:20 PM
Ron Hinds's Avatar Ron Hinds
Guest
 
Posts: n/a
   
   
Re: Moving data from website contact form into Access Database

  Donate Today!  
It's possible to eMail you with data from your web application. I use the
CDONT ActiveX library (built-in to NT/2000 systems). Again I would suggest
looking at the ASP site I gave you the link to. It might be easier to import
the data to Access if you send it as a comma-delimited text file, though. If
you use XML then you will need to write some code using the XML parser SDK.

"spencergb" wrote in message
news:6EAE4367-5329-43B2-9DD8-88092869FC06@microsoft.com...
> Ron,
>
> Thank you for your help, but I don't think I did a very good job of
> explaining what I would like to do. I apologize for not elaborating

nearly
> enough. Please allow me to rephrase my question.
>
> My clients will be entering information into a form on our company

website.
> Before adding this data to my Access DB, I need to review/approve the
> information in ensure the quality of the DB. After the information has

been
> approved, I would like to save the into the DB. I am not sure if this is
> possible, but I would like to have our website automatically generate and
> send an email to me. The email would have two features: an xml record as

an
> attachment and the client entered information contained in the body of the
> email in a format that is easy for the QA person to digest. Upon QA
> approval, the xml record would be opened using Access or somehow moved

into
> Access so that our DB could be updated with the new client data.
>
> Is this possible? If not, do you have any suggestions?
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6533
>
> Thank you.
>
> "Ron Hinds" wrote:
>
> > "spencergb" wrote in message
> > news:AAB293F6-427F-40A7-815B-1536CACC9AC0@microsoft.com...
> > > What is the best way to move information that is entered into our

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6533
website
> > > Contact form into our Access Database?

> >
> > That depends on a number of factors. But the simplest way is to UPDATE

the
> > database directly from the page your Form data is POSTed to. If your

website
> > is hosted on IIS, and using ASP, you can use ADO to do the update. Refer

to
> > this website for details:
> >
> > http://www.asp101.com
> >
> >
> >
> >



Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Active Discussions
Request for assistance...
Today 04:52 AM
9 Replies, 100 Views
Panjabi
By Ishna
Today 04:40 AM
16 Replies, 305 Views
Woolwich Killing: The...
Today 03:50 AM
2 Replies, 54 Views
Rozana Reports (ਪੰਜਾਬੀ...
Today 03:09 AM
316 Replies, 7,629 Views
Sikh Spokesman (ਪੰਜਾਬੀ...
Today 03:00 AM
179 Replies, 4,530 Views
How does Sikhi help you...
Today 00:52 AM
31 Replies, 973 Views
Transgenderism ... Right...
By Kaylee
Today 00:33 AM
25 Replies, 1,252 Views
Losing My Religion: Why...
Today 00:00 AM
14 Replies, 379 Views
Occultism - Rejection in...
Yesterday 23:57 PM
61 Replies, 2,622 Views
Kirtan
Yesterday 21:24 PM
0 Replies, 34 Views
Keeping Amrit Vela
Yesterday 16:49 PM
12 Replies, 937 Views
Do you believe in...
Yesterday 15:08 PM
196 Replies, 4,106 Views
Black Sikhs?
Yesterday 06:33 AM
20 Replies, 5,877 Views
Man Driving Without...
Yesterday 05:06 AM
5 Replies, 147 Views
Health Exercise And...
Yesterday 02:10 AM
1 Replies, 98 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.3
All times are GMT +6.5. The time now is 05:06 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.39171 seconds with 32 queries
0