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:
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today!
  #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: 5
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: 5
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: 5
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: 5
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


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

Iron Speed




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway