answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Connect c language to internet database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you link css to a database?

CSS, Cascading Style Sheet, is a formatting tool. It can not connect to a database. You need to use a programming language like C#, JavaScript, or PHP.


How do you connect C offline application with the MySQL database placed at remote server?

We use an online MySQL database for both online and offline applications.


Difference of c plus plus and fox pro?

C++ is a generic, general purpose, object-oriented, structured programming language used to produce native machine code programs. FoxPro is a procedural language and Database Management System (DBMS).


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

mini project data structure


Can you connect to database in unix environment using c or c plus plus languages?

At the simplest level, a database is simply a data container. As such an array can be considered a database. However, when we think of a database we usually imagine a container that combines one or more related tables of data, that allows us to easily modify data, to search for data, and so on. Databases are typically disk-based centralised repositories (data servers) containing a massive amount of data, while end-users (data clients) are really only concerned with a small amount of that data (a subset). Data can also be generated by the database, such as when returning the number of records in the database that match a specified criteria. Database Management Systems (DBMS) are the simplest way to make and use a database as all the functionality you need is readily available, all you need do is connect to the DBMS and query it, typically using a text-based script such as SQL (structured query language). MySQL is a popular choice because it is open source and can be used under the terms of the Gnu Public Licence (GPL).

Related questions

How to connect database in C programming language c?

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


How do you link css to a database?

CSS, Cascading Style Sheet, is a formatting tool. It can not connect to a database. You need to use a programming language like C#, JavaScript, or PHP.


How do you connect an postgress sql database in C?

Carefully.


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 do you add a file to an website in connect with a database using aspnet with c?

Via FTP.


How do you connect C offline application with the MySQL database placed at remote server?

We use an online MySQL database for both online and offline applications.


What is jdbc-odbc bridge?

jdbc-odbc bridge is a jdbc driver required to connect java application to the specified database. Using this driver the java calls are converted to the odbc calls and then are referred to the database. Since odbc driver are the implemetation of the API written in C language. As in the case of this driver the API is provided by Sun MicroSystem itself and the implementation of these API is done by the Database Vendors.


Who plays Perry on Scrubs?

John C. McGinley. You can find his Internet Movie Database page in the related links.


Difference of c plus plus and fox pro?

C++ is a generic, general purpose, object-oriented, structured programming language used to produce native machine code programs. FoxPro is a procedural language and Database Management System (DBMS).


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

mini project data structure


Is Oracle a programming language?

In C language Oracle is developed and after that enhancement is done in Java for 10g and 11g


How does oracle differ from c plus plus?

The first in a company developping a well-known database system, the second is a programming language.