| Thread | Last Post | Replies |
|
| query not ranomizing records in ASP - Access 2000 web application | 27 Feb 2007 14:43 GMT | 5 |
Hi friends, can anyone solve this query ? I have a table which stores products id and name and then product image now all i want is everytime i refresh a page it should display 5
|
| How would you face this problem? | 27 Feb 2007 11:18 GMT | 13 |
I have an online application (written in .asp) that requires a login to be accessed and used. I have a login.asp page that asks for username and password, looks up in a MS SQL db if a combination of those username/password is available and, if so, sets a session variable and goes
|
| Help with CSV files | 26 Feb 2007 20:45 GMT | 1 |
Where to start..haha. My boss has me dev-ing a search page that will read from a CSV file. It has to be in ASP (and the old one - not .NET) and we cant use a real database -- trust me, I asked. So we are stuck with a CVS file
|
| IIS Closes Connection For Certain ASP Pages | 26 Feb 2007 17:37 GMT | 1 |
I've had this remarkable issue on an IIS server we just installed our webpage on. It runs several of the pages just fine -- no issues. However, on pages that actually query our MSSQL server database, IIS simply closes the HTTP connection as soon as the request is made. No
|
| Why can't I open? | 23 Feb 2007 22:35 GMT | 4 |
I am not able to open the table with these lines on my normal webhotel. But it works fine on my local computer. BoknID = Request.Querystring("boknid") Set rsBokn = Server.CreateObject("ADODB.Recordset")
|
| login and logout | 19 Feb 2007 14:30 GMT | 2 |
Hello Friends, Can i find any sample free webbased-application for employee login and logout timing. Thanks in Advance
|
| Randomize DB Records | 19 Feb 2007 11:15 GMT | 1 |
I have this ms access table ID Data 1 Apple 2 Orange
|
| Will pay for need help and occasional advise on using excel | 16 Feb 2007 22:52 GMT | 2 |
Will pay for need help and occasional advise on using excel database " sorry if this is off post ...will be my last" Thx in advance for your help and interest.
|
| Registry error with ADO access to Access 2k3 | 11 Feb 2007 21:33 GMT | 2 |
Hi, all! Still working on the Access 2k3 database corruption issue... Using plain ol' ASP with Access 2k3 database on the back end (hosted offsite with GoDaddy.com). It seems regularly this error is occuring when any attempt at accessing data
|
| Functions | 09 Feb 2007 17:49 GMT | 6 |
Why does the first function work without a problem, but the second one does not? I cannot for the life of me see the difference!!!!! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
| Error: HTTP 404 - File not found (ASP Error) | 07 Feb 2007 02:28 GMT | 1 |
I encountered an error HTTP 404 - File not found. I cannot open a file uploaded with a symbol # in filename (e.g. case#2.pdf). When uploaded with a different filename (case2.pdf) without the # symbol, the file is accessible. Why is this the case?
|
| Corruption in Access 2k3 databases | 05 Feb 2007 18:50 GMT | 2 |
I seem to notice that Access 2k3 tables tend to get corrupted rather easily when running as a database back-end for ASP applications (different providers, different code, same structure and content corruption). Are there any general practices that can prevent this corruption? I ...
|
| Accessing SQL server db through the Internet... | 02 Feb 2007 07:25 GMT | 2 |
Hi there I'm wondering if it does make any sense to access data from a MS SQL Server 2000 over the Internet. ASP pages hosted by my ISP must load from db article abstracts (10 per page) but the DB is located elsewhere, so the ASP code must acces remotely the db.
|
| Need help updateing an entire recordset at once | 01 Feb 2007 17:16 GMT | 1 |
I am pulling a table that lists all the notes associed with a record. I need to be able to have someone check the "reviewed" field for each note the reviewed. I then need to be able to have them submit this to the database. I need for the Sql database to update all the note
|
| Images and links | 01 Feb 2007 15:53 GMT | 3 |
i'm developing a web site in asp .net but i came up with a rookie problem. How can i insert an image or a link from a database record? I'm using a table and inside the table i have the following code: <td><img alt="" src=<%DR("Image").ToString()%> width="78px" height="78px">
|