|
| ||||||||||
| Tags: between, data definition language, data manipulation, jet database engine, microsoft access, sql, sql server |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| How to Use BETWEEN in Microsoft Access SQL?
I am new to this forum. I want some help from you guys. Actually I have done much things in Microsoft Access. I have recently started with SQL. Now I want to use the Between in Microsoft Access SQL. Despite of trying lot of things I am not getting the desired results. I think that I am doing it in a wrong way. So anyone can tell me how to Use Between in Microsoft Access SQL Expecting help sooner from your side. Since this was my first post on this forum, please ignore my mistakes. Thanks in Advance..
__________________ In the end, we will remember not the words of our enemies, but the silence of our friends. -Martin Luther King Jr. |
|
#2
| ||||
| ||||
| Re: How to Use BETWEEN in Microsoft Access SQL?
I think that the Access is the best application for the backend of your projects. Also the Access is more suited for desktop use with a small number of users accessing it simultaneously. Access stores data in its own format based on the Access Jet Database Engine. It can also import or link directly to data stored in other Access databases. And also according to me the SQL Server is a more robust database management system. Using Access is much easier than using the SQL Server. But when the other features come into the existence then the SQL proves better than the Access. |
|
#3
| ||||
| ||||
| Re: How to Use BETWEEN in Microsoft Access SQL?
SQL stands for Structured Query Language which can be said as the language that is used to extract, manipulate, and structure data that resides in a relational database management system. Also I think since you are new to SQL you should know about it before going into the deep discussions or the coding. The type of SQL that is used to manage the database objects that contain data is called as Data Definition Language. On the other hand, the type of SQL that is used to manage the data within the database is called as Data Manipulation Language. |
|
#4
| ||||
| ||||
| Re: How to Use BETWEEN in Microsoft Access SQL?
I am providing you with an example that uses SQL BETWEEN Statements. I hope that you will get the idea of between statement which is used in SQL. Just have a look on it : Code: SELECT * FROM product WHERE product.price between Rs.20 AND Rs.30;
__________________ I do to dead flowers what people at morgues do to dead people. Suck all the moisture out, dip them in plastic, paint them up pretty and put them in a nice frame. |
|
#5
| ||||
| ||||
| Re: How to Use BETWEEN in Microsoft Access SQL?
You can use the following steps for using the Between in Microsoft Access SQL :
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to Use BETWEEN in Microsoft Access SQL?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Connectivity between the vb8 and microsoft access | Ekaparana | Software Development | 3 | 06-09-2010 10:18 PM |
| Microsoft Access Vs. SQL Server | N I C K | Software Development | 4 | 04-02-2010 05:07 AM |
| How to Use NULL in Microsoft Access? | Soumen | Software Development | 4 | 04-02-2010 04:17 AM |
| VB working in Microsoft Access | Uzair | Software Development | 5 | 31-01-2010 12:48 AM |
| FileMaker Vs Microsoft Access | jean-paul martell | Windows Software | 3 | 30-11-2009 01:13 PM |