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 > july 2005

SQL error "Arguments are of the wrong type ..."
Posted by iam247 NO[at]SPAM gmail.com at 7/31/2005 3:52:43 PM
Hi I have a web page which receives information from a form (using request.form) and also attempts to look at an Access query to read in recoeds to a variable named rsGroup. When I have the following line commented, so it does not activate, I can successfully print all of the response.write...more >>


If Then Loop - help with my poor scripting
Posted by iam247 NO[at]SPAM gmail.com at 7/30/2005 9:20:56 AM
Hi I am a relative beginner with VBscript AND VERY INEXPERIENCED WITH if, Then Loops. I have an ASP page which successfullly prints out a list of all GroupID's held in a variable named GroupsAll and another list of GroupID's held in a variable named GroupsJ (ie the groups a member has joined)...more >>

ASP SQL Server Application - Help with performance
Posted by JP SIngh at 7/29/2005 12:29:44 PM
Hi All I have an ASP application which uses a single SQL Server based in London. I have two webservers on which the code is hosted one in London and one in New York both connect to the same SQL server database based in London. The connection between London Webserver to SQL Server is fast b...more >>

Access 2003 --> SQL 2000
Posted by solutions NO[at]SPAM icukhosting.co.uk at 7/28/2005 12:06:00 PM
I need to migrate an Access Database to SQL Server 2000. The DB is Access 2003. The Database has numerous tables and numerous select queries with parameters included for efficient 'selecting'. Now, I would like to migrate the whole lot to SQL 2000. I have tried the Microsoft upsizing w...more >>

Row handle referred to a deleted row... error message
Posted by iam247 NO[at]SPAM gmail.com at 7/27/2005 4:25:52 AM
Hi I am a relative beginner with SQL and ASP. With some help after previous posts I have a page which successfully requests querystrings from another page and deletes a record from an access table, However, I get the error message: "Row handle referred to a deleted row or a row marked for d...more >>

SGL Select Syntax help
Posted by iam247 NO[at]SPAM gmail.com at 7/26/2005 5:20:18 PM
Hi I am a relative beginner with ASP and very weak on syntax, basically I find something that works and modify it - but I have 1 SQL statement which I cannot get to work. I am using asp3.0 and VB Script I have a querystring from another page with the url http://localhost/gc6/www/LeaveGro...more >>

field
Posted by Joe at 7/26/2005 2:57:01 PM
Hi, I have a “Yes/No” data field in MS Access database that I am trying to update. Here is my update statement, strSQL = "UPDATE dndusers SET Active = Yes WHERE E_Mail='" & Request.QueryString("email") & "' AND Activation_Code = " & fRandomPassword & ";" I get an error message sayin...more >>

Return the whole field length
Posted by polilop at 7/26/2005 12:00:00 AM
I have an asp script that gets recordss from an access database. .The fields in the database have a specific length. I need to write the recordsets into a txt file but if i have a field in the db that is 15 char. long but there are only 5 char. written into the db i need to retreve the 5 char...more >>



