answersLogoWhite

0


Best Answer

The default language for Access applications is VBA (Visual Basic for Applications). With most of the languages C, C Sharp, and the proper references attached one can create application that talk to the Access engine. Proud to be of service HoloGuides.com

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What programming languages may be used to write applications for an Access Database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is data controller?

Data controls are tools in programming that are used to access data in different formats from a database. To manage access to data stored a database, programmers use data control languages (DCL's).


What is DBMS and is its function?

DBMS stands for Database Management System. It is a software that helps users interact with databases by providing an interface for storing, retrieving, and managing data efficiently. Its functions include data storage, retrieval, updating, and data security management.


What is database management sysstem?

A database management system (DBMS) is a software package with computer programs that controls the creation, maintenance, and use of a database. It allows organizations to conveniently develop databases for various applications. Adatabase is an integrated collection of data records, files, and other objects. A DBMS allows different user application programs to concurrently access the same database. DBMSs may use a variety of database models, such as the relational model orobject model, to conveniently describe and support applications. It typically supports query languages, which are in fact high-level programming languages, dedicated database languages that considerably simplify writing database application programs. Database languages also simplify the database organization as well as retrieving and presenting information from it. A DBMS provides facilities for controlling data access, enforcing data integrity, managing concurrency control, and recovering the database after failures and restoring it from backup files, as well as maintaining database security.


Discuss briefly about DBMS?

A Database Management System (DBMS) is software that allows users to create, manage, and manipulate databases. It acts as an interface between users and the database, providing tools for data organization, storage, retrieval, and security. DBMS also ensures data integrity, consistency, and efficiency in handling large volumes of data.


What other applications can link with Excel?

Any of the Microsoft applications, like Word, Access, Powerpoint etc. can be linked to Excel. Other spreadsheet and database applications in particular can link to it.Any of the Microsoft applications, like Word, Access, Powerpoint etc. can be linked to Excel. Other spreadsheet and database applications in particular can link to it.Any of the Microsoft applications, like Word, Access, Powerpoint etc. can be linked to Excel. Other spreadsheet and database applications in particular can link to it.Any of the Microsoft applications, like Word, Access, Powerpoint etc. can be linked to Excel. Other spreadsheet and database applications in particular can link to it.Any of the Microsoft applications, like Word, Access, Powerpoint etc. can be linked to Excel. Other spreadsheet and database applications in particular can link to it.Any of the Microsoft applications, like Word, Access, Powerpoint etc. can be linked to Excel. Other spreadsheet and database applications in particular can link to it.Any of the Microsoft applications, like Word, Access, Powerpoint etc. can be linked to Excel. Other spreadsheet and database applications in particular can link to it.Any of the Microsoft applications, like Word, Access, Powerpoint etc. can be linked to Excel. Other spreadsheet and database applications in particular can link to it.Any of the Microsoft applications, like Word, Access, Powerpoint etc. can be linked to Excel. Other spreadsheet and database applications in particular can link to it.Any of the Microsoft applications, like Word, Access, Powerpoint etc. can be linked to Excel. Other spreadsheet and database applications in particular can link to it.Any of the Microsoft applications, like Word, Access, Powerpoint etc. can be linked to Excel. Other spreadsheet and database applications in particular can link to it.


You do not have access to the database?

This is not a programming issue; simply ask permission from the owner/administrator of the database in question.


Can xml be used to access data?

xml can be used with other technologies to access a database but xml is not a programming language on its own so cant access a database.


Database Designation Language DBDL is a programming language?

Not in MS Access 2007. However it is a Database Design Language.


What has the author Michael A Vine written?

Michael A. Vine has written: 'Microsoft Access VBA programming for the absolute beginner' -- subject(s): Microsoft Access, Microsoft Visual Basic for applications, Database management 'C programming for the absolute beginner' -- subject(s): C (Computer program language)


The term query applies to Microsoft Access but not to other database management systems?

It is not exclusive to Access. The term query is generally a way to ask a database a question. The term existed before Access was invented. Other examples of where it is used is SQL which stands for Structured Query Language. SQL is used in various database applications, including Microsoft Access. There are variations of how it is used in different applications.


What has the author Chris St Valentine written?

Chris. St. Valentine has written: 'Access 2 power programming' -- subject(s): Database management, Microsoft Access 'Access basic cookbook' -- subject(s): Database management, Microsoft Access


What are the advantages of using Access for a database?

It's cheap. Access consists of a decent scripting language on the front end coupled with a lightweight database engine on the back end. It is not scalable, and doesn't work well for more than a single user. What it does have as a benefit is the controlling language and the set of database drivers that allow the scripting language, and many other applications, to talk to the database easily and with a minimum of programming. If the drivers and scripting language are coupled with a well-built database engine, it can be quite useful.