answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you connect C offline application with the MySQL database placed at remote server?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What does database mean in HTML?

There is no database tag per say in HTML. HTML is a markup language which simply means it's a way of formatting contents on a webpage. A database is a data structure that is used to house information so it can be called upon at a later time. In order to connect a database to some form of HTML, you'd need to have the database stored on the webserver and then access that database through a server side language like PHP which can orient the contents into HTML tags and be placed within your webpage. Basically, you'd need to use a programming language of some sort to bring together a database and HTML; it's not possible simply by typing in HTML tags. Sorry...


What is an HTML widget?

It is a small 'application' that is added to a web page, usually using Javascript. These do not belong to the site they are placed on, but are specifically designed so other people can put them on their site.


How is the pulsation torque of a universal motor minimised?

A single-phase motor provides a torque which pulsates at double the supply frequency. The effect is reduced by the moment of inertia of the rotating parts of the motor. If it is still excessive for a particular application, a flywheel can be placed on the shaft.


Where is microprocessor placed in computer?

The central processor unit (microprocessor) is placed on the motherboard. The cooler, necessary to refrigerate the microprocessor is placed behind it.


Where should the Doctype be placed on the webpage?

A doctype is a header, so it should be placed at the top of the webpage. When writing HTML for a website, it should be placed directly above the tag.

Related questions

What is areas of a PivotTable Report where fields can be placed?

database, field and criteria


What is mean by schema partition?

Different relations within the database are placed on separate disk.


What does database mean in HTML?

There is no database tag per say in HTML. HTML is a markup language which simply means it's a way of formatting contents on a webpage. A database is a data structure that is used to house information so it can be called upon at a later time. In order to connect a database to some form of HTML, you'd need to have the database stored on the webserver and then access that database through a server side language like PHP which can orient the contents into HTML tags and be placed within your webpage. Basically, you'd need to use a programming language of some sort to bring together a database and HTML; it's not possible simply by typing in HTML tags. Sorry...


What tags when placed on a car can be used to record and track in a database on all of the vehicle's movements?

GPS


What is a collection of information that can be sorted altered and placed into other similar structures for retrieval?

Relational Database


What tags are used when placed on an animal can be used to record and track in a database all of the animal's movements?

sam may


Description of database subschema?

What are the purpose of developing a sub-schema in database? In database management, the Subschema pronounced "sub-skee-mah." is an individual user's partial view of the database while the schema is the entire database. It is the applications programmer's view of the data within the database pertinent to the specific application. A subschema has access to those areas, set types, record types, data items, and data aggregates of interest in the pertinent application to which it was designed. Naturally, a software system usually has more than one programmer assigned and includes more than one application. This means there are usually many different sub schemas for each schema. The following are a few of the many reasons sub schemas are used: # Sub schemas provide different views of the data to the user and the programmer, who do not need to know all the data contained in the entire database. # Sub schemas enhance security factors and prohibit data compromise. # Sub schemas aid the DBA while assuring data integrity. Each data item included in the subschema will be assigned a location in the user working area (UWA). The UWA is conceptually a loading and unloading zone, where all data provided by the DBMS in response to a CALL for data is delivered. It is also where all data to be picked up by the DBMS must be placed.


What should be placed on remote systems that connect a routed network over slow wan links?

the "Lmhosts" file


What is data provider?

A.NET data provide is used of connecting to a database. execting commands , and retrievint results. those resuls are either processed directly, or placed in an ADO.NET Dataset .the.NET data provider is designed to be lightweight, creating a minimal layer between the data sourse and application cod, increasing performance ithout sacrificing functionality.?


Where is the second vector's tail placed when two vectors are added graphically using the tip to tail method?

it is placed at the tip of the first vector


What happens when a wire gauze mat is placed over the flame on a Bunsen burner?

This serves to spread out the point of application of the heat.


Advantages and disadvantages of Multitier architecture?

Advantages and Disadvantages of 3-Tier Architecture in Web DevelopmentA 3-Tier Architecture (3TA) is traditionally used when building web applications. It makes a logical separation between the presentation layer, the business logic layer, and the database layer. The main advantage of 3 tier system is that all business logic can be defined once within the business layer and then shared by any number of components within the presentation layer. Any changes to business rules can therefore be made in one place and be instantly available throughout the whole application.It is possible to change the contents of any one of tiers (layers) without having to make corresponding changes in any of the othersEnables parallel development of the different tiers of the application.Complex application rules easy to implement in application server. Easy to implement changesFewer JavaScript, thus simpler to the clientSuperior performance for medium to high volume environmentsSome of the disadvantages are;There is more processing on the web server,It does not interact with the WMS server directly.More complex structureMore difficult to setup and maintain The physical separation of application servers containing business logic functions and database servers containing databases may moderately affect performance