Grabbing Values From Database

I was playing around in FrontPage and I noticed that you could insert an ActiveX control for a calendar. I would like to be able to use this to integrate with a database - for example, I would like to be able to click on a day of the month and have the page display all data associated with that date (sort of a select * from database where date = "date_clicked_on")

View Replies


ADVERTISEMENT

Grabbing From MySQL Database In ASP

I'm doing a website in PHP/MySQL but its an IIS server - THUS no sendmail. I've used CDONTS to send email in ASP before but this time its a little different

I have a MySQL table called 'emails' in a database called 'db'. The table has Key IDs from 1 to about 50 that correspond with different email addresses. I want to use CDONTS to Grab the email addresses from the MySQL database one by one and in 15 second intervals send out the same email to each address.

I know this sounds a bit 'spammy', but it's a band website with a mailing list. Only about 50 or so entries. I'm trying to set up a mailing list manager and the only missing piece is this damn emailing script.

View Replies View Related

Writing Values To Database.

I'm a newb - so if this is a stupid question, my apologies.

I have a simple form that users fill out and then that info is written to a database. What I'd like to do is perform a calcution on a number and then write those numbers to other records in the database.

So for instance, if someone enters 12 in one field1, it would multiply that by 3 and that would be saved as field2, then mulitply it by 45 and that would be field3, then add field2 and field3 and save that as field4.

I was thiking of passing the form variables to a second page instead of writing them to the database, then using variables in the second page to perform the calculations and then have the second page write all the info to the database, but I thought there had to be a better solution.

View Replies View Related

Update Values In Database

We have a fairly large datbase containing thousands of part numbers, product names and pricing. We used to update new pricing changes individually by hand. However, now that our database has grown substantially, I'm wondering what the best method would be to keep the pricing current on our database?

We can obtain new price lists in excel format, however, the part numbers the mfgs use may not necessarily coincide with the part numbers we have. Should I just write some SQL script? Look into using XML? What would be the most efficient way to tackle this problem?

View Replies View Related

Random Values From Database

Suppose I have a table named as tblfriends and there are 3 columns with several row. Column names are: name, email, phone

I want to pick 5 names randomly from the table each time my asp page refreshes. How can this be coded in classic asp?

View Replies View Related

Adding Up Values From A Database

I am trying to add entries in a database together and place the summed value into a text box. Like a total ordered type function for an ecommerce site. I have a field called ArmChairs in my database and based on how many people buy them, I want to know how many I need to have shipped.

I am really struggling with this last bit and would be really appreciative if someone has some code examples.

View Replies View Related

Getting Values From Access Database

This is my error in ASP. In my database i am having one field called title which contains some string including spaces . when i get this value into textbox in my web page
value is displaying but after space is not displaying .

View Replies View Related

ListBox Values From Database

I want to populate a listbox from a database. This listBox will contain the value of the Table PK. Whenever i chose an ID the input fields in the form below will change corresponding to the PK.

View Replies View Related

Show All Values From My Database

I have a problem with show all values from my database into my html page! Code:

View Replies View Related

Get Database Values And Change Them To A Letter

I have a dynamic table asp/vb that is returning records as expected. There are 7 fields that are returning boolean values based on whether there is or is not a meeting on those given days.

My table is returning TRUE and FALSE and all I want to do is create an if or select statement that will detect the values in these fields and change them as follows:

