LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

reservation program

Hi to all; From 2 days, i started to develop a program for my office of real estate, this program for reservation of villas. İ want to make an application theat show the disponibility of every villa. After ican make a resrvation, i put the check in and check out dates. Ths program check if this time is free then i can make thsreservation, My big prblem now is how i can check if the period of reservation is free or no,,,,,,,,,,, İ'am bloqued. Help pleaeeee :'( Thks lot.
0 Kudos
Message 1 of 4
(4,588 Views)

Are you really trying to use LabWindows/CVI for this?

0 Kudos
Message 2 of 4
(4,577 Views)

İ know only Labwindows labwindows that s why. what you think? some one can help me pls...

0 Kudos
Message 3 of 4
(4,564 Views)

What altenbach wants to point out in my opinioni is that CVI is not the best program to develop such an application: the best approach should be to use a database for this and there are several other programs out there that are better oriented to database treating.

 

Optionally you could develop the database e.g. with Access or MSSQL and interact with it in CVI by means of the SQL toolkit, but again it's not the goal CVI is aimed to.

 

Going even at a lower level, you could use arrays of structures to keep reservation data and develop appropriate functions to sort and filter those arrays to find out whether some time period is free or not.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 4 of 4
(4,549 Views)