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 2006

Tables To CSV, ASP
Posted by nvanhaaster NO[at]SPAM caitele.com at 1/30/2006 3:14:08 PM
Ok, Here is my problem which is plaguing me, to a point where I don't know where to start. My boss wants data pulled from a page that contains a HTML table with values in that table, he wants the table to opened, and parsed then stored into an access database for our own use. Now the data is ...more >>

Odd ADO.Resultset Buffer Problem?
Posted by Sean H. at 1/30/2006 2:19:24 PM
I am working with code I did not write for a web app that used to run on an Access database. Due to performance problems I'm trying to move the app to a different server running SQL Server 2000 SP4 and IIS 6 running on Server 2003 with MDAC 2.8 SP2. On the new server, one of the queries is fai...more >>

Form post not passing data to ASP???
Posted by MK at 1/29/2006 7:01:34 AM
I have IIS server installed on XP-pro. I also have Norton Internet Security installed. I can run simple ASP programs without any problem. But when I use forms with post method and call an asp in action, it does not pass any data to ASP. Request.Form method on a form field does not return an...more >>

Access DB ASP connection problems
Posted by Georges Erhard at 1/28/2006 3:34:27 AM
Hey all Sorry, you'll have to excuse my newbieness. I'm developing a simple web app in DRW to display some products stored in an Access DB. The web site seems to work fine, but I keep getting this error: Provider error '80004005' Unspecified error /giftything/product_pages/productdetai...more >>

how to prevent inputting quotation mark (') in a form?
Posted by Kevin at 1/25/2006 1:59:39 PM
Hi, I made a form where visitors can introduce data. I use this: strsql="INSERT INTO mytable (field1,field2 ...) values('" & lol & "',#" & dat & ...)" My problem is that when someone introduces a quotation mark, i get a error and the insert fails (e.g. nam'e). How can i prevent that? Co...more >>

SQL Injection solution:( ?
Posted by dotnettester at 1/25/2006 11:12:03 AM
Hi, RE: SQL2K, ASP -------------------- I am trying to secure a data entry page and want to avoid any sql injections. Is there a way I can use Command.Parameters with a query (instead of a storedproc). Any solution? Thnx...more >>

problem with write cookie
Posted by top at 1/25/2006 12:00:00 AM
when i try to write cookie on ASP page with the line like this <% Response.Cookie ("username")="test1" %> i get the message: object doesn't support this property ormethod: 'cookie' i use windows 2000 server any suggestion? thank you ...more >>

collect iframe data to insert into db
Posted by ugesh at 1/23/2006 10:02:36 PM
Hi I have created my Rich Text Editor, and it all works fine. However I have come accross a problem when trying to insert the data into a database. I have put the iframe into a form and am using the normal request("ifame id")to try to collect the data. however it does not seem to want ...more >>



Connection to Oracle DB via ODBC
Posted by John at 1/23/2006 7:30:03 PM
Hi, I have a problem and do not know how to connect an ASP page to an Oracle database via ODBC. How can I do that? Thanks for your help. Rgs, John...more >>

CANNOT start WORLD WIDE WEB service ERROR 87
Posted by ritesh4uall NO[at]SPAM gmail.com at 1/21/2006 1:21:43 PM
HI guys, I am ASP dveloper i had IIS installed on my comp for quite some time, but did not use it for few months and now when i try to start the service i get CANNOT start WORLD WIDE WEB service ERROR 87 : Incorrect parameter I have reinstalled IIS , checked the related files, MY OS is wi...more >>

reply
Posted by Rajjak at 1/21/2006 11:42:48 AM
tahnks ...more >>

displaying a only part of a field along with other fields of a recordset
Posted by shripaldalal at 1/21/2006 8:52:38 AM
hi all, i have the following fields.... Document_Name, Document_No, Document_Date, Order_No, Order_Date, Peripheral The first 5 you can understand, peripheral is a memo field which contains all less important (but important!) details like Address1, Address2, Place_Of_Delivery in a ...more >>

newbie select last item entered to a DB question
Posted by Paul Malbon at 1/20/2006 9:46:21 AM
Hi all, Newbie post here so apologies in advance.... I have a 'Call log' form that enters details of a job into an access database (works a treat) and then redirects to a page that will enable you to print those details onto a call sheet. In the database, the first field is an ID field w...more >>

ASP to SQL Server via Windows authentication
Posted by curious_Lee at 1/19/2006 4:38:40 PM
Hi. We've got a classic ASP app that needs to connect to a SQL Server 2000 db via Windows (domain) authentication. How is this done? I've found articles on ASP.NET but not ASP. Some code examples can really help (what the connection string should be, etc.) Help please :) ...more >>

