| Thread | Last Post | Replies |
|
| ASP on local network? | 31 Jan 2007 17:52 GMT | 4 |
Hello. Sorry if this doesn't sound like much sense but is it possible to run .asp pages on a local internal network server (not the development \localhost\ address and not on the public internet)? I have a bunch of .asp pages and was wondering if it was possible to make use of ...
|
| Problem passing empty form fields to access parameter query | 29 Jan 2007 22:09 GMT | 2 |
I have seen a lot of good discussions concerning parameter queries in Access2000 and how to pass parameters from forms in ASP. I have tried many of the solutions but I can't get my application to work. I hope that someone can straight out my problems below.
|
| ASP.Net - Displaying DB Records | 27 Jan 2007 17:17 GMT | 1 |
I'm a classic ASP programmer trying to transition to ASP.Net. I need some guidance on how to display data from my database on an ASP.Net page. All the tutorials I've found seem to be centered on using Visual Studio...I'm just using good old fashioned Notepad.
|
| Displaying questions grouped into categories and subcategories | 24 Jan 2007 13:55 GMT | 1 |
I am trying to build a "checklist", where a user can navigate to an ASP page on the intranet which shows a list of "questions" that the user can check off. I am trying to figure out how to do this so that it is scalable, but I am having difficulty getting it outputted to the ...
|
| I'm phuxored (complete ASP n00b) - Multiple checkboxes on a form? | 22 Jan 2007 17:35 GMT | 6 |
I apologize for being a total n00b here, I'm pretty good with Access so I understand some of the theory but I know little to nothing about ASP. I want to create a form. On the form will be a question, something like, "Which cars are your favorites?"
|
| ASP - MS Access to CSV file | 19 Jan 2007 21:50 GMT | 1 |
I am looking for a way to create an ASP or php page that will allow me to develop a webpage for a user in the plant that allows a user to execute a button such as "Export CSV" which will then, in turn, export the contents of an access database to a file ON the webserver.
|
| Too few parameters. Expected 1. | 18 Jan 2007 21:27 GMT | 2 |
I am getting the following error in my code "Too few parameters. Expected 1." I am getting it on the following line set rs = conn.Execute(SQLStatement) When I put in response.write (SQLstatement) I get
|
| asp/sql looping problem | 17 Jan 2007 19:40 GMT | 3 |
i am new to asp/sql and of course, i have some problems with it. please let me explain: i have a problem with a sql result and its output in asp my sql result table looks like this
|
| VERY strange issue with SQL 2000 + ADO Command object | 17 Jan 2007 02:36 GMT | 4 |
I am running into an extremely frustrating problem and after hours of troubleshooting have not made any progress. When I try to use the ADO Command object to update a table, I receive the following error message: Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
|
| Error occurs | 15 Jan 2007 12:17 GMT | 2 |
Login failed for user SA. Reason not associated with trusted sql server connection.
|
| asp communicate to a db without an html form? | 13 Jan 2007 05:22 GMT | 13 |
Hello. I just had a quick question and was wondering if it's possible for an asp page with some html input fields and other html controls be able to insert data into a db without having an html form coded into it? Someone gave me a bunch of asp files with input fields and ...
|
| comma as decimal point? | 12 Jan 2007 21:15 GMT | 3 |
I need to be able to write numbers to an Access database using comma as decimal point like 22,5 (using the comma-sign). This won't work, if I use 22,5 it gets rounded up to 23, id I use 22.5 (which i can't anyway for other reasons) nothing gets stored at all. ?
|
| ASP inconsistent errors, errors changing after run with no debugging done | 12 Jan 2007 05:48 GMT | 1 |
I have an ASP application that generates a word documement with values taken for a database. It worked perfectly fine on my test server. I put it on my production server and only changed the DSN to the live database. Ever since doing that when I run the application it works
|
| passing variable in from 1 asp file to another | 11 Jan 2007 15:03 GMT | 2 |
there are tons of examples of how to pass a variable from one asp file to another in this group, and yet I cannot seem to get that right. Seems that the variable that I'm passing is always blank in the destination file. Any help is greatly appreciated. Here's my logic:
|
| File upload problem | 06 Jan 2007 22:33 GMT | 4 |
I'm writing a small system to allow users to upload documents to my server. I'm using Persist AspUpload for this. I have 2 ASP files. In the first ASP file I prompt the user for a file description and a filename, like this ...
|