angelIII helped me earlier with this:
rs.Open "SELECT [STOCK NO], YEAR, MFG, BRAND, MODEL, DCOUNT(""*"", ""STOCK"", ""MODEL='"" & MODEL & ""'"") AS AVAILABLE, PRICE, LOT, TYPE, [WEB PRICE] ...
I need to convert several html forms to xml and I was wondering if someone in here would possibly know a way to achieve this by using asp code so the process is a little faster.
i have past...
I am looking for assistance developing a function that will strip or replace multiple " " from a web page. I have no control over users who submit text into an SQL Server 2005 DB via a w...
The script below is a search page for a telephone directory tool I am trying to create. It takes two values from the previous page (SearchValue is the value such as a name, SearchCat then det...
I'm using FromView - please see the attached. I'm retrieving Acct_ID among other data from the DB. In the Insert statement I would like to use the same Acct_ID i got earlier but my text box do...
I have a text box that users paste GPS cordinates into. They enter :
Latitude: 42.079964 / Longitude: -71.869398
into field "GPSCOORDINATES". I would like it parsed out into two separate...
Hello Experts,
Can someone please say if there is any command/logic in writing line in the vertical order
MyFile.WriteLine("\pard\fs18\cf2\qc " & _
"This sample prov...
Classic ASP VBScript
WIN XP Pro
Hello.
With the help of some Experts, I am getting into Cookies, for which I previously have not had a need.
I am successfully generating Cookies now,...
Hello,
What's the best way to detect a session array variable is set to nothing?
I'm trying: IsEmpty(Session("sorted_array")) ...
But, it doesn't seem to work right.
Thanks in adva...
I have this line of code...
series = Left(pnumber, InStr(pnumber, "-")-1)
that's throwing an error.. Invalid procedure call or argument: 'left'
pnumber looks something like this: abc...
A client mentioned to us that he would prefer we develop his site in PHP rather than ASP since ASP is (in his words) "on the way out".
Does this ring true? Is Microsoft planning on pulling...
New to this Ajax thing and trying to understand the requirements for the server and client if I was to build a webpage using Ajax controls.
Thanks
I am using Classic ASP and I would like a simple but elegant solution to either send an e-mail with the body in HTML format (instead of text). Also, is it possible to send a html file as an at...
I'm having trouble with an update query on an asp page. The query returns no errors, but doesn't update at all. If I paste the query into Access it works just fine. Other queries on the sam...
Have a asp/vbscript application where I need to have a client-side msgbox popup and confirm before a delete takes place.
If request.form("deletehospital"i) = "Delete Hospital" Then
...
Dear Experts
I have a form where the form field 'nActingSolcRef' is dynamically populated after a selection from the form field 'nSolFirm' is made.
When making a selection from the form ...
Easy question....
I can't remember how to positon aspx controls in VS 2008....
When I create a control, I can't remember what property to change to allow the control to be moved anyhwere...
I have one asp site and my client said that some body did sql injection in to the site.
and he told me to change code in one page.
that is for registering new user in to the site.
and i am ...
I need to be able to upload a file to my server from a vb6 client. I think I know how to send the file to the server but I don't know how to create the server side file processing . I have a w...
Somehow, something or someone is inserting the phrase "<script src="http://www.jic2.ru/script.js"></script>" into all my MS SQL tables appending itself at the end of the data.
My site has s...
DWMX
WIN XP PRO
Classic ASP VBScript
MS Access
Hello. I have a script that will delete only the image file of a path AND a DW Command that will set that particular field to nothing.
...
I am trying to assign AD users to access databases on my sql server. When I change the connection string to accept then ad users i am getting the following error.
Microsoft OLE DB Provid...
hi all,
i have a session variable id that recognizes a user when they login, that is an asp page, then if they want to upload a photo this gets done with an aspx page, but the asp sessions ...
I have been working on this all day and have reached a dead end. I am trying to send an order to Amazon via a CXML OrderRequest Post and then retreive the CXML Response using ASP. Does anyone ...
I have a site in old ASP and I use Microsoft visual studio 2003. (I am forced to them)
I would like to debug the javascript code and instead of entering alert I would like to use the IE devel...