answersLogoWhite

0


Best Answer

With lots of hard work.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you make an employee database in c program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Connect c language to internet database?

Yes, you can write a program in C language which connects to a database.


Mini project on employee database using linked list on c language code?

mini project data structure


Is there anyway to convert filemaker databases into c plus plus or Visual Basic files?

Not that I'm aware of. But since Filemaker is a database, you can use C++ to access the database just as you would use C++ to create SQL queries on an SQL database. Think of Filemaker as being the backend to your C++ program.


What has the author Narain Gehani written?

Narain Gehani has written: 'UNIX Ada programming' -- subject(s): Ada (Computer program language), UNIX (Computer file) 'C: An Advanced Introduction' -- subject(s): C (Computer program language) 'The database application book using the MySQL database system' -- subject(s): Database management, MySQL (Electronic resource) 'Document formatting and typesetting on the UNIX system' -- subject(s): UNIX (Computer file), Word processing 'Food for Ed Trade 78-6' 'Advanced C' -- subject(s): C (Computer program language), UNIX (Computer file)


How to connect database in C programming language c?

It depends on the database (eg Oracle, MySql, Postgresql), obviously.


How can you make C programming on i3i5 processors?

Use a program called visual studio express. Its made by Microsoft and you can program in all kinds of languages. C , C+ etc


How you can make c program of attendance record system?

how can create a attendece sheet in c language


What is the full list of languages that you need to learn in order to make a program?

You do not need a list to make a program, all you need is a language appropriate to the program you wish to write. General purpose languages like C++ are ideal for virtually all types of programs (to the extent we very rarely need to resort to C or assembly programming) whereas Java is only suitable for applications development (not device drivers or subsystems programming) while SQL is only suitable within a database management domain.


What is database and how is using in C?

A database is a type of application that stores information in tables, which are made of columns and rows, such that certain terms can be fed to it and related information fed back out. C can be used to make a database, but inside the database, c can't be used: in generally a set of specifications called "SQL" and "ansi SQL" are used to describe how to get the data back out of the database.


Can you access database by c?

Yes.


What has the author David C Kreines written?

David C. Kreines has written: 'Oracle data dictionary pocket reference' -- subject(s): Database management, Oracle (Computer file) 'Oracle database administration' -- subject(s): Oracle (Computer file), Relational databases, SQL (Computer program language)


How do you connect sql with c?

That depends on the database you want to connect to. If you want to connect to a MySQL database, for instance, you can use the MySQL client libraries, which provide a set of functions you can use from a C program to connect to a MySQL server database. Or alternatively, you can use an ODBC driver to connect to any database (as long as you have the right driver installed).