| Thread | Last Post | Replies |
|
| How to get this output? | 29 Dec 2005 19:56 GMT | 6 |
OK, I have a tool I've developed but now I have a challenge that I need to overcome. I want the desired query output: Home About Us
|
| Regarding ASP.NET | 27 Dec 2005 14:24 GMT | 1 |
I am working with ASP.NET, When i pating any Server side controls in my page, it is not visible in the run time, also server side scripts are not executing. What is the problem and how to solve it. whether it is IIS rights
|
| Record Locking | 21 Dec 2005 03:33 GMT | 2 |
I created a simple web-app for the company I work at. It consists of several 'queues' (new, pending, completed, etc...) each containing records which are customer cases. Each user should only be able to open a case that is not being viewed/worked
|
| can't create object: 'Scripting.FileSystemObject' | 20 Dec 2005 21:36 GMT | 4 |
I know there are numerous postings on the web about this, but none of them seem definitive and they haven't resolved my issue. I'm running WinXP Professional and IIS v5.1 to create my ASP sites. JMail, ASPupload, ODBC, OLEDB all work fine, but I keep getting:
|
| AS keyword in sql statement gives error | 20 Dec 2005 06:50 GMT | 2 |
Whenever I use the 'as' keyword in my sql statement I get this error Response object error 'ASP 0104 : 80070057' Operation not Allowed /amplifiers.asp, line 0
|
| site statistic asp? | 20 Dec 2005 06:48 GMT | 1 |
I guess this is very common, but can't find it on the web: I would like to do site statistic and find out the visitor of our website: - ip address - the corresponding time
|
| 80040e14 Unclosed quotation mark | 16 Dec 2005 11:45 GMT | 2 |
The following error is generated when I run the code underneath. I am trying to write a guid from a session variable to a SQL table. I cant't see an 'unclosed quotation mark anywhere! Any ideas? Thanks!
|
| Help! Why is my database growing? | 15 Dec 2005 22:32 GMT | 1 |
I have an asp application using 2 Access Databases (on the server) In order to join tables from 2 databases I have created a 3rd database as a “bridge” In this data base I have only views, through which I access the other
|
| 80040e14 Syntax error or access violation | 15 Dec 2005 14:44 GMT | 6 |
Why does the following line throw up an 80040e14 error? <%Set qry_items = Connect5.Execute("Select * from items_table WHERE fld_ownerGUID = " & Session("UserGUID")) %> I have a session variable (userGUID) that is set and is correct, and the
|
| Hebrew | 15 Dec 2005 13:35 GMT | 2 |
I am working on a mdb database which is hosted by a company in the US. I enter the data here in hebrew but it shows up on the web apge like this????????. Is there a way that I can fix this and make sure all browsers will correctly
|
| Current Recordset does not support updating. | 15 Dec 2005 03:09 GMT | 5 |
Error Type: ADODB.Recordset (0x800A0CB3) Current Recordset does not support updating. This may be a limitation of the provider, or of the selected locktype.
|
| 3 table join help needed (I have searched but...) | 15 Dec 2005 01:16 GMT | 3 |
i am still at a loss from after all my time searching for a solution to this query (litteraly). Here are my tables featured_wine =============================
|
| ASP.NET Viewstate query | 14 Dec 2005 23:02 GMT | 5 |
Apologies if this is in the wrong group, but I need some help. I have been developing with a DataGrid and OleDb and everything is fine, except that when I want to sort columns (which is fine ordinarily) it forgets the sorting information when I tell the grid that I want to edit.
|
| quick response write question from a db | 13 Dec 2005 19:16 GMT | 2 |
iis5, Access 2000 db I am writing some values from one field to a page using response write and a loop. Here's my code to do the write: <%
|
| Sessions without Cookie | 13 Dec 2005 09:45 GMT | 1 |
Do you want manage ASP Sessions variables without Session Object and without Cookie ? A free sample code (GNU license) http://www.prioregroup.com thanks.
|