![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi. I am trying to write a simple query that lets a user type in a value and have only the records that match that value show up. In MS Access this is easily done. SELECT [ORDERS].ORDER_NO, [ORDERS].ORDER_DATE FROM [ORDERS] WHERE ((([ORDERS].ORDER_DATE)=[Enter a Date])); Does Pervasive 2000i allow anything like this? If so, what is the syntax? If not, what are the steps involved to making this happen? Thank you for any and all your help. j.t.w |
#3
| |||
| |||
|
|
I am trying to write a simple query that lets a user type in a value and have only the records that match that value show up. In MS Access this is easily done. SELECT [ORDERS].ORDER_NO, [ORDERS].ORDER_DATE FROM [ORDERS] WHERE ((([ORDERS].ORDER_DATE)=[Enter a Date])); Does Pervasive 2000i allow anything like this? If so, what is the syntax? If not, what are the steps involved to making this happen? |
#4
| |||
| |||
|
#5
| |||
| |||
|
#6
| ||||
| ||||
|
|
Questions... 1) How do I run this stored procedure? |
|
2) Does the "CALL OrdersByDate('2003-12-05')" actually go into the stored procedure? |
|
3) How does a user get to input a specific date? |
|
4) What is the syntax to select a range of dates (i.e. 20031101 to 20031131)? |
![]() |
| Thread Tools | |
| Display Modes | |
| |