Viewing 10 posts - 1 through 11 (of 11 total)
yes
i guess that all my db is messed-up
posting or aproving does not work
i don't know what happened with it...
February 14, 2007 at 1:16 pm
after executing query got:
'rsLogin' is not a recognized function name.
not experienced with asp
February 14, 2007 at 11:12 am
after running query got:
'rsLogin' is not a recognized function name.
no experience with .asp
February 14, 2007 at 11:10 am
I'm lost
I lost my DB guy and I'm with ZERO knowledge with DB.
I appreciate you trying to help but i guess i can't get it.
Would you like to take a...
February 14, 2007 at 10:40 am
fixed partialy with your string
now gettinge another type of error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'tnull'
/index.asp, line 238
If tnull(rsLogin("UserType")) = "user" OR tnull(rsLogin("UserType")) = "cust" Then %>
here...
February 14, 2007 at 9:53 am
I did
now not displaying the page at all
just getting error:
Microsoft VBScript compilation error '800a03f9'
Expected 'Then'
/index.asp, line 238
If tnull(rsLogin("UserType")) = "user" OR tnull(rsLogin("UserType")) = "cust"
February 14, 2007 at 9:46 am
Unable to find a fix
still getting error:
error '80020009'
Exception occurred.
/index.asp, line 230
If rsLogin("UserType") = "user" OR rsLogin("UserType") = "cust" Then %>
February 14, 2007 at 7:59 am
<%
SQLQuery2 = "SELECT * FROM ProductClass"
(HERE IS THE LINE 85)Set rsClassList = conn2.Execute(SQLQuery2)
Do While Not rsClassList.EOF
Response.Write (" " & rsClassList("Class") & "
")
rsClassList.MoveNext
Loop
rsClassList.Close
Set rsClassList = Nothing
SQLQuery2 =...
February 6, 2007 at 9:16 am
not running any application.
just trying to open the web pages.
all pages are with the same error
http://www.amcan-impex.com/www/
this is the temp site i'm trying to change with the current one.
February 6, 2007 at 8:17 am
no.
the backup is the same as original one.
February 6, 2007 at 8:14 am
Viewing 10 posts - 1 through 11 (of 11 total)