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.