Flow of program

I am a beginner.. and I am doing one data base project. I have to get a data from database and display it to the user. I use Sql to retrieve data from the Database.
I have .c, .ppc, .h, .sql , .def files.
the file with .c extension is used to design the UI.
and .sql to retrieve the data..

can one some one explain me how is the flow from UI to Database.
What do you mean exactly? As the programmer YOU DESIGN the flow of the program. Are you asking for suggestions as to what it should be? In that case ideally you would either want a refreash button that launches the SQL app or another thread that periodically refreashes the data. Either way you probably want to use IPC pipes to feed data into your C application.

This would be very reliant on the Windows API or Boost Asio API, are you familiar with either one?
Hi ,
I am working on the existing project. which displays table to the user. And I have got a new table in the database. And I want to fetch that table from the database and display it to the user. And as it is existing functionality, I have file with .C extension and .sql , .ppc , .def , files
Can u please explain me what is the significance of these files .And how the flow will be in between these files. Like .C-->.h-->.ppc--> .sql........
Topic archived. No new replies allowed.