Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > inetserver asp db > december 2005

need correct ALTER TABLE syntax
Posted by Sue Barth at 12/30/2005 9:43:30 PM
Hello, I've been struggling with the syntax for adding new columns to an Access 2000 db table through an admin .asp page. I found lots of examples, but not 1 gives me the right combination. I am getting errors on everything I try. Some errors are syntax, some say there is an invalid or unqu...more >>


How to get this output?
Posted by Shawn Ferguson at 12/29/2005 9:34:28 AM
OK, I have a tool I've developed but now I have a challenge that I need to = overcome.=20 I want the desired query output: Home About Us History Founders Pictures Contact Form Services Inspection Approval=20 Residential Commercial =20 Category CategoryID - IDentity...more >>

Regarding ASP.NET
Posted by B.Santha Baktha Shanmugam at 12/27/2005 4:11:16 AM
Hello, 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 problem or ?. Give me a solution for it. Thanking yo...more >>

Writing a GUID to a SQL table
Posted by Phil Kelly at 12/27/2005 1:25:46 AM
Hi and merry Christmas to everyone! I create a guid using the following code: accountguid = server.createobject ("scriptlet.typelib").guid and get it to response.write OK to the screen. However, when I try to write the accountguid to a sql table using the following: writeToTable = "INS...more >>

can't create object: 'Scripting.FileSystemObject'
Posted by Astra at 12/20/2005 3:45:59 PM
Hi All 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: ActiveX component ...more >>

site statistic asp?
Posted by i-cable hk at 12/17/2005 9:50:51 AM
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 - referal address Where can I download sample asp? Thanks ...more >>

Record Locking
Posted by Coder23 at 12/16/2005 10:09:02 PM
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 by any other user. This is accomplished by...more >>

80040e14 Unclosed quotation mark
Posted by Phil Kelly at 12/16/2005 1:17:25 AM
Hi 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! Phil ERROR: Microsoft OLE DB Provider for SQL Server error '80040e14' Unclo...more >>



AS keyword in sql statement gives error
Posted by lsdelamater at 12/15/2005 8:40:02 PM
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 I can't find any information anywhere on this error. Basically I have 2 tables, a products table and an amplifier table that...more >>

80040e14 Syntax error or access violation
Posted by news.microsoft.com at 12/15/2005 2:01:32 PM
Hi 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 ownerGUID field is a 'uniqueidentifier'. ...more >>

Help! Why is my database growing?
Posted by Rami at 12/15/2005 2:01:03 PM
Hello, 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 databases. It is working fine, but I have found t...more >>

Hebrew
Posted by Raffi Bearmant at 12/15/2005 12:21:47 PM
Dear All, 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 show the hebrer chars? Raffi ...more >>

3 table join help needed (I have searched but...)
Posted by josephweiss NO[at]SPAM gmail.com at 12/14/2005 11:13:56 AM
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 ============================= ID wine regionID countryID 1 thunderbird 1 1 featured_w...more >>

MS-Access LDB File Still Exists
Posted by McKirahan at 12/14/2005 10:18:13 AM
I have an ASP page that uses an MS-Access database. When I run it on my Web host's server the databases's ".LDB" file still exists after completion. I gather this happens when a connection is left open. I believe I am closing all my connections by using "Set objXXX = Nothing". Below is...more >>

Current Recordset does not support updating.
Posted by barret bonden at 12/13/2005 12:39:55 PM
Error Type: ADODB.Recordset (0x800A0CB3) Current Recordset does not support updating. This may be a limitation of the provider, or of the selected locktype. /asp_data3_add.asp, line 30 (line 30 read:s : rsAddComments.AddNew) <% 'Dimension variables Dim adoCon 'Holds th...more >>

quick response write question from a db
Posted by Kevin at 12/13/2005 10:34:28 AM
hi, 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: <% Response.Write (rstRespond.Fields("eMail").Value & ";") rstRespond.MoveNext Loop %> This is successful, but it is returning the text...more >>

Sessions without Cookie
Posted by prioregroup.com at 12/13/2005 1:04:59 AM
Do you want manage ASP Sessions variables without Session Object and without Cookie ? A free sample code (GNU license) http://www.prioregroup.com thanks. ...more >>

