I am receiving the following error
Microsoft VBScript runtime error '800a0411'
Name redefined 'adOpenForwardOnly'
/adovbs.inc, line 14
does anyone know how to fix this?
i only have 2 days left with my internship and don't know what to do.
HELP!!!!!!!!!!!
hi guys me again
i am just not getting why this stuff isn't working. i took all your guys' advice and put it together and i should have something that is actually working, but now i am getting this error:
Microsoft VBScript runtime error '800a000d'
Type mismatch:'[string:"CP-051499"]'...
i am making a page where i need to have a box that people can check. i don't know how to do this. if anyone can helpme that would be wonderful and greatly appreciated. the box needs to have a true value if checked and a false value if unchecked.
thanks again
dana
i am receiving the following error and have looked many places on how to fix this. i have found nothing. could any of you help me out here
here is the code for my asp page:<%
Option Explicit
Dim strConnect
%>
<html>
<head>
<meta http-equiv="Content-Type"...
i have created some asp pages. when i go to look at them or run them i recieve a downloading screen. i don't want to download it just look at it. what do i have to do to stop receiving this window?
thanks
dana
I am adding a record to my sql database, in one field, bit field, there is not an entry for it so it needs to be null, well it won't let me add it because bit can't go null, what do i need to do?
i went into properties of the table and tried checking all null but it won't let me, how do i do...
i am using my select statement to find my prop number in my data base, it won't let me call it prop number in my select statement but that is the name of the column, how do i call it or how do i fix it so i can call it propnumber?
thanks
dana
i am currently working in an access database, yesterday i imported my access to sql. i can not import my data but only my tables because there is a line error at 7751. i do not understand, can anyone help?
thank dana
okay i have imported 3 tables from access to sql. all my tables converted but the data from one of the tables that i am working from did not. it says that there is an error at desination for row number 7751. what does this mean and how do i fix it?
thanks for all your help
dana
Private Sub EmpName_onblur()
If Trim(EmpName.Value) = " " Then
ErrorMsg.innerText = "Employee Name Required!"
Else
ErrorMsg.innerText = " "
End If
End Sub
I am creating a simple DHTML page. I keep getting a runtime error when i run the...
Private Sub EmpName_onblur()
If Trim(EmpName.Value) = " " Then
ErrorMsg.innerText = "Employee Name Required!"
Else
ErrorMsg.innerText = " "
End If
End Sub
I am creating a simple DHTML page. I keep getting a runtime error when i run the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.