Accessing MS Access DB in different site
Posted by Edward Low at 1/19/2006 11:06:05 AM
Hi All, I had been assigned a task to develop a program which require to access MS Access data in multiple sites from our headquater. Few questions, 1. Can we access the Access DB by using IP without mapping to the remote directory? (There is a fix connection within this 2 sites. "Private...more >>

Stored procedure problem update - help needed
Posted by ROBinBRAMPTON at 1/19/2006 10:58:17 AM
Hello everyone, I'm using the following procedure to do two functions. 1) Extract all zip codes from a database of American zip codes, which falls within a 15 miles radius from a predefined zip code (variable @zipcode) Then... 2) Compare the results to a zip code column in a customers tabl...more >>

quick database design assistance needed (access db)
Posted by josephweiss NO[at]SPAM gmail.com at 1/19/2006 10:41:52 AM
greetings all... I know this is more of a db question, but I'm hoping that my fellow asp folk will take pitty on me and help me out. If someone could provide me with some insight as to how I should break up and normailze these tables I'd be most appreciative. I am struggling with putting my ow...more >>

MS ACCESS, ASP HELP
Posted by Gavin Hall at 1/19/2006 10:39:28 AM
Hi, I am a Business student in my last year and for my final year project I am trying to build an online booking appointment system for a beauty shop I am using dream-weaver MX, ASP (VBScript), and an Access database. I have a limited knowledge of any programming aspects on my ap...more >>

Accessing MS Access DB in different site
Posted by Bob Barrows [MVP] at 1/19/2006 6:09:59 AM
Bumping to mitigate effects of OP's incorrectly set system clock. -- Microsoft MVP - ASP/ASP.NET Please reply to the newsgroup. This email account is my spam trap so I don't check it very often. If you must reply off-line, then remove the "NO SPAM" ...more >>

bad SP, or calling a stored procedure problem
Posted by rkirkwood NO[at]SPAM sympatico.ca at 1/18/2006 11:24:49 AM
Hi Everyone, Can any one spot the error is this procedure, or the ASP code to call it below. The procedure consists of two parts. 1) Seach function to extract all zipcodes from a zip code database, which fall within a 15 miles radius from a predefined zip code (variable @zipcode) 2) Th...more >>

Newbie: simple asp form to access db, connection bombing
Posted by Scott Gordo at 1/18/2006 11:19:40 AM
Thanks in advance. I have the feeling I've made a small rookie oversight either in Access or with my asp page and need some troubleshooting. First, here's the firefox error page I'm getting: Press Release Output Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Mic...more >>

'IF' question
Posted by Paul Malbon at 1/16/2006 1:36:22 PM
Hi, I'm a low level coder, so please bear with me. I have a table in a database with a field called 'company' I want to display the value of that field in my application when there is a value in the database, and display 'N/A' in the app when there is no value. The code I have is as foll...more >>

Form to Update Two Database Tables with One-To-Many Relationship
Posted by Tony Scarola at 1/16/2006 10:25:34 AM
Hello everyone. I apologize for this newbie question but after searching the 'net I am at a loss. I also posted this request to microsoft.public.frontpage.programming and hope this is okay. I have a database with two tables. The first, table 1, is for the user information and the second, ta...more >>

Extract Excel cell value into ASP form field
Posted by craig.johnson NO[at]SPAM westleigh.co.uk at 1/16/2006 4:09:26 AM
Hi Can anyone please assist with this. Is there any way that I can extract a specific cell value from an uploaded XLS sheet into an ASP form field? eg MyXLS.xls - Sheet1 - cell A3 -----> MyFormField Thanks C. ...more >>

connection
Posted by Souris at 1/15/2006 1:57:02 PM
Does ASP take care of multi user log in? For example, The first user hit login page and enter user name and password. ASP engine sends data to first user. What happens if second user online. Does ASP ask second user to login again. ASP should send out different data to second user. I mea...more >>

create event
Posted by Souris at 1/15/2006 2:03:02 AM
Is it possible to creat event using ASP. For example, I need to do something when user click dropdown box. I need an event for the dropdown box on click. If yes, can you pleasee give a simple example code. Your information is great appreciated,...more >>

excute store procedure
Posted by Souris at 1/14/2006 8:33:02 PM
Does ASP supoort SQL server store procedures? Should I just have Excute MyStoreProc @MyParam1, @MyPram2 in the command text? Thanks millions,...more >>

bound control
Posted by Souris at 1/14/2006 8:27:02 PM
Hi, I would like to have bound control to display. For example, to have a text box to have customer number and a drop down box for customer type look up customer type table. Can you please give me one example for this kind task? Thanks milions, ...more >>

