473,769 Members | 2,643 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DB data input & retrieve

Wow I was told this is a grate place for info I did not
believe um but I was wrong

I have 4 ASP pages on my site & a DB for each page has a
form pointing at its DB, I thought this would be the
simplest way. You can add & submit data and you get the
confirmation page, but I am seeing no data in my DB's.
Each DB has a CHMOD of 777. Here's the link to what I am
doing most of the test just read "SOME TEXT"

http://s105746657.onlinehome.us/index.htm

Still waiting for my name transfer so it hosted here so I
can test & work out the bugs.
FYI:
To see the data I have been downloading the DB and
opening in access

Jul 19 '05 #1
2 1887
some code?
"J_axx" <J_***@hotmail. com> wrote in message
news:2b******** *************** ******@phx.gbl. ..
Wow I was told this is a grate place for info I did not
believe um but I was wrong

I have 4 ASP pages on my site & a DB for each page has a
form pointing at its DB, I thought this would be the
simplest way. You can add & submit data and you get the
confirmation page, but I am seeing no data in my DB's.
Each DB has a CHMOD of 777. Here's the link to what I am
doing most of the test just read "SOME TEXT"

http://s105746657.onlinehome.us/index.htm

Still waiting for my name transfer so it hosted here so I
can test & work out the bugs.
FYI:
To see the data I have been downloading the DB and
opening in access

