| Thread | Last Post | Replies |
|
| ASP page to show different schedule on each day | 01 Nov 2003 00:28 GMT | 2 |
I want to create ASP page that shows the schedule of TV station. Since each day's (Monday - Sunday) schedule is different, and I want each day will display the schedule on that day of a week. I wonder if I need to create 7 different ASP pages and call different one on each day?
|
| request.form & binaryRead - error ! | 31 Oct 2003 18:53 GMT | 2 |
now i have finally managed to build a upload/download file-part in my application, and it's working just fine, except for one detail. i use a simple form where the user can choose a file to upload. a also have a checkbox that should be checked if the file is a 'released'
|
| asp file with Report in Word template | 31 Oct 2003 14:22 GMT | 1 |
can i create a template in word and just put all the infomation from database using ASP? i have to do: 1. collect the information from the ASP forms in Oracle
|
| IUSR Permissions | 31 Oct 2003 06:17 GMT | 3 |
I'm made an .ASP application that uses 1 .mdb for login authentication, and 1 for my main database. My page is automated so that 1 file is created and filled with data from the main .mdb, then the application updates my database so I know which records have been downloaded and which ...
|
| Jet Error 0x80004005 | 30 Oct 2003 20:32 GMT | 6 |
I am saving data from ASP to an access database which has linked tables, i keep getting this errror: Microsoft JET Database Engine (0x80004005) The Microsoft Jet database engine cannot open the file 'I:\Access
|
| Check if record set rturn something | 30 Oct 2003 18:45 GMT | 4 |
Hi i am trying to see if the query return some data but i am getting error:(0x80020009) Exception occurred. here is the code:
|
| Running IIS without being connected to the internet | 30 Oct 2003 16:04 GMT | 7 |
Can someone remind me on how to run IIS (and therefore be able to execute ASP scripts) without being connected to the internet. If I remember correctly it involves a loopback adapter. Thanks
|
| access to access db stop | 30 Oct 2003 09:59 GMT | 17 |
I've a server (W2K Server SP4) where my sites can access to Access db. Sometimes, starts this error: Microsoft JET Database Engine error '80004005' Unspecified error
|
| Download File Size | 29 Oct 2003 23:33 GMT | 1 |
I am having problems dowloading files bigger than 3 megs with .asp from an access db. Does server 2003 have a default download limit. Uploads I have been able to resolve.
|
| Operation must use an updateable query. | 29 Oct 2003 22:35 GMT | 2 |
This is the error that I get: [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query. It worked previously before I installed Jet 4.0 SP 8 b/c
|
| SQL Replace | 28 Oct 2003 21:05 GMT | 4 |
I've looked at BOL and through dejanews for a solution (similar post from Lamine Darbouche on 30th July in this group) but cannot find a solution. I am trying to replace text within a field using the SP below. Alter Procedure cc_globalBodyReplace
|
| ASP vs Stored Proc vs UDF | 28 Oct 2003 02:46 GMT | 11 |
I have a field in Table A that must be updated whenever a record is added to Table B. Table A will always only contain one single record and one of the fields gets updated whenever Table B gets a record added. This is basically how I currently have it in ASP:
|
| Controlling Printing | 28 Oct 2003 02:20 GMT | 5 |
I have been given the task of creating an online coupon. The major challenge that I see right now is controlling printing so that only one particular coupon can be printed. If anyone knows how I can disable the printer after a coupon has been printed I would appreciate it. I ...
|
| Writing to a csv text file | 28 Oct 2003 01:56 GMT | 7 |
Say I ran a query that pulled 100 records with 10 fields into a RecordSet I'll call "rsQryResult" How would I: 1. write this data to a .csv text file and
|
| Import text file into database table | 27 Oct 2003 21:10 GMT | 1 |
I need to build a web page that allows the user to select a text file and click a button to import the file into a database table. Does anyone have any code that shows how to read a text file line by line and save that data into an ODBC database (not SQL Server)? The text
|