send mail
Posted by Souris at 1/14/2006 8:21:02 PM
<% Set myMail=CreateObject("CDO.Message") myMail.Subject="Sending email with CDO" myMail.From="mymail@mydomain.com" myMail.To="someone@somedomain.com" myMail.TextBody="This is a message." myMail.Send set myMail=nothing %> I use above code to send mail, but I got Error Type: CDO.Message....more >>

Access To Access
Posted by Paul W Smith at 1/14/2006 1:47:43 PM
I hope this is the right forum for this question. Until a couple of days ago, when I was developing on my local host I was able to test my asp pages with the access database, which they query, open. Now I am getting a error: "Microsoft JET Database Engine (0x80004005) Could not use ''; fi...more >>

trusted connection
Posted by Souris at 1/14/2006 12:47:18 PM
I have a connect string like following: sConnString = "Provider=SQLOLEDB.1;User ID=sa;password=mypassword;Initial Catalog=MyDatabase;Data Source =MyServer;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096" I got error connection. I think I have trusted connection to SQL ser...more >>

Connect SQL server issue
Posted by Souris at 1/14/2006 12:30:02 PM
I wnated to write a connection to my SQL server, but I got fail. The folowing is my code. Can you please tell me where I am wrong? <% set conn = Server.CreateObject("ADODB.Connection") set cmd = Server.CreateObject("ADODB.Command") sConnString = "Provider=SQLOLEDB.1;User ID...more >>

Images inline with blog contents - HOW??
Posted by Neo Geshel at 1/13/2006 7:31:43 PM
I am seeking to hand-roll my own blog in ASP.NET 2.0 and SQLExpress=20 2005. Why? Because I can. Because I will gain experience. The one thing that has me stumped at square one is inline images. That=20 is, images inline with the actual content of the blog itself. Is there=20 an example that I...more >>

Can't write to recordset
Posted by Jim Bunton at 1/13/2006 11:48:24 AM
<%=20 @ LANGUAGE=3D"VBSCRIPT"=20 %> <%=20 Option explicit response.expires =3D 0 %> <!-- #include file=3D"adovbs.inc" --> <!-- #include file=3D"MyInclude.asp" --> <% 'Data MUST be validated first Dim cnGoodsInStock , rsCompanies, rsSuppliers Dim Cn, sql, Rs Set cnGoodsInStock =3...more >>

SQL Query: My brain hurts
Posted by Byron at 1/13/2006 10:11:06 AM
Hi, I need to run a complex (for me!) query on one table and am getting nowhere. It's for a menu/submenu system. I have three tables involved: Content, Categories, and Content-Category Links (CCLinks). The "CCLinks" table groups Content and Categories by pairing their IDs and assigning a...more >>

Server.ScriptTimeout
Posted by IMRAN SAROIA at 1/12/2006 10:17:05 AM
I want to make Server.ScriptTimeout to infinity and tried to set to 0 but it does not work. Can you please give more ideas? Thanks Yuba, CA ...more >>

Stored procedure timeout
Posted by Ró¿añski at 1/11/2006 11:47:04 AM
I have a stored procedure that is called from an ASP page and it takes about 3 minutes to execute. When I run it from QA it takes about 4 seconds. Simple SQL Select works fine the problem is only with stored procedures. Server is runnig W2003 and SQL2000 I've also installed SQL locally on Wi...more >>

inserting quotes
Posted by Gonzosez at 1/11/2006 8:28:43 AM
I am inserting data into an access database. The problem is that quotes in the field terminiate the string. If the input value is 24" plug all I get in the database is 24 How can I fix this? ...more >>

MSDE & ASP
Posted by Joe at 1/11/2006 3:07:42 AM
I got an web and its control panel. In that i got 3 ODBC Connection fro MS Acess and another is MSDE but i don't how configure and program it. In MSDE i got DATABASE NAME and another ADMIN USER can any one tell me how to use MSDE for my web page i don't have any idea how to use this MSDE. ...more >>

Tutorial on Self-Joins?
Posted by Byron at 1/10/2006 11:13:19 AM
Hi, Could someone please point me to a very remedial tutorial on self-joins (and maybe the other types of join statements)? I understand the basic concepts -- I've done lots of simple SQL queries and a few inner joins -- but still need something written in the most accessible way possibl...more >>

validate form
Posted by kos at 1/4/2006 6:16:27 PM
I have to validate a form witch is like this. It works well exept for = whats in bold. It should then connect thru a recordsett and check = another table in the database for a simular number. This it will not do. = Nothing seems to happend. I must have done somthing wrong so i hove ther = is som...more >>


DevelopmentNow Blog