Jul 19 '05 #2
<div style="position : absolute; width: 597px; height:
771px; z-index: 4; left: 206px; top: 183px" id="layer6">
<form method="POST" name="Add_my_li sting"
action="--WEBBOT-SELF--">
<!--webbot bot="SaveDataba se"
SuggestedExt="a sp" S-DataConnection= "Add_my_listing " S-
RecordSource="R esults" U-Database-
URL="fpdb/Add_my_listing3 .mdb" S-Builtin-
Fields="HTTP_US ER_AGENT REMOTE_HOST Timestamp
REMOTE_USER" S-Builtin-DBFields="Brows er_type
Remote_computer _name Timestamp User_name" S-Form-
Fields="Americo n_express Visa master_card Check Pay_pal
Exp_Date Any_thing_to_ad d Phone_Number Email Card_number
Bill_me Name Amenities Address" S-Form-
DBFields="Ameri con_express Visa master_card Check Pay_pal
Exp_Date Any_thing_to_ad d Phone_Number Email Card_number
Bill_me Name Amenities Address" U-ASP-Include-
Url="_fpclass/fpdbform.inc" startspan --><input
TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--#include
file="_fpclass/fpdbform.inc"--><!--webbot
bot="SaveDataba se" i-checksum="40548 " endspan -->
<p>Your name&nbsp;&nbsp ;&nbsp;
<input type="text" name="Name" size="22"
tabindex="1">&n bsp;&nbsp;&nbsp ;&nbsp;
Your E-mail<input type="text"
name="Email" size="20" tabindex="2"></p>
<p>Your number
<input type="text" name="Phone_Num ber"
size="22" tabindex="3"></p>
<p>Your address</p>
<p><textarea rows="5" name="Address"
cols="39" tabindex="4"></textarea></p>
<p>Space amenities</p>
<p><textarea rows="7" name="Amenities "
cols="96" tabindex="5"></textarea></p>
<p>Method of payment:</p>
<table border="1" width="90%" id="table7"
style="border-width: 0px">
<tr>
<td width="151"
style="border-style: none; border-width: medium">
<input type="radio"
value="slected" checked name="Check"
tabindex="6">Ch eck</td>
<td style="border-style:
none; border-width: medium">
<input type="radio"
name="master_ca rd" value="slected" tabindex="7">Ma ster
card</td>
</tr>
<tr>
<td width="151"
style="border-style: none; border-width: medium">
<input type="radio"
name="Visa" value="slected" tabindex="8">vi sa</td>
<td style="border-style:
none; border-width: medium">
<input type="radio"
name="Americon_ express" value="slected"
tabindex="9">Am erican
express</td>
</tr>
<tr>
<td width="151"
style="border-style: none; border-width: medium">
<input type="radio"
name="Pay_pal" value="slected" tabindex="10">P ay
Pal</td>
<td style="border-style:
none; border-width: medium">
<input type="radio"
name="Bill_me" value="slected" tabindex="11">B ill
me</td>
</tr>
</table>
<p>Card #: <input type="text"
name="Card_numb er" size="20"
tabindex="12">& nbsp;&nbsp;&nbs p;&nbsp;&nbsp;& nbsp;&nbsp;&n
bsp;&nbsp;&nbsp ;&nbsp;
Exp. Date:<input type="text"
name="Exp_Date" size="20" tabindex="13"></p>
<p>Any thing you wish to add</p>
<p><textarea rows="5"
name="Any_thing _to_add" cols="95"></textarea> </p>
<p><input type="submit" value="Submit"
name="B1"><inpu t type="reset" value="Reset" name="B2"></p>
</form>
<p>&nbsp;</div>
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
4453
by: Nomen Nescio | last post by:
can anyone be so kind as to look at http://www.mysolution.ws/HYPOCRITE.php and let me know why it isn't passing the form data to http://www.mysolution.ws/insertHYPOCRITES.php for the most part, the scripts were created with http://phpcodegenie.sourceforge.net/
0
1832
by: Simon Finn | last post by:
Hi I have used ASP code to load data into two select boxes. The code below is used to move the selected data back and forth between the boxes. I am having problems retreving the data from the boxes after the user has moved any of the data: If the data has been moved by the below code; when i try and load the data back into the database i cannot retrieve the data using:
2
2132
by: jason | last post by:
Hello and Good day. There's a site I want to link to passing info I collect without having to re-enter the data on that's sites input form. I know this is not always possible, but in this case want to make sure it's not code. The site renders a Sat image when fed address. To manually get to the form go to : imageatlas.globexplorer.com and enter a valid address and hit FIND IT.
2
6467
by: yee young han | last post by:
I need a fast data structure and algorithm like below condition. (1) this data structure contain only 10,000 data entry. (2) data structure's one entry is like below typedef struct _DataEntry_ { char szInput; char szOutput; int iSum;
0
3731
by: TheCoder | last post by:
I am making a D-base with web conectivity for my class project. I have everything working but the subit button sends the data to the correct fields but afterwards it wants to reproduce new blank text boxes how do I stop this and how would I code it to redirect to a thank you page. All with out the help of a web server this has to br ran from the desktop and with in IE with a local directory. Pleas help I am stuck. here is the code! ...
21
3511
by: MLH | last post by:
A97 procedure to open http://www.arch.com/message/ enter an 800 number, press "Continue", enter a text msg string from a memo field and press "Send" This is a calendaring and appointment A97 database for an attorney's office. I'm sure it must be do-able. I know better than to mention the term "S__dK__ys" in conjunction with this topic. I've read enough in here to know that is extremely unreliable. Am sorry even that I have to use IE...
6
2712
by: Rod Snyder | last post by:
I'm trying to set up an asp.net (vb.net) that will allow a user to insert/update a bio/profile. I wanted to create a SQL Server 2000 table that includes their contact info and bio info. However, I'm not getting SQL Server to accept more than about two paragraphs of info. I've tried the datatypes of ntext and nvar char to no success. I'm presuming most people will be cutting and pasting from a Word document also. Does anyone have any...
23
14520
by: Bjorn | last post by:
Hi. Every time i post data in a form the contents are being checked for validity. When i click the back-button, all data is gone and i have to retype it. It's obvious that only a few or none of the visitors will retype it all so i'm asking: "how to preserve POST-data when clicking the back-button?" i've already tried to print post data as a value in a HTML tag but
0
3396
bmallett
by: bmallett | last post by:
First off, i would like to thank everyone for any and all help with this. That being said, I am having a problem retrieving/posting my dynamic form data. I have a form that has multiple options within options. I have everything being dynamically named from the previously dynamically named element. (I hope this makes sense.) I am not able to retrieve any of the dynamically created values. I can view them on the source page but can't pull them...
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10047
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9995
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9863
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8872
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6674
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5304
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3962
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.