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