ASP.NET Viewstate query
Posted by James Vickers at 12/11/2005 9:10:02 AM
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. I am using ...more >>

Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. - help
Posted by jerminator NO[at]SPAM gmail.com at 12/9/2005 1:22:01 PM
Ok I need some help. Up until Tuesday my application was working fine. It is an asp.net application written in VB. It is very data heavy and makes multiple calls to a database. The application itself sits on an IIS6.0 server. And the database is on an SQL2000 server with SP 3a. On Tuesday we s...more >>

quick string question
Posted by josephweiss NO[at]SPAM gmail.com at 12/7/2005 12:15:37 PM
Is there an easy way to trim everything from the right side of a string after a certian point? Here's my string Product One: 1 Vial auto-shipped every 30 days and your 5th is FREE! I'd like to trim everything after the : - colon, but her's the catch... This is going to be a dynamic...more >>

error 80020009: Either BOF or EOF is True....
Posted by Gary D. Rezek at 12/7/2005 12:24:49 AM
Hi All, I know this error means the recordset is empty and I am trying to use it, but I am getting this error while checking .EOF. The following code works if .EOF is false If Request.ServerVariables("REQUEST_METHOD") = "POST" Then <<.....>> Else 'it's not a post so let the form load with th...more >>

Server Application Error
Posted by DMc2005 at 12/6/2005 7:07:04 PM
Hi All I have a big problem, I am always getting an error message when I browse a ASP page I created with Dreamweaver MX, the page is supposed to use VBScript, the page consists of: <HTML> <HEAD/> <BODY> JON </BODY> </HTML> I have been told that this page should load. The error m...more >>

Trying to post to SQL db from form
Posted by Phil Kelly at 12/6/2005 3:29:49 PM
Hi I have been trying to post from a form to a SQL dab=tabase for a couple of hours. I've done it before, but i must be having memory problems. I have 2 files, one with a form, and one to do the INSERTing. These two files are below (only small as they are only test) - can you see what's...more >>

Microsoft JET Database Engine error '80004005'
Posted by tassne NO[at]SPAM netcourrier.com at 12/6/2005 6:28:44 AM
Hi all, I have a problem opening an Excel file in ASP with OLEDB. The opening can works for a lot of page calls but after an unspecified duration, it not work at all and give me the error for all page calls : Microsoft JET Database Engine error '80004005' Erreur non sp=E9cifi=E9e /Exce...more >>

find repeated values
Posted by DNKMCA at 12/5/2005 8:44:35 PM
Hi, I've a table like below :sno: :name: 123 abc 234 xyz 123 orp 984 wer 912 nbvm 912 iirrrr i want to find out how many sno are repeated and its values using query. please help DNK ...more >>

Server Variable
Posted by johnpeter887 NO[at]SPAM hotmail.com at 12/5/2005 2:55:14 PM
Is it possible to assign a value to a server varaiable? i have installed a program and i want to set a value to a new varaiable HTTP_NEWVARIABLE. How can i do this? Please Help. ...more >>

Threaded Discussion
Posted by Ted Dawson at 12/5/2005 12:13:32 PM
I need a free, ASP-Access discussion application.. Is there one available? Thanks ...more >>

ASP position question
Posted by Jeff at 12/4/2005 3:18:43 PM
Ok gang, I am going to try and explain my question. I have a page where a person's position is listed. This is what I am using to get that position. I first sort by the round field in the DB, then I display the table on the page. The problem I have is, if there are say 2 people with the same...more >>

Help; ASP web site, IIS 6.0, Server 2003, SQL server 2000
Posted by ARMS at 12/2/2005 12:43:03 PM
Hi I,m new to Server 2003 and I'm moving an ASP website to it. This is what I have; an basic ASP web site that connects to a "SQL server 2000" database on Windows XP box, using IIS. Now I have moved the site to Server 2003, on IIS 6, but I'm still using "SQL Server 2000" However I can't ...more >>

code execution order
Posted by dave at 12/1/2005 12:00:00 AM
Hi there I am using windows xp and SQL server 2000 as database and trying to run one application on localhost... I have got default.asp (which is basically login page) and then veripwd.asp and then redirects to index.asp on successfull login. On veripwd.asp, First I'm validating user login de...more >>

FileSystemObject don't work
Posted by Edward Low at 12/1/2005 12:00:00 AM
Hi, I am having ASP with the following code to access the file with windows scripting host. The page run on local server IIS 5.1 on Win XP Pro SP2. The IE never show me any error with this, but will keep access the page for very long. This code is running fine on other system. strFilePath =...more >>


DevelopmentNow Blog