Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cklzw
  • Order by date
  1. cklzw

    Nothing from 'LIKE' statement

    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...
  2. cklzw

    Nothing from 'LIKE' statement

    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
  3. cklzw

    Nothing from 'LIKE' statement

    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...
  4. cklzw

    Images size in VBScript, help please

    does anybody know how to translate the code below into VBScript. <script language=JavaScript> foto1= new Image(); foto1.src=(&quot;/test/skinshot.png&quot;); document.write(foto1.height) </script> THX!!!!!!!!!!1
  5. cklzw

    Could anybody pleased tell me how c

    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=(&quot;c:\inetpub\wwwroot\test\skinshot.png&quot;); document.write(foto1.height) </script> THX!!!!!!!!!!1
  6. cklzw

    reload a window

    I am using VBScript. I open a new window by using window.open(). How can I reload the old window when I close the new window?

Part and Inventory Search

Back
Top