Thank you guys!!
It is working now. :)
that was my fault.
I wrote the search keyword directly in to sql statement, but not as a variable, so database thought that was a string. :P
the "%" does work in ASP page but not in ACCESS.
the "*" does work in ACCESS but not in ASP...
Hi, harmmeijer
the rs.EOF is true.
and sorry, i am not sure what you mean by MDAC, do you mean the way i connect with database? if so, i am using ODBC.
thanks
I am using ASP and ACCESS.
when i try to use LIKE statement in ACCESS, it doesn't work.
here is an example:
SELECT PlateNumber
FROM SellNumber
WHERE (PlateNumber like 'E457%');
This statement can not return anything.
However, when i use this one:
SELECT PlateNumber
FROM SellNumber
WHERE...
does anybody know how to translate the code below into VBScript.
<script language=JavaScript>
foto1= new Image();
foto1.src=("/test/skinshot.png");
document.write(foto1.height)
</script>
THX!!!!!!!!!!1
Could anybody pleased tell me how can i use VBScript to do the same thing as the following code does
<script language=JavaScript>
foto1= new Image();
foto1.src=("c:\inetpub\wwwroot\test\skinshot.png");
document.write(foto1.height)
</script>
THX!!!!!!!!!!1
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.