Click here to Skip to main content
15,900,511 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
Hi


I'm going to put some information of a clerk for example into a table
and I need to use codes not a function for the tables ...
It's a kind of Project for some university score , I really need help I even don't exactly know how to start coding this thing !
please help .. thanks

What I have tried:

I searched for that and I really couldn't find any reasonable answers . I'll be really thankful of you to help me !
Posted
Updated 20-Mar-16 5:15am
Comments
jeron1 4-Mar-16 15:32pm    
Do you mean a table in a database?
Member 12370292 4-Mar-16 16:23pm    
yes exactly
jeron1 4-Mar-16 17:00pm    
So you want to create a table, write data to it, read data from it, and display the data that was read?
Member 12370292 4-Mar-16 22:26pm    
yap
Arthur V. Ratz 21-Mar-16 2:41am    
5+

C++
typedef struct tagClerk
{
    // Here you should declare fields of your table represented as 
    // variables
}
 
Share this answer
 
Every platform has some classes which helping to display data. But you havent written which you mean but c++. So I guess Windows in C++.

Windows has the powerful ListControl which will do the job. I have picked out and outstanding article explaining the use of the ListControl.
 
Share this answer
 
Comments
Afzaal Ahmad Zeeshan 5-Mar-16 5:48am    
No, he wants to create a table in database, which I'm sure requires SQL and the CREATE TABLE () command. :-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900