|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
ado properties / parameters
shank -
18 Mar 2006 4:38 PM - 8 messages
The below code works, but is truncating part of the inserted data. AffNo is numeric and inserts fine orderno is alphanumeric and gets truncated at 6 digits qty is numeric and inserts fine Not being familiar with the ADO properties, I've tried changing the ...
session time
Jeff -
18 Mar 2006 1:47 PM - 2 messages
Question. How would I go about increasing the session time of a user, before they are logged out for inactivity? The reason I want to do this, is because players may have the site open, while actually playing a game. But when they come back to report, they are ...
Clearing session variables when reset button is pressed
Kermit Piper -
18 Mar 2006 7:57 AM - 8 messages
Hello, How can you clear session variables when a reset button is pressed? I thought I might be able to do something like: <% If request.form("Reset") = "Reset" then Session("variable") = Null %> Is this correct, it isn't working right so is there a better way? ...
reading xml returned on http
J.D. -
18 Mar 2006 2:44 AM - 5 messages
Hello, I am working on a client project and they have a connection to a catalog system that passes data back and forth as xml over http The format of the data is as follow(s) I have worked on projects where you call a webservice and that returns xml ...
Setting option value to session var
Kermit Piper -
17 Mar 2006 11:34 PM - 6 messages
Hello, I thought this should be easy, but... all I want to do is set the value of this state drop-down based on a session var I'm getting back from a redirect (from the processing page): <% tax = session("Tax") ...
Finding absolute file path on server?
Paul -
17 Mar 2006 7:59 PM - 6 messages
I am trying to create a log of certain events on the website by writing them to a text file. The logging code is in an "included" file that is inserted into the pages that need to be monitored. Currently, the target text file is ...
using multiple select
Jeff -
17 Mar 2006 4:44 PM - 5 messages
Hey gang. I have a form to select multiple names. The problem I am having, is when it gets to the asp page. If I click 1 name, it will process. But multiple names gives me an error: Either BOF or EOF is True, or the current record has been deleted. Requested ...
Sending emails with CDONTs in Russian
Roger Withnell -
17 Mar 2006 1:20 PM - 5 messages
I'm sending Russian text in an email generated from the website which displays in the email as ?????????? The website is set to codepage 65001 and the charset to utf-8. Please advise. Posted Via Usenet.com Premium Usenet Newsgroup Services ...
CDOSys and Hotmail
Saf -
16 Mar 2006 4:50 PM - 4 messages
I have an asp registration form, generating a html email, using cdosys. When a hotmail user registers they receive an empty email or so it seems, until you forward the email then the contents appeas as if by magic. Is this a problm in the way my asp page is generating the email ...
Some data not showing in a form
Joey Martin -
16 Mar 2006 4:25 PM - 7 messages
I posted a message earlier, but I have more information to go from so I wanted to start a new post since the first is not really valid. I am using SQL 2000 database and MS Server 2003. I am pulling in data from a sql table. For some reason, when I include ...
ASP COM object image converter
AirYT -
16 Mar 2006 4:08 PM - 2 messages
Hello, Looking for a COM object that we can use in our ASP application that will convert and resize jpg, gif, tiff, EPS, AI, etc. image files to jpgs Trying not to spend lots of money! Any help would be greatly appreciated. ...
displaying text on asp page from access
raj chahal -
16 Mar 2006 2:26 PM - 4 messages
Hi there I've created a db field with Memo type, and I have stored some text with carriage returns (no html) So the 3 words start on a differnt line. In access this displays correctly ( each word starts on a new line). ...
IE appends char 20 on printout??
Elhanan -
16 Mar 2006 8:42 AM - 2 messages
hi.. sorry for the cross posting, i'm simply not sure where this goes (i'm still genrating this from an asp page). i'm trying to printout normal text from IE using Generic Text Driver like so: B10,10,0,1,1,1,100,N,"13123123" ...
request/response question
abcd -
16 Mar 2006 12:45 AM - 2 messages
I canget the value of the control on a form by using Request.form("controlName") is there anyway thru ASP object to set the value to the particular control. thanks ...
VBScript FSO: CreateFile OK, OpenTextFile fails
Paul -
15 Mar 2006 11:53 PM - 7 messages
In one place in my project, I need to create a text file. Each time it runs it should overwrite the previous version. I use the following code and it works fine: FileLoc = server.MapPath("list.txt") Set fsTemp = server.CreateObject("Scripting.FileSystemObject") ...
Return Server Time + two hours?
Bill -
15 Mar 2006 6:06 PM - 4 messages
In ASP, how can I quickly return the server time + 2 hours, using VBScript? With TIME(), I've found functions for date arithmetic, but I can't find anything for time arithmetic. Thanks!!! ...
support asp debug in vs 2005?
js -
15 Mar 2006 5:42 PM - 5 messages
Is it possible to change the web.config or machine.config file to allow access to an .asp page? I'm new to .Net 2.0. Thanks. I got error: Server Error in '/xxx1' Application. -------------------------------------------------------------------------------- This type of page is not served. ...
ASP object from a VB Component
abcd -
15 Mar 2006 5:32 PM - 2 messages
I want to call ASP object from VB component. When my component is ActiveX dll I can get the request object and read the form controls without any issue. But when my component is ActiveX exe the same code doestnt work. ...
NEWBIE: Global.asa error on new Win2003/IIS6 server
Scott Gordo -
15 Mar 2006 4:52 PM - 5 messages
I've got a simple asp form working fine on a test server with Win2000/IIS5. I'm using a global.asa taken from "ASP for Dummies". Here's the code: <OBJECT RUNAT=Server SCOPE=Session ID=MyInfo PROGID="MSWC.MyInfo"> ...
ASP Guru needed (XML-Flash+ASP)
JimmySlam -
15 Mar 2006 4:40 PM - 10 messages
How can I do it? I have a bit of idea but searching on the internet is not enough information (or I didnt find it) Any one knows how to Send an XML to ASP form FLASH, the ASP saves it into a XML on the server... ...
ASP Access to SQL SERVER change
Bob and Sharon Hiller -
15 Mar 2006 4:22 PM - 23 messages
I have an ASP page that was done in VBScript It is setup to read an Access database and I need to change it to read a Sql 2005 Database. ...
formatting of text in access
raj chahal -
15 Mar 2006 2:19 PM - 3 messages
Hi there I have a text area within a form that collects user data and enters this into access db. Later this text is pulled out and put onto a page. What I want to achieve is some formatting options for the user but I only ...
Accessing a shared file with ASP
Fred -
15 Mar 2006 10:23 AM - 3 messages
Hi, I have 2 servers and I would like to access shared files on server 1 from an asp page situated in the server 2 (with the filesystem object). I can't do it, I think, due to access restriction with the user IUSER_... ...
Setting a variable equal to the "size" of my database
vampyreapocalypse@gmail.com -
15 Mar 2006 12:07 AM - 2 messages
HI everyone, I have an SQL database that tracks workorders for my company. Each workorder is ID'ed by a number, i.e.: 1234. The next would be 1235, 1236, etc. I need a loop to go through EVERY workorder in the database. ...
reading text delimited
shank -
14 Mar 2006 8:49 PM - 24 messages
I have the below code found on an ASP site. <% arrName = Split(Request("TextArea"),",") %> <% For i = LBound(arrName) To UBound(arrName) I'm using a TextArea box to submit the following... A123,1 B123,2 C123,3 ...
Email From ASP - Help Please ...
MostlyH2O -
14 Mar 2006 8:14 PM - 5 messages
Hi Folks, I have been going in circles for weeks - trying to find the best way to send and manage emails from my ASP application. The email page might send as many as 500 individual emails at a time. The emails are in the user ...
asp writes csv WITHOUT complete file path?
Scott Gordo -
14 Mar 2006 3:19 PM - 6 messages
I have a simple asp form which writes to a csv. The code it's based on (from "ASP for Dummies") is: Set peoplefile - _ filesys.OpenTextFile( _ "c:\inetpub\wwwroot\gb\gbpeople.txt",1) The form is going live soon, and I'd like just a dash of due diligence ...
asp upload component - multiple files
crowl -
14 Mar 2006 2:17 PM - 8 messages
Hi there, I am looking for a component allowing me uploading multiple files by my asp page. I have found several components achieving this by require a <input type="file" name="FileX"> field for each file to upload. I want ...
ASPUPLOAD + change upload folder.
JimmySlam -
14 Mar 2006 1:50 PM - 2 messages
Hi I am triyingo to upload a file with ASPUPLOAD which works fine the only problem I need to change the folder where is going to be uploaded. I tried with folder = "\"+cstr(request.querystring("folder")) path=Server.MapPath("."&folder) ...
ADSI in ASP
Michael Jeske -
14 Mar 2006 6:25 AM - 2 messages
Hello, first sorry for my bad englisch, i hope you understand me. I wont write an asp (not asp.net) application to delete computeraccounts from ad. In my develope enviroment (all W3K servers) this script works fine. Set oDSObj = GetObject("LDAP:") ...
base64 decode then insert into SQL Server
robert.bull -
13 Mar 2006 9:08 PM - 6 messages
Hello - I am currently working on a project in classic ASP where I receive an XML file that contains an encoded base64 string that I need to do the following to: 1. Decode the base64 string for a binary write ...
Secure SMTP app?
Pupkin -
13 Mar 2006 7:57 PM - 3 messages
Hi, I have a client with their own W2k server and their IT guy refuses to turn on the SMTP service for fear of it becoming hijacked by spammers. However, they also want their web site to perform some emailing ...
Calculations on LARGE numbers
Frinton -
13 Mar 2006 3:12 PM - 23 messages
Hi, I am trying to do some calculations on large numbers (ie 7,768,489,957,892,578,474,792,094 / 12,280) and no matter what I do it doesn't get it quite right. Its always somewhere between 10 and and 5000 out ...
FaxServer Timeout
Max -
13 Mar 2006 11:35 AM - 3 messages
Hello I've installed Fax Modem on My Windows 2000 Serer and Fax Service is running I can send Fax via notepad but when I tried to send fax from ASP I got nothing but a timeout error the ASP code as shown ...
html message help
isaac2004 -
12 Mar 2006 11:00 PM - 3 messages
hi i am trying to send a html message that reiterates a invoice from a online store site im making, i have the invoice written to the browser but i would also like to send one to the customer via email ...
Forms Action
Paul W Smith -
12 Mar 2006 10:34 PM - 2 messages
I have an ASP page with some form elements on it, as well as an inline frame called 'body'. Depending on element is selected when the form is submitted different ASP pages appear in the inline frame. <form Name=aSelect method=Get action=Test.asp target=body> ...
help with Insert SQl (newbie)
isaac2004 -
12 Mar 2006 8:50 PM - 3 messages
hi i am having a problem inserting a new record into my database it throws this error [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression. i looked up the info for this and it says im trying to add an empty ...
Which server am I on?
MikeR -
12 Mar 2006 6:37 PM - 4 messages
My ISP has parent paths disabled, and my local box does not. I'd like to be able to tell where a page is executing so I can code an if statement for my db connection strings. if RunningOnThag then ...
changing default folder in IIS on XP
aa -
12 Mar 2006 4:36 PM - 3 messages
I have installed IIS on win XP pro However I cannot find a control panel like PWS on w2k to change default folder. How do I do that? ...
|
|||||||||||||||||||||||