Wrox Programmer Forums
|
VB Databases Basics Beginning-level VB coding questions specific to using VB with databases. Issues not specific to database use will be redirected to other forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB Databases Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 7th, 2007, 07:56 AM
Registered User
 
Join Date: May 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to hymavathy_kr
Default Case Sensitive

Hello,

Kindly let me know how do I write a select query in Access so that criteria in where clause is case sensitive.

I tries like this Select * from tablename where description='Paris' . It returned those records also where the value was PARIS i.e. all letters were in upper case. I want that query should return records having a exact match.

Kindly advice.

Thanks



 
Old August 10th, 2007, 06:43 AM
Authorized User
 
Join Date: May 2007
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi
i think this may help u.

u can use "like" key word in query. as such
Select * from tablename where description=%like% PER....







Similar Threads
Thread Thread Starter Forum Replies Last Post
How to check the password field for case-sensitive zubash73 ASP.NET 2.0 Basics 4 November 27th, 2016 02:47 AM
Case sensitive search prabodh_mishra SQL Server 2000 6 June 10th, 2008 04:54 AM
making login case sensitive with mysql database crmpicco MySQL 0 August 18th, 2006 05:48 AM
How to do case sensitive comparison in SQL SERVER leo_vinay Classic ASP Databases 2 January 24th, 2005 01:46 PM
search string either Upper case or lower case rylemer Beginning VB 6 3 March 24th, 2004 04:23 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.