Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old September 21st, 2004, 11:46 AM
paulevs paulevs is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 24 paulevs User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Angry Still need help with the SQL Like statement

I'm still experiencing problems trying to get my SQL statement to run properly. I appreciate all the replies, but I still can't get it to filter data.
I have tried this piece of SQL which works fine.
sql = "Select * from equipment where equipment_no like 'D% "
which as you all know will filter all records starting with the letter D. But what is the correct syntax for placing a variable name or a text box in place of the letter D. Please help, as I'm pulling my hair out.. It must be so simple or maybe I'm so simple.
Please help..
If I can't get this database to work, I'm considering pottery instead.

Reply With Quote
  #2  
Old September 21st, 2004, 03:06 PM
Kristin Kristin is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 56 Kristin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
if you want to use a variable, it is LIKE?

then, use your text box as your variable. if you want to use the wildcard just type whatever you want, like D% in the text box.

hope this helps..
k

Reply With Quote
  #3  
Old September 21st, 2004, 03:57 PM
paulevs paulevs is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 24 paulevs User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
i'm not sure what you mean.. are you able to give me an example line of sql code that will show me how i can filter data in a database table. What I have is a simple database with one form with a flexgrid and a text box and a button it is that simple..., all i want to do is allow the user to type any string value in the text box and it will filter the field in the table.
I have tried:
sql = "Select * from equipment where equipment_no like '% " & txtfind & " % " but it doesn't work.
and
sql = "Select * from equipment where equipment_no like '% " & txtfind & " %'"
but this doesn't work.
if you can help, I would very very happy.

Reply With Quote
  #4  
Old September 21st, 2004, 04:13 PM
Kristin Kristin is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 56 Kristin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
try this:

sql = "Select * from equipment where equipment_no like " % " & txtfind & " % "

Reply With Quote
  #5  
Old September 21st, 2004, 04:13 PM
Kristin Kristin is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 56 Kristin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
oops!

sql = Select * from equipment where equipment_no like '% " & txtfind & " % "

Reply With Quote
  #6  
Old September 21st, 2004, 04:16 PM
Kristin Kristin is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 56 Kristin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
OR...this is how I like to do it, less code


create a command in your DataEnvironment. Use SQL Builder to create your query and use LIKE? for your variable in criteria.

then call your command from your form.

like this:

DataEnvironment1.YourCommand txtfind & " % "

Reply With Quote
  #7  
Old September 21st, 2004, 04:31 PM
paulevs paulevs is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 24 paulevs User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
i will give it a go..many thanks for your help..much appreciated.

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingVisual Basic Programming > Still need help with the SQL Like statement


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump





 Free IT White Papers!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 1 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek