Groups | Blog | Home


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 general > february 2004 > threads for saturday february 21

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29

looping problem
Posted by shank at 2/21/2004 5:08:09 PM
I am getting the following error on the below code. Expected end of statement Next i -----^ How do I fix that? thanks! <% Dim DataConn2 Dim i Set DataConn2 = Server.CreateObject("ADODB.Connection") DataConn2.Open MM_kasKSS_STRING For i = 0 To rsOrderDetails.ListCount -1 Step 1 SQL ...more >>


like statement
Posted by Savas Ates at 2/21/2004 4:04:03 PM
the error unknown line 31----------->rs55.movenext what is the my fault? <%@LANGUAGE="VBSCRIPT" CODEPAGE="1254"%> <% Const adUseClient = 3 Set baglantimiz = CreateObject("ADODB.Connection") 'Set rs55 = CreateObject("ADODB.Recordset") With baglantimiz .Provider = "Microsoft.Jet.OL...more >>

Please repost answer
Posted by Joe at 2/21/2004 1:42:11 PM
Please repost answer message did not make it last time Hello, Joe here, wanted to get the 411 on this article. I posted in the FrontPage forum but there is never an answer. So I have come here, where all my IIS problems have been solved (Thank YOU!!) I want to create a small utility web...more >>

insert multiple records
Posted by shank at 2/21/2004 12:08:46 PM
I have a recordset that contains multiple records of product a user is purchasing. For clarity, I converted the recordset fields to variables. I need to take that entire recordset and insert it into another table on a remote server. The below code only inserts 1 record. How do I change the code ...more >>

Help: Redirct error: headers already written
Posted by sdeyoreo NO[at]SPAM hotmail.com at 2/21/2004 11:43:53 AM
I'm getting an error:" http headers already written", when I redirect back the page I came from. I writing an on-line store app. The page 1 lists products, desc, price in a table. Click on a product, it adds it to an XML shopping bag and , thru a link, jumps to page2 that prints everyhing in th...more >>

Retriving Image Attributes Dynamically..
Posted by Dhanraj K.S at 2/21/2004 11:07:53 AM
Hi, I am writing WYSIWYG editior using javascript and asp.. i need a good solution for image placement, right now i am having one.. but is there is any way to retrive the attributes of the images (height, width) of the image while uploading itself.. I am using Binary read for saving the ima...more >>



DevelopmentNow Blog