If true, then field = "R" (Wingdings2 R is a checked box)
If false, then field = "T"(Wingdings2 returns a x'd out box)

View Replies View Related

How To Retreive Nonrepeatable Values From Database

I have a problem with retreiving non repeatable values from database.(this is a shopping cart application)I wrote the query as below,but it didn't work

sql="SET ROWCOUNT 10 select distinct(product_name),pdate from addcart order by pdate desc".

Actually iwant to see recently viewed produts name (max 10)
for this iam retrieving values from addcart table.
By executing above query iam getting 10 products name but they are repeatable.

View Replies View Related

Retreive Checkboxes Values From Database

I have a form that users use to register with the site. On this form there are checkboxes all with the same name but different values. I am creating another page that will allow users to login and edit their information.

Since all the data from the checkboxes are stored on the database under the same field name and separated by commas; how do I dynamically create a set of the checked checkboxes that the user originally entered along with the other checkboxes the user did not click?

View Replies View Related

Problems With Inserting Form Values In Database

I made a 2 web surveys with identical code. Although the code is similar in both, values on the last page of one of the survey do not go in the database.

I have tried playing around (coz I really dont understand what the problem is), but nothing works. The same code works on the other survey with absolutely no problems.All thats there in my survey to insert values is

.Fields ("fieldname") = Request.value ("name of text box")
.update

Any suggestions? If someones willing to help me out quick, I will post my code.

View Replies View Related

Getting The Count From Database Where All Initial Values Are Empty

I have a registration form that I'm making and I need to get the count of available spots for each class session. I can't get the array to return something like "0,0,0,0,0,0". Is there a way to do this? There are 6 total classes and they are named 1, 2, 3, 4, 5, and 6.

When you start out, each count will be 0 (meaning no one signed up yet) which makes the openSpots variable equal to 35 (maximum # allowed). Code:

View Replies View Related

Is It Possible To Insert All Checkbox Values Into 1 Field In The SQL Database?

Is it possible to insert more than 2 checkbox values into 1 field in the SQL database?

I have 5 checkboxes; I would like to insert them all into 1 column in the SQL DB.
If I insert more than 2, it gives an error.

View Replies View Related

Building Dynamic Strings From Database Values

We use an ASP application in which we send out emails using cdo for various
events.

At present the email text is hard coded into the code. for example

strMessage = "Dear " & rs("firstname")
strMessage = strMessage & "Your request has been approved with reference id
" & rs("id")

This causes an administration overhead as everytime the text of the message
needs to be changed we need to alter the code to incorporate text or
database values.

What we want is to store the message text into a table so it can be altered
by the application administrators through GUI by adding the text through
freetext entry and field names though a dropdown. Code:

View Replies View Related

Grabbing Info

I am trying to retrieve data from a dropdown listbox in asp using:

<%Response.Write + Request.Form("cboBox")%>

The problem is that I only retrieve the first value of the option. For
example, if my first option was <option value=this that>, I only can
retrieve "this". It won't get the second word.

View Replies View Related

Grabbing Files

Is it possible with classic ASP to have a list of image files in a database, automatically transfer them onto our server from another server and resize their dimensions? We have many images of products that we have to screen grab at the moment from our suppliers' websites and it would be useful to automate this.I think there are tools for ASP.NET to do this but can't find anything to do it with ASP.

View Replies View Related

Email Grabbing

how or has the resource for graabing a users email address without them knowing? Before I hear all the 'Its not ethical' blurb - I know and my use is legitimate. I am build an e-commerce store and as well as grabbing the users IP at point of sale, i think it would be invaluable to grab a users email address (on top of their registration supplied address - but not always) so that in cases of attempted fraud there is an additional avenue by which we can investigate. The intention is by no means for spam (which I loathe) Anyone know how to do this?

View Replies View Related

ASP & Grabbing The User's Name

I am testing NT Authentication and have found that the following works

Response.Write Request.ServerVariables("LOGON_USER")
Response.Write Request.ServerVariables("AUTH_USER")

However this gets me "my_domainusername" on both cases. How do you get the users full name and not just the username.

View Replies View Related

Grabbing Login Name

Intranet application.

strLogon= Replace(Request.ServerVariables("LOGON_USER"),"DOMAIN","")

The above line is used by several pages on my browser-based app to obtain the Windows login name for the user. Of course, I replaced our domain name with the generic word "DOMAIN" here, but the point is that I am trying to get that name and store it into a variable.

It works fine in Production, but not on my dev box, which is on the network and is very similar to the Production server (Same OS, for example).

On my dev box, it doesn't return anything, but in Production, it will return jsmith, mjones,etc.

View Replies View Related

Have To Create Hyperlinks Dynamically Based On The Values From Database.

I have certain Keywords stored in a table of the Database.All i need is when ever i find the Keyword in the webpage i need to have a link which opens up as a seperate page and give me the detail information from the database for the seleted keyword.

View Replies View Related

Matching Array Index To Values Retrieved From Database

I have this dynamic array(shown below) that I need to match to values (1 - 10) that I am returning from the database via DSN connection object.

The values I need to match are on the same page (in their own table) but I am not sure how to match up the array indexes to these values. I want to be able to display the array result as part of or nested in another table. Code:

View Replies View Related

Grabbing Info Out Of An Iframe

I have it inserting a table into an iframe. However I want to pull that table information back out to make changes to it. I am just stumped on how I should go about it. I have the inserting of the table executing through a showmodedialog box. Do I do the same to pull out but how?

View Replies View Related

ASP Grabbing Windows Username

Anyone know how it is possible for windows to get the name of the user
logged in?

I know if you do :

Request.Servervariables ("AUTH_USER")

it displays the username of the person logged in, but is there a way
to get the "Full name" of that user in the active directory?

Ie, if they log in with the username jsmith, I from that I know there
full name is John Smith.

View Replies View Related

Grabbing Information From Session

I have this site to where people can get access to via a username and passwrod. THere is also a download section in here, but i want to limit the amount of downloads, but i also am covering up where the download is located. So when someone hits download on the page, they get sent to an asp page. This asp page has a response.redirect to download the file.

I have stored the peoples username and password in a session. I can "response.write" the infromatino that is in the session, yet i can not assign that information to a variable. Code:

View Replies View Related

Grabbing Left/right Of A Variable Name

I have several checkboxes named in the following format:

chktable_city~20
chktable_state~WI
chktable_zipcode~12312

I need to be able to pull the table names and values from each checkbox name (for example, I would need to pull the "table_city" and "20" from the checkbox above).

In short, how do I pull out the table_city and 20 from the first example. Since the table names and values vary in size, I can't just do a regular mid, left, right function.

View Replies View Related

Grabbing Information From A .txt File

I have seen people's ASP scripts which call an external .txt file and compare it to a form's returned information (i.e. a password and login system), and--with my being new to ASP--I couldn't figure out how. What I want to do is write a form's results to a .txt document and retrieve those results via JavaScript, HTML, ASP, PHP, etc.

View Replies View Related

Grabbing Webpage Data

I need to download content on a webpage once a day and then parse the data. I know how to parse, so once I get the page, I'm ready to go. Is it possible to use something like the filesystemobject to read a webpage instead of filename? If yes, great! How? If no, what can I use to automatically download a webpage that I can then in turn parse?

View Replies View Related

Grabbing Secure Web Page

I am working on automating a workflow process for my company. Part of the process requires the user to send a snapshot of their benefits from a secure web site to their manager. I am trying to extract the web page using Microsoft.XMLHTTP but am having problems due to user validation which is required to access the benefits web page. There are 2 layers.

First, user is required to login with user name and password, then user is redirected to another page that asks for PIN. Only if both authentications pass, the user is considered validated and is redirected to the benefits page. I am not able to through any of the validation pages. What can I do?

View Replies View Related

Grabbing IP Adres From ASP Webform

As a trainer in a company, I launched a webform asking people to log
in before they can access the needed training. Nothing fancy and just
there for monitoring who comes in and when. Problem is that some
"nice-guys" enter who knows what - because that's fun. Can I
counteract this by having the ASP form sending me also the IP address
from the PC ? And where do I have to add these lines ? Code:

View Replies View Related

Grabbing The Maximum Value Of A Field's Contents

I need to evaluate a field's maximum value and then do an if
conditional:

if rs("havesubP") = true and rs("displaygroup") < MAX then ....

whereas MAX represents the biggest value in the records for the
displaygroup field (an integer datatype). I get an "Either BOF or EOF
is True, or the current record has been deleted.." error if i put any
type of comparison number (of course MAX is not a vbscript keyword)
that is larger than my largest displaygroup value in the dbase , as I
will loop thru all the records once this condition is met.

View Replies View Related

Grabbing Current Username Via ADSI

My users logon to the Patriot domain, my intranet is on sdsddata01 server. I have a form that people have to click on a dropdown list to pick their name from the list when submitting a form. Is there any way to grab their username via ADSI so I can query it against a database that will get submitted against a form.

I have seen a few arcticles regarding this but I couldn't make sense of them. They are already authenticating when they login, so I don't want them to have to do it again once they hit the intranet. Is this possible using ADSI? Will I have to make some permission changes in IIS as well?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved