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 > january 2007

IIS on Vista
Posted by Tony Sinclair at 1/31/2007 7:21:10 PM
I'm looking, but I'm not finding. What versions of Vista will include IIS? ...more >>


ASP on local network?
Posted by J at 1/30/2007 1:27:07 PM
Hello. Sorry if this doesn't sound like much sense but is it possible to run .asp pages on a local internal network server (not the development \localhost\ address and not on the public internet)? I have a bunch of .asp pages and was wondering if it was possible to make use of all of the wri...more >>

Problem passing empty form fields to access parameter query
Posted by bjornkamlin NO[at]SPAM googlemail.com at 1/29/2007 12:39:22 PM
I have seen a lot of good discussions concerning parameter queries in Access2000 and how to pass parameters from forms in ASP. I have tried many of the solutions but I can't get my application to work. I hope that someone can straight out my problems below. I have the following query in Ac...more >>

ASP.Net - Displaying DB Records
Posted by MDW at 1/27/2007 8:29:05 AM
I'm a classic ASP programmer trying to transition to ASP.Net. I need some guidance on how to display data from my database on an ASP.Net page. All the tutorials I've found seem to be centered on using Visual Studio...I'm just using good old fashioned Notepad. Can someone tell me how to (or...more >>

Displaying questions grouped into categories and subcategories
Posted by Drew at 1/23/2007 4:52:51 PM
I am trying to build a "checklist", where a user can navigate to an ASP page on the intranet which shows a list of "questions" that the user can check off. I am trying to figure out how to do this so that it is scalable, but I am having difficulty getting it outputted to the page. Here are m...more >>

Accessing SQL server db through the Internet...
Posted by Atlas at 1/22/2007 7:10:06 PM
Hi there I'm wondering if it does make any sense to access data from a MS SQL Server 2000 over the Internet. ASP pages hosted by my ISP must load from db article abstracts (10 per page) but the DB is located elsewhere, so the ASP code must acces remotely the db. 1) Is it possible? 2) Do...more >>

ASP - MS Access to CSV file
Posted by getzjd NO[at]SPAM yahoo.com at 1/19/2007 1:24:15 PM
I am looking for a way to create an ASP or php page that will allow me to develop a webpage for a user in the plant that allows a user to execute a button such as "Export CSV" which will then, in turn, export the contents of an access database to a file ON the webserver. Everything i found b...more >>

I'm phuxored (complete ASP n00b) - Multiple checkboxes on a form?
Posted by ManningFan at 1/19/2007 10:32:48 AM
I apologize for being a total n00b here, I'm pretty good with Access so I understand some of the theory but I know little to nothing about ASP. I want to create a form. On the form will be a question, something like, "Which cars are your favorites?" I want to put several checkboxes on the f...more >>



Too few parameters. Expected 1.
Posted by bobojones at 1/18/2007 2:34:10 PM
I am getting the following error in my code "Too few parameters. Expected 1." I am getting it on the following line set rs = conn.Execute(SQLStatement) When I put in response.write (SQLstatement) I get SELECT * FROM QPR WHERE Status= Closed If I change it to set rs = conn.Execute("SELECT *...more >>

asp/sql looping problem
Posted by bbinto at 1/17/2007 8:13:10 AM
i am new to asp/sql and of course, i have some problems with it. please let me explain: i have a problem with a sql result and its output in asp my sql result table looks like this city date payment total ================================================ city1 1/1/2007 Visa 123.32 cit...more >>

VERY strange issue with SQL 2000 + ADO Command object
Posted by George Shawn at 1/16/2007 6:17:36 PM
Hi, I am running into an extremely frustrating problem and after hours of troubleshooting have not made any progress. When I try to use the ADO Command object to update a table, I receive the following error message: Microsoft OLE DB Provider for ODBC Drivers error '80040e10' No value giv...more >>

Error occurs
Posted by rkantsingh80 NO[at]SPAM gmail.com at 1/15/2007 12:39:40 AM
Login failed for user SA. Reason not associated with trusted sql server connection. --- Posted via DotNetSlackers.com...more >>

comma as decimal point?
Posted by Kim at 1/12/2007 3:31:50 PM
I need to be able to write numbers to an Access database using comma as decimal point like 22,5 (using the comma-sign). This won't work, if I use 22,5 it gets rounded up to 23, id I use 22.5 (which i can't anyway for other reasons) nothing gets stored at all. ? ...more >>

ASP LIKE query using parameterized query
Posted by Roland Hall at 1/11/2007 6:04:07 PM
In Access you use "*" + [passed variable] + "*", + can be replaced with & Calling a parameterized query in Access requires % be used in place of *, however, all that I have read show dynamic SQL passed to Access: WHERE [some column] LIKE '" & ASPvar & "' % ORDER BY ... However, my call is s...more >>

asp communicate to a db without an html form?
Posted by J at 1/10/2007 3:14:20 PM
Hello. I just had a quick question and was wondering if it's possible for an asp page with some html input fields and other html controls be able to insert data into a db without having an html form coded into it? Someone gave me a bunch of asp files with input fields and controls but seems ...more >>

ASP inconsistent errors, errors changing after run with no debugging done
Posted by Enrique Rojas at 1/7/2007 6:33:36 AM
Hello, I have an ASP application that generates a word documement with values taken for a database. It worked perfectly fine on my test server. I put it on my production server and only changed the DSN to the live database. Ever since doing that when I run the application it works strange. ...more >>

Problem with ASP/Access DB
Posted by AfterLife at 1/6/2007 2:43:56 PM
Hi, I'm using the following SQL Statementbut i won't work. I allready tried different types of date (YY/MM/DD and others). The "date" Filed is formatted as Time/Date Field in Access. SELECT * FROM <tabelle> WHERE date > '31.12.2006' ORDER BY Datum DESC Anyone got an idea what might be the...more >>

File upload problem
Posted by PW at 1/5/2007 8:01:55 PM
I'm writing a small system to allow users to upload documents to my server. I'm using Persist AspUpload for this. I have 2 ASP files. In the first ASP file I prompt the user for a file description and a filename, like this ... <FORM METHOD="POST" ACTION="sl_upload2.asp" ENCTYPE="multipa...more >>

Blogging app
Posted by John at 1/5/2007 7:58:19 PM
Hi Can anyone recommend a good asp/asp.net blogging app that I can install on my own server? Thanks Regards ...more >>

passing variable in from 1 asp file to another
Posted by LetMeDoIt at 1/4/2007 7:50:36 PM
Greetings, there are tons of examples of how to pass a variable from one asp file to another in this group, and yet I cannot seem to get that right. Seems that the variable that I'm passing is always blank in the destination file. Any help is greatly appreciated. Here's my logic: In file Se...more >>

Invalid class string error
Posted by dw at 1/4/2007 4:06:40 PM
Hi. We're getting this error from an ASP app on an XP Pro system, Server object, ASP 0177 (0x800401F3) Invalid class string /working_dbase/mathlab.asp, line 158 It's blowing up on the line where we instantiate an ADODB object (please see below). The code runs fine on various other machines...more >>

inserting null into DB
Posted by talk2raj55 NO[at]SPAM gmail.com at 1/3/2007 4:02:58 AM
hi I am encountering a problem as follows: I have a text box called fax no on the form, its stored into the dbase as numeric data field now the problem is that i can't insert a null value into the numeric field, (that is in the absence of fax no) What can i do in such a case??? I need to ...more >>


DevelopmentNow Blog