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
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
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
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"...
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 & "...
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...
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...
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
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...
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...
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...
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.