| Thread | Last Post | Replies |
|
| Best way to update a value dynamically | 29 Feb 2004 22:14 GMT | 4 |
I may be posting to completely the wrong newsgroup, but I need to ask. Basically I have created a shop cart that displays the current running total in the header of my site so that it appears at the top of every page. This value is updated when the customer adds to the basket, but ...
|
| Problem with execute to make a stored procedure | 29 Feb 2004 12:57 GMT | 3 |
I have to maintain a piece of code. One of the things that is done is a create procedure: CREATE PROCEDURE PROC_22_ RETURNS(IEXTENSION INTEGER,CNTICALLINGNBR INTEGER,CNTIDIALEDNBR
|
| Unicode conversion | 29 Feb 2004 07:06 GMT | 3 |
I am experiencing a problem in developing an ASP.NET application which will run in tandem with an existing "classic" ASP app. Some users of the ASP app are entering text in their native languages (japanese and chinese) using native code pages (eg Big5 and shift_jis). The
|
| Retrieve pdf files from SQL Server | 29 Feb 2004 04:51 GMT | 3 |
Doesn anyyone know the proper lines of ASP code to sucessfully retrieve a pdf file from SQL server. Everytime I run my code I get gibberish all over the screen. I would like it to prompt me to save the file to disk Thanks -Jeff
|
| Cant display a value that contains a + Sign | 28 Feb 2004 21:19 GMT | 4 |
Im pulling out of my dbase a record nuber however when I response.write it I get strange results: Ie: r = RS1("recid")
|
| Selecting multi columns into one ? | 28 Feb 2004 16:44 GMT | 6 |
I have 3 tables with an ip column that i would like to get into 1 coloumn with an query Table 1 columns ID, IP
|
| New to ASP and Stored Procedures | 28 Feb 2004 01:37 GMT | 6 |
I have some experince with ASP and databases in General, however Stored Procedures are new. I need to call a stored procedure and have bene told I need to to the following:
|
| 2004 | 27 Feb 2004 15:57 GMT | 1 |
what has happenened to the 2004 posts
|
| I need help with a ASP Error | 26 Feb 2004 21:33 GMT | 1 |
Date: 02/26/2004 01:00PM PST Here is the code. '------------------------------------------------' '- Gets Managers details such as name & email -'
|
| Server resource and open database connections | 26 Feb 2004 18:45 GMT | 5 |
If a host suggests poor performance is possibly due to 'open database' connections and Im fairly sure that Ive closed everything - what is an easy method to test for connections that havent been cleaned up? (assuming 1000's of pages)
|
| Errors in ASP Code | 26 Feb 2004 17:18 GMT | 1 |
Ive cleaned the code up a wee bit to see if it makes it easier to spot were i've went wrong. Hope this helps, thanks agai Sea < Option Explicit
|
| Dictionary Object | 26 Feb 2004 15:28 GMT | 8 |
I have the following: sub readcsv dim csv_dsn, csv_filename, csv_oconn, csv_rs, csv_sql, itm csv_dsn = "Driver={Microsoft Text Driver (*.txt; *.csv)};" & _
|
| Command Object and RecordSet ASP | 26 Feb 2004 12:36 GMT | 4 |
I am very knew to asp and Im having problems returning the results from my stored procedure in the browser. The asp code and the html form code is below. Can anyone guide me as to where I've went wrong. Im not sure if I've referred to the asp code in the right place, and I ...
|
| Select Qry: Differing results via Access & ADO (& SQL Server) | 26 Feb 2004 11:19 GMT | 16 |
I have a query which produces different results in the Access query builder and in an ASP page (via ADO) An example of the query is: ----------------------------------------------------------
|
| Connection object | 25 Feb 2004 23:01 GMT | 1 |
I have inherited the following code from an existing system login asp page in my company. I am connecting to the same database and have been told to use the same connection code from below because it works fine. Im unsure exactly which code to keep and which code to extract. A ...
|