Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score Problem in Returning Recordset in ASP
vinodkus - 14 Apr 2007 1:10 PM - 2 messages
vinod***@gmail.com wrote: Please stop shouting. Total records?? I think (hope) you mean "count of the total records". In ASP, unless you have some means to limit the number of rows in a table, you should never be thinking about retrieving all the records in a table. ...
Score Mel Gibson Spanking!
Aderhabastard - 14 Apr 2007 4:00 AM - 1 message
[url][link]] ...
Score ASAP: Need ASP reseller hosting
Pupkin - 14 Apr 2007 12:36 AM - 2 messages
Hi, I've had a bit of a crash today and need to re-locate 35+ web sites this weekend. Basically, I'm not interested in server management, and it's caught up with me twice now. It's time for a new scenario. ...
Score HELP! -- Redirection question
segis bata - 13 Apr 2007 11:52 PM - 5 messages
Hello all, I have a page (located at mywebsite/a.asp) that redirects to another page (theirwebsite/b.asp) located in other server. This other page probably will redirect to another link again (othersite/c.asp) and finally display the web ...
Score f
f - 13 Apr 2007 11:27 PM - 1 message
...
Score recordset.addNew() with postgres
michal - 13 Apr 2007 4:49 PM - 8 messages
hi guys, i am using postgres 8.2 and try to add some records to a table with ADODO ... unfortunately i end up with an error when calling the addNew() method. it says that the recordset does not support updating... ...
Score Run SQL on form button and output result on page
David - 13 Apr 2007 4:06 PM - 8 messages
Hi, I have an asp page with a form. A user enters a serial number in a text box. I want to add a button next to the text box such as 'Check Serial' to run some SQL in the background to see if that serial exists in the ...
Score CHECK IF USER ALREADY LOGGED IN
Simon Gare - 13 Apr 2007 11:18 AM - 5 messages
Hi all, below is an insert statement on an asp page that stores the date and time that a driver logged on, what I need is to check that they are now already logged on fields are SQL Server 2000 ...
Score adding e-mail system (for web based tracking system)
joeyjoejnr - 12 Apr 2007 9:20 PM - 4 messages
Hi, I am currently developing a final year project which is a web based tracking system tracking exam questions. I am using IIS as the server,  MS access for the database, and ASP with VBScript for the scripting side of things. ...
Score Adding new record using previous record information... help!!
Maximus - 12 Apr 2007 6:56 PM - 3 messages
I need some help.  I have an .asp page that interfaces with an Access table (wjs_SuperInput).  The .asp page looks to the table and pulls a recordset based on a job number, 12345, and a weekending date, mm/dd/ ...
Score session variables not working on one machine
mbosco51 - 12 Apr 2007 6:21 PM - 2 messages
Hi.  I have a website written in asp that uses session variables.  On one workstation the session variable always comes back as an empty string, like it doesn't exist.  What could cause this?  Is there a ...
Score COPY field values?? Need Ideas!
Maximus - 12 Apr 2007 5:40 PM - 2 messages
I have an issue and I am not sure what the best resolution would be. Currently I have an .asp page that looks for a record in an Access table (tbl_WJS_Input) where the week ending date is mm/dd/yyyy and ...
Score concatenate Access memo fields?
LJB - 12 Apr 2007 5:14 PM - 3 messages
I have an ASP that displays two MS Access memo fields in separate table cells just fine. However when I concatenate them with SQL as in "select fld1 & fld2 as temp...." to display them in one cell only part of the first field ...
Score Accessing MS Access problem.
geoff.agnew - 12 Apr 2007 3:16 PM - 3 messages
Hi, I'm doing a web based tracking system for exam questions. Using ASP with VBScript to link the database. I have the main log in screen working but when i enter the log in details i get this error: ...
Score Insert into Parent and Child in Access Relational DB
PinkBishop - 12 Apr 2007 2:18 PM - 3 messages
Can somebody direct me on proper syntax of SQL statement to insert into one table that has child table in a relational database? I can get the insert to work for the Parent, but a record also needs to be inserted into the Child.   Below is an example of my tables.  I ...
Score Problem in Returning Recordset in ASP
vinodkus - 12 Apr 2007 11:02 AM - 2 messages
I M BEGINNER IN ASP I WANT TO RETURN TOTAL RECORDS FROM A TABLE. THERE ARE TWO FORMS CLASS1.ASP AND CLASS2.ASP THROUGH FIRST FORM I JUST POST THE NAME OF TABLE SO I M WRITING THE CODE OF CLASS2.ASP ...
Score SQL JOIN QUERY ISSUE
Simon Gare - 12 Apr 2007 9:50 AM - 2 messages
Hi all, having problem with query below SELECT DISTINCT  dbo.logon.DRIVER_NO, dbo.booking_form.DriverNo FROM ((dbo.logon RIGHT JOIN dbo.Employees ON dbo.logon.DRIVER_NO = dbo.Employees.DriverNo) ) LEFT JOIN dbo.booking_form ON dbo.logon.DRIVER_NO = dbo.booking_form.DriverNo ...
Score How to connect to DB in another subdomain
Michael - 12 Apr 2007 6:30 AM - 4 messages
Hi. I am looking for way to connect to database that is in another subdomain of same hosting machine. The location of file DB here: [link] I am here: [link] ...
Score BOF-EOF
rn5a - 12 Apr 2007 12:14 AM - 2 messages
Consider the following code which retrieves records from a MS-Access database table: <%     Dim objConn     Set objConn=Server.CreateObject("ADODB.CONNECTION")     'open connection using ConnectionString     Dim strSQL1 ...
Score How This Code Works
rn5a - 11 Apr 2007 9:05 PM - 2 messages
I want an ASP app to retrieve records from a MS-Access database table but display them in a HTML table but I want the HTML table table to display only 7 records in a row (<tr>...</tr>) in 7 different cells ...
Score How does IE implement cookies?
Eric - 11 Apr 2007 5:29 PM - 3 messages
Hello, I'm trying to debug a problem that some users of our ASP app see that goes away when they clear their cookies. I've gotten a copy of their cookie for our app and have renamed it from them@testsite[1].txt to me@testsite[1].txt.  However, when I ...
Score HOWTO Run multiple SQL statements from ASP/ADO to an Oracle 10g.
ATS - 11 Apr 2007 4:12 PM - 8 messages
HOWTO Run multiple SQL statements from ASP/ADO to an Oracle 10g. Please help, I'm trying to write an ASP page to use ADO to run a long query against an Oracle 10g database, to create tables, if they do not already exist. In terms ...
Score How to generate pure XML page with ASP?
vunet.us - 11 Apr 2007 2:35 PM - 8 messages
How to generate pure XML page with ASP? This try gave me an error: XML Parsing Error: not well-formed Location: [link] Line Number 2, Column 26: <font face="Arial" size=2> ...
Score MS XML HTTP REQUEST AND PATHS
vunet.us - 11 Apr 2007 1:53 PM - 3 messages
Why ASP's MS XML HTTP request object gets another page's HTML source without interpreting path differences. For example, if my page is: [link] with XMLHTTP getting source code of page: ...
Score Another solution for this??
the other john - 11 Apr 2007 12:18 PM - 7 messages
This is a script someone here helped me with a while back and I am very grateful for the help.  I am stumped however as to how to change it slightly. This is the script... storyArray = Split(myStory, vbcrlf & vbcrlf) ...
Score Promorion presend:new weight loss pill
aremardog - 11 Apr 2007 9:30 AM - 1 message
Hi all!  [URL=[link]] 125  mixing xanax with alcohol [/URL] [URL=[link]] xanax xr[/URL] [URL=[link]] yellow xanax bar info[/URL] [URL=[link]]generic xanax online[/URL]  [URL=[link]] cheap online order xanax xanax[/URL]  [URL=[link]] valium vs xanax[/URL] [URL=[link]]buy diet pills cod[/URL] [URL=[link]] buy site xanax[/URL]  [URL=[link]] xanax dosage[/URL]  [URL=[link]]adipex diet online pill[/URL]  [URL=[link]]free overseas pharmacy[/URL] [URL=[link]]free porn psp[/URL] , [URL=[link]]free xxx porn[/URL] , [URL=[link]]porn clip[/URL] , [URL=[link]]russian porn[/URL] , [URL=[link]]psp porn[/URL] , [URL=[link]]asian porn star[/URL] VerYYY COOOOOLLLLLLLLL [URL=[link]]xanax phentermine[/URL] -------------= Posted from Ugroups.com =------------- ---= Fast & Free Web Portal to Usenet Newsgroups =--- -------------= [link] =------------- ...
Score File Upload Problem
vinodkus - 11 Apr 2007 5:42 AM - 3 messages
Problem 1> I m writing a code to upload a file There are two files form.asp, uploadScript1.asp Code for form1.asp <html> <head> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> ...
Score Doubt limiting user size upload
Paulo - 10 Apr 2007 8:56 PM - 2 messages
Hi, how are you doing? I need to develop an asp application wich allow users to upload files, but I need to limit every user folder with 10MB... How can I do that? not pure asp solution? each user must be a IIS/FTP user that will control ...
Score Ranges of dates
arbpen - 10 Apr 2007 8:47 PM - 8 messages
I'm sure there's a simple way to do this, but I can't seem to find it: If today is after February 1st and before February 15th then   do valentines elseif today is after March 1st and before March 17th then ...
Score Getting option's text value
Raul - 10 Apr 2007 8:13 PM - 9 messages
Hi, I have a select list that gets populated from the DB.  When the user makes a selection I am able to retrieve this value via Request.Form(...) However, I am wondering if you can retrieve the text value using ASP?? ...
Score B2B dolution in classical ASP
c676228 - 10 Apr 2007 5:06 PM - 11 messages
Hi all, Recently, a couple of our clients have asked if it is possible for them to pass data in xml format to our server program for processing it. Would you please give me some guide lines or point me to a starting point ...
Score Looking for a great designer/design team!
formless - 10 Apr 2007 4:49 PM - 1 message
Hi All, I work for a Startup based out of San Diego, CA. We are succesfull team of entrepreneurs with a proven track record. We have finished an initial design for a site that helps people be more productive with social networking aspects. This means we have a ...
Score New Windows
PWS - 10 Apr 2007 1:14 PM - 2 messages
[link] During testing on my home PC running XP when any of the big blue buttons are clicked a new web page opens.  If a team is selected from the drop-down list a new page opens with the selected team details in ...
Score ASP Debugging Text Editor
rn5a - 10 Apr 2007 4:12 AM - 5 messages
Can someone please suggest me a text editor especially for DEBUGGING ASP scripts apart from Microsoft Visual Interdev? I tried using Visual Interdev & created a project but Interdev generates some error related to FrontPage extensions. I couldn't exactly understand the error. I tried to create the project in C: ...
Score image file cannot be printed out
c676228 - 9 Apr 2007 6:52 PM - 5 messages
Hi all, I am not a person usually works with image file. I am just wondering while some images in html /asp cannot be printed out? Thank you. ...
Score Operation must use an updateable query - local server error
Stevio - 9 Apr 2007 6:38 PM - 3 messages
I am using Windows XP Pro, and since I updated to Internet Explorer 7 I am having problems getting web sites to work on my PC in Internet Explorer using the local IIS web server. These web sites are using ASP and Access ...
Score mail program in asp
vinodkus - 9 Apr 2007 12:46 PM - 2 messages
Problem 1> I m writing a mail program in asp my first page is mail.asp where I subitting address, subject, body and second page is send_mail.asp Contents of Page mail.asp <html> <head> ...
Score stored Procedure with argument
vinodkus - 9 Apr 2007 8:07 AM - 3 messages
I am Beginner in ASP Problem:I have a table named emp which fields are(id int(4), name varchar(50), rollNo int(4)) I have to just pass the name of the emp and it will just say that ...
Score return record set
vinodkus - 9 Apr 2007 5:52 AM - 1 message
I am beginner in ASP 1> how can I return a recordset through a function in asp. 2>Suppose there are two buttons in asp. I want if I presss the first button then it should go to page1.asp and if I press the second button ...
Score Real Exams
jhon - 9 Apr 2007 5:11 AM - 1 message
I have personally used the site [url][link]] and found it very good. The exams are not expensive but quality wise good. When I say quality wise good it does not mean the quality of text and diagrams but ...
Score Querystring issue
Simon Gare - 8 Apr 2007 7:45 PM - 7 messages
Hi all, is there anyway of separating a string by either a space or + sign, I have an sms.asp page that receives a string in this format below [link] ...
Score click to download
Elliot - 8 Apr 2007 10:37 AM - 7 messages
Can I have this function? When a user click on a link, my ASP page generates a text file call test.txt containing a string of "This ia s test msg.", and then a download dialogue appears. Any reference for me? ...
Score Performance Question ?
CP - 8 Apr 2007 9:00 AM - 6 messages
Hello: I have a database with 300,000 records. I have two "DATE" columns and I need to calcluate the difference and display the number of days in one of the reports. I was wondering if this calculation of days should ...
Next »