First  |  Prev |  Next  |  Last
Pages: 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216
File Listing
Hi there. First of all, sorry for my poor english. I have a problem that I don't know how to resolve. I want to make a dynamic image gallery. With an ASP script, I will read the images from a folder and display them on a table, for example. The script is something like this: <%@ Language=VBScript %> ... 8 Sep 2006 07:47
xHTTP send problem
Hi, I am using trying to send out an XML using ASP. It is actually trying to call some webservice application using SOAP. The problem is that the same codes works perfectly fine in Excel VBA on the same server, but when it comes to IIS server, the program stop at "xHTTP.send xDoc.XML" line. It seems like t... 8 Sep 2006 07:47
xHTTP send problem
Hi, I am using trying to send out an XML using ASP. It is actually trying to call some webservice application using SOAP. The problem is that the same codes works perfectly fine in Excel VBA on the same server, but when it comes to IIS server, the program stop at "xHTTP.send xDoc.XML" line. It seems like t... 7 Sep 2006 23:18
asp questions before i begin project
hi everyone. building a website for a client and have a few questions related to best practices, what i should use etc... the site will use a database to store info entered by users. each visit will allow the user to input no more than 2 fields: email address, and a comment field. the site has the potential to be... 8 Sep 2006 10:59
ORA-01036: illegal variable name/number
I'm trying to call a package/procedure in oracle (from an ASP page) which requires a number of parameters. I have got this working using OO40 but unfortunately the transaction rollback function doesnt seem to do much. So I'm now trying to use ADO instead (in the hope that ADO transactions will work), however I... 7 Sep 2006 10:59
non duplicable response object error
Hi everyone, I got an error from my asp page. The interesting thing is it only occurs when I choose to give me report for August, if I select any other month, everything looks fine. I have no clue at all what is all about. What does line 0 mean? Response object error 'ASP 0104 : 80070057' Operation not ... 6 Sep 2006 08:50
non duplicable response object error
Hi everyone, I got an error from my asp page. The interesting thing is it only occurs when I choose to give me report for August, if I select any other month, everything looks fine. I have no clue at all what is all about. What does line 0 mean? Response object error 'ASP 0104 : 80070057' Operation not ... 5 Sep 2006 14:45
OO4O Transactions: Updates not being rolled=back
I'm using OO4O via ASP to manipulate an Oracle 10g database (v10.1.0.4). At the start of each vbScript section I'm starting off the transaction as follows: oDB.AutoCommit = False oDB.BeginTrans And at the end of the section, I have the following: If iError > 0 then oDB.RollbackTrans Else oDB.Com... 26 Sep 2006 09:34
cookie testing
I need to revisit cookie testing. On the home page and every product page I write a cookie. I do this because some users enter by direct links to product pages. <% Response.Cookies("cookietest") = ("49") Response.Cookies("cookietest").Expires = Date + 2 %> On the cart page I test for the cookie... <% I... 30 Aug 2006 13:56
cookie testing
I need to revisit cookie testing. On the home page and every product page I write a cookie. I do this because some users enter by direct links to product pages. <% Response.Cookies("cookietest") = ("49") Response.Cookies("cookietest").Expires = Date + 2 %> On the cart page I test for the cookie... <% I... 30 Aug 2006 13:24
First  |  Prev |  Next  |  Last
Pages: 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216