answersLogoWhite

0

What else can I help you with?

Related Questions

List and explain features of file based approach?

features of file based approach


Disadvantages of traditional file approach?

Ordinary file cabinets just take up too much space in the building. Most employers still save hard copies, but they are kept in storage buildings or warehouses instead of the building. Nowadays, everything is saved on computer files.


The Web uses a file-based approach to documents by which a client first fetches a file before it is opened and displayed What is the consequence of this approach for multimedia files?

traditional file based approach


What are the advantages of a database management approach to the file approach?

laleo


2.what are the advantages of database management approach to the file processing approach Give examples to illustrate your answer?

what are the advantages of database management approach to the file processing approach Give examples to illustrate your answer


An alternative flavor for file powder?

Okra is what file powder substitutes.


An alternative method to copy a file is by pressing what?

Ctrl + C


What has the author I Buckley written?

I. Buckley has written: 'Unemployment - an alternative approach'


What is meant by the file based approach to storing data?

NO


What is the utilities of file in Foxpro?

There is an alternative software for working with dbf files.


What is nogba - vba save file converter?

An alternative emulator to vba.


What are the advantages of traditional file processing and database approach?

An alternative to using a database to store data is to use what are known as flat files. These are basically text files that are stored on your server that you can use to store your data, change, manipulate and generally use how you want. Although I'd recommend you use a database, you can use PHP's file processing system. There are 3 steps to writing data to a file: # Open the file (create if doesn't already exist) # Write data to the file # Close the file There are also 3 steps to reading data in a file: # Open the file (if cannot be opened, generate an errror) # Read the data # Close the file