Delay
Posted by Roland Hall at 7/23/2005 2:21:26 PM
After posting a record to SQL Server, is there ever an issue trying to get the last record posted and it not being there due to an extensive process during the post? What is the best way to handle this, in ASP or SQL? TIA... -- Roland Hall /* This information is distributed in the hope t...more >>

@parameter for Like stored proc in sql server?
Posted by jason NO[at]SPAM catamaranco.com at 7/22/2005 2:26:27 PM
Could someone tell me if this parameter stored query is correct? Its not throwing up errors BUT also not returning any records...unsure if concentation is somehow needed to tie it all together? Are the apostrophe's needed...do i perhaps need '+' symbols? CREATE Procedure spr_GetStoryTitl...more >>

Access question
Posted by polilop at 7/22/2005 12:00:00 AM
Dose a machine that has an asp application that uses access database have to have access installed or just the mdb file?? ...more >>

How to Send Request to IIS Server after the Page Displayed
Posted by Prabhat Nath at 7/22/2005 12:00:00 AM
Hi All, Is that possible that I can send request to IIS Server after a .ASP page is displayed? My Requirement is: Clinet will Fill the Details in one Request Form after the details are filled then the Request Files will be shown to the user as Link in Another page. (Currently before Send...more >>

SMTPsvg.Mailer
Posted by Prabhat Nath at 7/22/2005 12:00:00 AM
Hi All, I know that the SMTPsvg.Mailer component is used to send mails from ASP Page. Can any body tell me where can I get the Component for download or Do I need to purchase the component? Is this Component is better than CDO ? Thanks Prabhat ...more >>

ASP results
Posted by tedssupply at 7/18/2005 3:01:32 PM
I am very new to ASP. What I want to do is, Show results by each month from data sent from a input page. The results page now shows all data from the past year in a table. Is there a way to only show the current month and past month but maybe archive the other months? Maybe something I can add t...more >>

IIS/ASP Locking Source Files
Posted by Brad Baker at 7/15/2005 5:31:15 PM
I've got a Windows 2000 server running IIS to host a small intranet for my company. This week my server died on me and I've spent all day building a new one. Most of the pages use ASP to pull data from FoxPro tables using a DSN connection. When it page loads, it seems to lock the file it is...more >>

dates
Posted by MrBitsy at 7/14/2005 12:48:35 PM
I am building a where condition on an asp page. Here is the code. if IsDate(request.Form("dteStart")) then dteStart=FormatDateTime(request.Form("dteStart"),1) strWhere=strWhere & " PODate >= #" & dteStart & "# AND " Else dteStart=#2001-11-01# end if if IsDate(request.Form("dteEnd")) ...more >>

Randomize Top Five Stories in Descending order
Posted by jason NO[at]SPAM catamaranco.com at 7/13/2005 3:48:28 PM
Could soneone help me extend the following select statement to selet the top five recently published news stories in descending order but RANDOMIZED. I already have the NewID() doing the donkey work but I am having trouble using an ORDER BY after it...is it possible? At the moment it randomize...more >>

Microsoft OLE DB Provider for ODBC Drivers error '80004005'
Posted by johnzur NO[at]SPAM hotmail.com at 7/13/2005 11:31:12 AM
A quick question. I have two access dbf files in the same directory structure. I can access them via ASP separately but when I try to access a table in one which has been linked using the link manager I get kicked out. If I just go into access I can access the linked table. For instance: ...more >>

how to build SQL?
Posted by Zibi at 7/12/2005 8:37:02 AM
Hi, ---- ------------------------------- id | date1 | date2 |user_id|priva| --- ------------------------------- 1 |something |something| 1 | 0 | 2 |something |something| 1 | 1 | 3 |something |something| 2 | 0 | 4 |something |something| 1 | 0 | 5 |some...more >>

Cash Register type functionality
Posted by Shawn F at 7/11/2005 12:53:57 PM
I'm developing an online Payroll/Cash Advance application for a client. = So far, I have a table with the fee structures for both the check cashing = and cash advance. Now I need a "cash register" type table for keeping = track of the transactions going in and out for the cashier. My idea so =...more >>

Getting the last auto number of a record added in MS Access
Posted by fahadoman at 7/11/2005 8:55:02 AM
I have a form where I would like to Getting the last auto of a record added in MS Access in Windows 2000 Server using DNS connect method for connecting to the Database I had tried to use objRS.Fields.Item("company_id").Value objRS("company_id") CStr(objRS("company_id")) It really ...more >>

get images from SQLServer DB and show on webpage
Posted by Martin at 7/11/2005 12:00:00 AM
Hi, I have images saved in a SQL Server DB on a webserver. How can I get them and show them on a webpage? Thanks Martins ...more >>

How do I update each record in a dynamically generated HTML list with a different value?
Posted by marca31 NO[at]SPAM hotmail.com at 7/10/2005 8:56:21 PM
Hello, I am working on a classroom database for a small nonprofit organization and have fun into a dilema. I have an HTML form that allows instructors to select a class from a drop down list and it displays the students enrolled in the class like this: <script language="vbscript"> sub Cla...more >>

ADODB.Connection error '800a0bb9' -- Help!!!!!
Posted by lluum NO[at]SPAM yahoo.com at 7/10/2005 11:02:31 AM
Hi, folks: Thank you in advance for you kind input. My ASP program is supposed to retrieve some information from a remote database and list the retrieved information in a browser. It was working fine the day before yesterday, but the exactly same code suddenly stopped working yesterday - I ...more >>

Missing paramater
Posted by JimS at 7/8/2005 11:07:34 AM
I have a Win 2003 server. I am running an .asp page that works fine on a development server. The production server will not display the proper data. This .asp page calls a SQL stored procedure that is passed a value thru Set cmdStored = Server.CreateObject("ADODB.command") Set param = cmd...more >>

Auto generate Param. Inserts inside sql server?
Posted by jason NO[at]SPAM catamaranco.com at 7/8/2005 9:51:16 AM
This is probably a really naive question, but I need to ask it. Is there a way to automaticallly generate an INSERT statement inside sql server with the associated entry parameters? I have attempted to use query analyzaer to spit out a SQL SCRIPT which seems to partly do the job of creatin...more >>

help with asp/sql convert data to date for comparison
Posted by Kevin McGovern at 7/7/2005 11:18:16 PM
First off thanks in advance for any assistance. This is what I'm trying to do. I have a database with 3 columns, fMonth, fDay, and fYear. I'm trying to create an sql statement with asp/vb to select these values and convert them to a date, and then compare them using 'between' to two other va...more >>

Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection
Posted by Scott Townsend at 7/7/2005 2:43:40 PM
I'm getting the Following Error when trying to use Integrated Authentication from a ASP Web Page to our Production SQL Server. Microsoft OLE DB Provider for ODBC Drivers (0x80040E4D) [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user '(null)'. Reason: Not associated with a ...more >>

Using ASP wants to access Outlook list
Posted by anuragsaxenajpr NO[at]SPAM hotmail.com at 7/7/2005 2:21:14 PM
Hello, I want to access the outlook express or Microsoft Outlook email contant list of client which is opening the site, using ASP 3.0. The requirement is to show the outlook email list on ASP page's list box. If anyone know about this please help me, Thanks in advance Anurag ...more >>

List of Databases
Posted by Rick Langschultz at 7/6/2005 4:50:07 PM
I am writing an Active Server Page application that will get all of the databases that a user can access. Is there a way I can do this with Active Server Pages? I also will provide the users with the option to change records, table structure, etc with this application. I will also be developin...more >>

Adding fields to multiple tables via code
Posted by Steven Burn at 7/6/2005 1:00:39 PM
The short version: I've got 3000+ databases on one of my servers that I am planning on updating (couple new fields etc) and am wondering about the best way of doing this without doing it manually. Unfortunately the server is owned by FastHosts so using my own components is unfortunately, ou...more >>

ADO ASP classic, Output parameters anomally.
Posted by MattSmith at 7/6/2005 8:48:22 AM
First a couple of apologies, Sorry if this message looks over-complicated but I'm uncertain of precisely where things are going wrong... and secondly, if I've double-posted I didn't mean to but I'm using a web-based news client and I'm not sure if it worked when I first clicked submit :( I ...more >>

using adOpenDynamic
Posted by Kevin at 7/5/2005 11:13:02 AM
Hi, I have an Access2000 db, IIS5. In an attempt to get back to basics, I am going thru a beginning ASP databases book by wroX -- and this piece of code is suppose to work according to the book -- and I cannot get it to work -- all I get is a blank page -- no errors: <% strDBPath = Se...more >>

SP Problem , PLZ HELP
Posted by Renjith at 7/4/2005 7:43:01 AM
Im geting an error like this when im executing the stored procedure thru ASP page as Cn.Execute "EXEC ......" Microsoft OLE DB Provider for SQL Server error '80040e14' Line 1: Incorrect syntax near ' '. /cr/NewRpt.asp, line 748 after the error if i copy the executing part ...more >>

Permissions Problems with Server.CreateObject("Access.Application")
Posted by WolfWoman at 7/4/2005 5:49:24 AM
Hi, Having a nightmare with IIS permissions. I have an ASP application reading and updating an ACCESS database successfully. I have authorisation to view the pages when using IUSR_Servername. However whenever I try and use the command Server.CreateObject("Access.Application") I get an e...more >>


DevelopmentNow Blog