answersLogoWhite

0

It is possible, but you have to know what kind of database do you want to access, as well as the opearting system and C-compiler your are using.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Entering customer names and account numbers into a database is an example of A reading b inputting c outtputing d accessing e processing?

reding


How can I efficiently connect a C application to a database using C/DB?

To efficiently connect a C application to a database using C/DB, you can use ADO.NET or Entity Framework. ADO.NET provides a low-level approach for database connectivity, while Entity Framework offers a higher-level abstraction for working with databases in C. You can use connection strings to establish a connection to the database and execute SQL queries or stored procedures to interact with the data.


How do you add a file to an website in connect with a database using aspnet with c?

Via FTP.


Database application programming interface for C plus plus?

This IDE is easy to use and created specifically for C and C++. SQLAPI++ is a C++ library for accessing various SQL databases (essentially a set of header files) (Oracle, SQL Server, DB2, Sybase, Informix, InterBase, SQLBase, MySQL, PostgreSQL, SQLite, SQL Anywhere and ODBC). It is simple to use and implement. To learn more about data science please visit- Learnbay.co


What are the applications of pointers in using c language?

Accessing data by address. Some data-structures, like lists and trees, are usually implemented using pointers.


What is the example of single user database?

single-user database supports only one user at a time. In other words, if user A is using the database, users B and C must wait until user A is done. A single-user database that runs on a personal computer is called a desktop database.


What is indirection in c?

Accessing data via pointers.


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


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).


How to connect database in C programming language c?

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


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.