|
what is '1000 projects'?
'fullinterview.com' is a educational content website dedicated to finding and realizing final year projects for btech, be, mtech, mca students, here you can search, find your projects and get guidance from experts the below are the different technological projects.
visual Studio projects
.net projects,
asp projects,
c & ds projects,
c++ projects (all),
cold fusion projects,
delphi projects,
java projects,
perl projects,
php projects,
sql projects,
vc++ projects,
visual basic projects.
how it works?
well, everything on this site is submitted by the student and professional community. after you submit your project, it is being verified and approved by our administrator. after approval, other people can read/discuss it, save to favorites.
more number of projects?
here you can find morethan 1000 projects on different technologies, if u want to get more projects please visit our sister sites www.fullinterview.com & Chetanasprojects.com
Category Articles
What is extent in Informix?
Added on Fri, Jan 8, 2010
If a table is designed without specifying extent sizes, Informix uses a default of 16 pages for the first and 8 pages for each subsequent extent. Extent sizing is done when the table is initially created. Read More
Mention the database server operating modes available for Informix
Added on Fri, Jan 8, 2010
Informix IDS provide following modes:-<br>1)Online mode -> This is the normal operating mode of the database server.<br>2)Offline mode? -> The database server is not running. Shared memory is not allocated.<br>3)Quiescent mode... Read More
What is chunk in Informix?
Added on Fri, Jan 8, 2010
A chunk is a physical portion of disk on which Informix stores its data. A chunk can be either a raw partition or a file system file. Informix suggests that a chunk's name be a symbolic link to the actual chunk. For example, if you are using ... Read More
What is Informix instance?
Added on Fri, Jan 8, 2010
An Informix instance is a single connection to shared memory. It is represented by one or more on init processes. When Informix is started or stopped, these processes appear and disappear. Informix used to use the term "server" when referring to an... Read More
xplain about light scans in Informix?
Added on Fri, Jan 8, 2010
Light scans occur under the following conditions: The optimizer chooses a sequential scan of the table. The number of pages in the table is greater than the number of buffers in the buffer pool. The isolation level obtains no lock or a shared lock... Read More
What are the uses of key value locking in Informix?
Added on Fri, Jan 8, 2010
The database server uses a concept called key-value locking to lock the deleted row. When the database server deletes a row, key values in the indexes for the table are not removed immediately. Instead, each key value is marked as deleted, and a lock... Read More
Who conceived and designed the Informix database management system?
Added on Fri, Jan 8, 2010
The Informix database management system was conceived and designed by Roger Sippl in the late 1970s. Informix was founded in 1980, went public in 1986, and for a period during the 1990s Informix was the second most popular database system, after... Read More
What is Informix Binary Large Object?
Added on Fri, Jan 8, 2010
A binary large object, also known as a blob, is a collection of binary data stored as a single entity in a database management system. Informix invented an alternative backronym, Binary Large Object. Blobs are typically images, audio or other ... Read More
Who developed informix?
Added on Fri, Jan 8, 2010
|