Add, Update & Delete Record -- HELP!!
I have to make a HOTEL Database Management system and there are a few problems I am facing:
1) How do I Add a record to an existing record?
2) How do I Delete a record?
3) How do I update a record?
I need to know the simplest examples in which these functions are performed since I am not familiar with them, any help will be greatly appreciated, please help me out! Thanks!
Re: Add, Update & Delete Record -- HELP!!
If you're using MFC, look at the CDatabase and CRecordset classes
Re: Add, Update & Delete Record -- HELP!!
Re: Add, Update & Delete Record -- HELP!!
Quote:
Originally Posted by
arshad115
use 2d arrays moiz!
Ah ok Arshad! but how do I delete records using 2D arrays?
Re: Add, Update & Delete Record -- HELP!!
The problem is too generic. We need to have some idea of what data structure you're using before we can help with how to manipulate it.
Re: Add, Update & Delete Record -- HELP!!
Quote:
Originally Posted by
Lindley
The problem is too generic. We need to have some idea of what data structure you're using before we can help with how to manipulate it.
Also... please stop adding 'HELP!!' to your topic titles.
Re: Add, Update & Delete Record -- HELP!!
Quote:
Originally Posted by
Elite Commando
Ah ok Arshad! but how do I delete records using 2D arrays?
You don't. Superman gave you the right answer.