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 SkipVought 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: *

  1. dhar2611

    Weather on my site

    hi guys, I would like to add a weather report on my website. Can u please suggest a website where I can get this feature. Cheers Dave www.ezyguide.com.au
  2. dhar2611

    Chart Question

    I am using sql server 2000. Where can I get more information on it.
  3. dhar2611

    Chart Question

    Hi Guys, Just a quick question? In my work they're asking to use charts to produce reports etc. But I have no clue where to start. Any help would be appreciated. Thanks Dave
  4. dhar2611

    SSL help

    Hi Guys, I am new to this section. Can you please give me a step by step guide on How to use SSL with ASP? Help would greatly appreciated. Thanks Dave
  5. dhar2611

    SQL Server Where Operator

    Thanks for all the information.
  6. dhar2611

    SQL Server Where Operator

    Also another question. If I use "group by" will it be a problem.
  7. dhar2611

    SQL Server Where Operator

    I just copied your code and pasted on the MS Access query and it gives an error "Missing Operator". Does this mean it works only on the sql server and asp scripts. Thanks for all the information. Many Thanks Dave
  8. dhar2611

    SQL Server Where Operator

    I have modified a bit of the SQL. I am trying to retreive all the business type from the system. When they enter the keyword I search for those records and display on the screen. I have to group them and display on the screen. sql = "SELECT BusinessType as Type" sql = sql & " FROM tblBusiness"...
  9. dhar2611

    SQL Server Where Operator

    Here is my sql statement on my asp page sql = "SELECT BusinessType as Type" sql = sql & " FROM tblBusiness" sql = sql & " WHERE tblBusiness.BVerify = 1" sql = sql & " AND tblBusiness.BDisabled = 0" sql = sql & " AND tblBusSubType.BActive = 1" sql = sql & " GROUP BY SubTypeID" sql = sql & "...
  10. dhar2611

    SQL Server Where Operator

    Currently I am running the code on a asp page. Is there anyway I can apply this code in my page. Dave
  11. dhar2611

    SQL Server Where Operator

    So I should try this on the sql server as a procedure. Can this be tried as vba or asp code. B'coz it keeps giving error. Thanks Dave
  12. dhar2611

    SQL Server Where Operator

    Hi vongrunt, I read your code select blah blah, case when <col> like '%computer service%' then 2 when <col> like '%computer%' and <col> like '%service%' then 1 else 0 end as relevancy from myTable where <col> like '%computer%' OR <col> like '%service%' order by...
  13. dhar2611

    SQL Server Where Operator

    I got a idiotic question. in ASP I am doing a key word search using sql statement. For example: search for "computer".... results is fine. It gets only the records with the keyword like "%computer%" search for "computer service"..... results comes out but not the way I want. my sql...
  14. dhar2611

    ASPSimpleUpload help

    Hi Guys, I just found out my web host company uses only ASPSimpleUpload component. I cant find any help for this. Can any guide me. I got a simple example to upload file. But I need more help with finding the file size and file type etc. Can anyone help. Thanks. Dave
  15. dhar2611

    Transfer tables from SQL Server to MS Access

    I dont want to link table. B'coz it would slow the website and reduce the bandwidth.
  16. dhar2611

    New to this forum

    Hi Guys, I am new to this forum. Your help will be much appreciated. Help me out on this... What I want achieve? I want to transfer the information from sql server to an MS Access database. I want to run this job every night. Just transfer the information into the MS Access DB. I dont know...
  17. dhar2611

    Importing sql server table to MS Access Version: 2000

    Hi Guys, How is everythig going??? I am stuck over here and your help is very much needed. I am using the code below to connect to the sql server and import the tables. Its working fine. But the problem is it pops up with a window and ask me "to select a database". Is there anyway I can...
  18. dhar2611

    Transfer tables from SQL Server to MS Access

    Hi Guys, How is everythig going??? I am stuck over here and your help is very much needed. I am using the code below to connect to the sql server and import the tables. Its working fine. But the problem is it pops up with a window and ask me "to select a database". Is there anyway I can...
  19. dhar2611

    Connection question

    No worries. Thanks for the information. I'll go back and change my code. Thanks buddy. Great help....

Part and Inventory Search

Back
Top