| Thread | Last Post | Replies |
|
| Paging through recordset created from MS SQL View | 31 Dec 2004 13:58 GMT | 1 |
I have been used to paging through recordsets but until now have not come across this problem. When my sql select statement is based upon a SQL View it always returns -1 pages and this prevents the 'next page' / 'previous page'
|
| Modifying an Access DB schema using ASP code | 30 Dec 2004 14:30 GMT | 2 |
If possible, could you please confirm what the ASP query syntax would be to add an extra field into an Access table at a particular position, eg after field4 and before field5. Thanks
|
| Who are you? | 29 Dec 2004 21:13 GMT | 4 |
|
| opening same kind of recordset gives error for one while not for o | 28 Dec 2004 21:07 GMT | 8 |
Using a login userid, I am trying to go to a asp page which will display the values for the particular record. The asp page has quite a few recordsets in the form of Access stored query. Now for the first recordset, I do not get an erro while for the second recordset, I am ...
|
| clearing a cash file in the Internet Explorer by code | 25 Dec 2004 13:36 GMT | 1 |
I am using an html file that have a code that reads from an xml file and displays it in a grid. however the xml file is updated every 5 minutes, and the code read the data every 5 minutes.the problem is despite of updating ehe xml file the old xml file data still displayed, ...
|
| Help Please, IIS, Asp, Access. | 23 Dec 2004 22:51 GMT | 4 |
Hello this is Robert, from Italy, I am trying to learn a little bit asp language, I am tired to load pages on my web site just for test. I installed Windows 2000 5.00-2195 Service Pack 4 + IIS 5.
|
| Navigate pages? | 22 Dec 2004 23:04 GMT | 4 |
I currently use a pulldown which holds all customer names. When a customer is selected, it takes the user to a detail page. Basically using the autonumber ID field. Select * from myTable where ID = ID
|
| Trying to work out a join | 22 Dec 2004 11:25 GMT | 7 |
Im trying to transfer an old asp/SQL server application to asp/MySQL and have run into a problem with SQL (Or suggest another news group?) My version of MySQL doesnt seem to support sub queries (and cant upgrade to the latest that does), so I cant use the existing SQL
|
| ASP and ASp.NET | 21 Dec 2004 18:24 GMT | 4 |
I developed an ASP application, now I want to convert it to ASP.NET. However, I cannot implement it after I completely re-design. Can I develop new things with ASP.net and keep the original ASP. Is it possible that ASP page and ASPX page run at same Web Server at the same time?
|
| how could I using ASP to retrieve a blob from Oracle 8i? | 21 Dec 2004 16:20 GMT | 2 |
how could I using ASP to retrieve a blob from Oracle 8i? For instance: I have a table "blobtable"
|
| Multiple html Forms & DB Inserts | 20 Dec 2004 17:55 GMT | 7 |
I've got more than one form on a single ASP page. The top combo box is populated from an access database with job titles. The field below it, in its own form, is a text field that one can put a new job title into, press the submit button and add the new title to the access table ...
|
| Strange Error | 20 Dec 2004 14:20 GMT | 13 |
Using ActivePDF Toolkit with a website. The site allows a user to submit information to a database, search, view and edit it. Now I want to add the option to save in PDF format after a search has been completed.
|
| More time stuff | 20 Dec 2004 13:28 GMT | 4 |
schedcheck = "Select Sched_Date,Sched_Start,Sched_End FROM Schedule WHERE Sched_Date = #"& strSched_Date &"# AND (Sched_Start BETWEEN # "& strSched_Start &" # AND # "& dateAdd("n",-1,strSched_End) &" # OR Sched_End BETWEEN # "& dateAdd("n",1,strSched_Start) &"# AND # "& ...
|
| SQL login error | 19 Dec 2004 10:51 GMT | 8 |
I'm getting a SQL login error. Error Type: Microsoft OLE DB Provider for SQL Server (0x80040E4D) Login failed for user 'sa'.
|
| Help with SELECT Statement(Date/Time) | 17 Dec 2004 21:23 GMT | 5 |
Ive got a scheduling application using an Access db. Scheduling works fine but Im trying to implement a function to prevent scheduling conflicts. Im not sure if this is the way to go about it but below is what I have so far and it's not working. It schedules the event no matter ...
|