Posts tagged "database"

Social Security & Economic Security to All Citizen of India & Universe

Indian Social Security, an NGO conceptualized & supported by social workers of various states, NGOs, Professors of IIT and students, has filed a Public Interest Litigation with Supreme Court that is heard on November 17,2008 .This PIL demands a ‘National Database System’ to achieve Social Security & Economic Security to all citizen of India with a single ‘Centralized National Database Number’ containing all the information of each citizen in order to maintain an authentic data to curb down fake identity, infiltration, terrorism, poverty, corruption, tax evasion.

Explaining the objectives of this PIL Gurbinder Singh from ‘Indian Social Security’ said, “System for People will be created by People.”

He said that social security is still a distant dream as present system of governance has no measures of adequacy for fair distribution of welfare schemes like subsidies to deprived citizen of the country when they are in need due to non- availability of authentic data of the Location wise authentic data of Deprived Citizen. Instead, In Current Situation, all the social benefits are delivered vide a channelized structure of Hierarchy Structure of Government Bodies, Ministries, Departments, Block Panchayats, Local authorities, Where the Purpose of the Benefits are evaded in Corruption, Thus leads to major atrocities for the deprived Citizen..

Events of Supreme Court: Time – (13Minutes)

Petitioner Gurbinder Singh – Indian Social Security Started

Petitioner Gurbinder Singh – Indian Social Security Started
If social security & Economic Security is to be ensured to each and every deprived citizen of this country, A national Database is a basic need of Government. Nobody can deny this fact. Even our Constitution endorses it vide Citizenship Act 14A. A ‘National Database System’ will be a first step in this direction,” he said. He highlighted Chief Justice, the fact & importance of National Database to be the Base of Governance, He added, that even a School or Institution, or Supreme Court cannot run without authentic Database.

Further He said “The intentions of the Central Government are limited to provide social and economic security to its employees only rather than all citizen of India. Over 55% citizens live below the poverty line, Over 40% Indian kids are malnourished,” he added, that Government maintained data of their employees for their Social & economic Security but Why has there been no intensions for even maintaining a Authentic Database of rest of their tax Payer Citizen.

He also said that the main security agencies and public policing agencies in India do not have any centralized data of citizens to curb down the sensitive problems of terrorism, infiltration, and the movements of violent organizations. According to him, this non-centralization of citizen data has increased the burden on law enforcement machinery.
He said Please see Pg 213 of PIL Annexure - 800 active cells of terrorism are working in our country, a statement of chief security advisor to P.M.

Singh expressed that the central governance has no method to deal with natural calamities in terms of appropriate subsidy distribution system to the affected citizens as no authentic data of any given affected area is available with them. As a result of this, needy people do not get any relief in spite of the support of funds and relief measures.

This database system will lead to increased taxation, direct delivery of subsidy & other social welfare benefits like Old-Age pension to citizen, fair polling, secularism, speedy implementation of law & justice, said Singh.

Chief Justice said
I understand your noble intentions but you are trying to compare India with all other developed countries, where this kind of system runs. You approach Government for this

He Presented the fact to Chief Justice that:
“ If most of the Developing & Developed countries including Argentina, China, Brazil, other 50 countries are having social security mechanism to create a prosperous culture of equality, fair distribution of resources, speedy Justice, control of human intensions of corruption, then Why not in India?” asked Singh.

Singh Added,
Your Honour This is demotivationg, National database is the base of Governance, even a school or supreme court cannot operate without a database, then how come country of billion does not needs his kind of database. This is dilemma of India that there are 35 separate smart cards, each card is a burden to the taxpayer money of minimum about 1000crores – Rs.5000 crores FOR EACH CARD on average per year, with E Governance of Centralization this cost can be reduced to 25 times the existing cost

Singh Said, Your Honor I want to save your Money & my money & money of all Citizens being diluted by the wrong policies by the Government.

The lawers in the court, sitting behind the petitioner said Yes, two times in a group softly

The Chief Justice said, In India Population is the issue therefore this kind of good system needs a long wait, Petitioner replied; Your honour that is Why I would like to present the fact that till you do not have the data of all citizen, You may not know the count of population & make this statement. Petitioner added, Population of India is the Power of India, Not the crises in India, If there be an authentic database to calculate the Citizen, the honorable court will himself know the Fact, he said. (According to Chief Statistician of India, Mr. Pranab Sen – said in an interview on 30th July in Lok Sabha Channel, That The available data with the govt. is Inadequate, Therefore How can the Policies for People be accurate, credible & Factful.)

Singh said “Last statement your honor, Government has most e-governance implementations in collection of taxes, others but Government has not initiated any single move as far as e-governance strategy in delivering that money to the deprived people”

Lawyers behind the petitioner applauded softly.

Gurbinder Singh opined that the motive of making an effort for social security through the proposed ‘National Database System’ is based on a fact that the purpose of prosperity in a country of billions cannot be achieved without the wisdom and creation of positive social and economic systems in the direction of humanity.

www.indiansocialsecurity.org

Gurbinder Singh
http://www.articlesbase.com/politics-articles/social-security-economic-security-to-all-citizen-of-india-universe-683212.html


Tips to Prevent Ms Access Corruptions

MS Access databases are the most easily prone database to get corrupted. The Access database can get disconnected unexpectedly, it may be an error in the binary file format of any database which results into unusable database or a “corruption flag” in the .mdb file message indicating the database has been corrupted. In such cases when a user attempts to open the database, the flag message appears in front of him and he is asked to repair the database before it can be used.

If the user does not have the permission or if he does not knows the repairing procedure, he has to face the situation of loosing his data and problems of making the database available again. This result into loss of precious data leaving the user frustrated.

The most common causes of access database corruption are hardware failures, software crashes, JET software crash, virus attacks, multi-user access, inefficient database design, unexpected system shutdown, power failure, password protections and other unlimited reasons which lead to corruption and damage of databases.

If the following messages are displayed then it’s a warning towards the corruption or damage of the access database:

• “The database ‘name.mdb’ needs to be repaired or isn’t a Microsoft Access database file.”

• “Unrecognized database format ‘name.mdb’.”

• “The Microsoft Jet database engine could not find the object ‘name’. Make sure the object exists and that you spell its name and path name correctly.”

• “Record(s) can’t be read, no read permissions on ‘name.mdb”

• “The database has been placed in a state by user “on machine” that prevents it from being opened or locked”

• “Unexpected Error 35012”

• “Disk Error — Reserved error (-1601)”

• “The Microsoft Jet database engine cannot find the input table or query ‘MSysAccessObjects’. Make sure it exists and that its name is spelled correctly.”

Following are some of the measures through which you can prevent major access database corruptions:

1. Perform regular Backups: Always perform backup of your work so that if the database file gets corrupt, you can still have data in the form of backup.

2. Close the Connections: Helpful to both programmers and users. As soon as you complete working on the database, make sure that you have closed all the connections in the database. If the connections are left open, the chances of “unexpected” dropped connections increase.

The MS Access application should always be closed when you finish working on it as it increases the chances of corruption if a network connection is lost.

3. Proper exit from the Database: Always close the Access database by selecting File > Exit option. This ensures secure and protected closing of the application as compared to pressing the “Ctrl+Alt+Del” keys or managing it through “End Task”.

4. Use of Compact and Repair feature: The in-built ‘Compact and Recovery’ feature in MS Access can be used to prevent corruption and increase performance of the application. Following are the steps to use the feature:

a. Open the new .mdb database.

Note: It is not necessary to open a new database; this feature can be accessed even if there is no database opened.

b. Click the Tools menu and select Database Utilities > Compact and Repair Database option.

c. The Database to Compact From dialogue box will be displayed, select the appropriate .mdb file and click the Compact button.

d. The corrupt Access database will be repaired.

Note: Always perform backup of the corrupt database file before applying this method as this recovery method at times can make the case more worsened.

5. Import tables in new Database: You can create a new database and transfer the entire data and table by implementing different methods:

a. Using the ‘Import Wizard’ to transfer all table structures to new database.

b. Recreation of the table structures in the new database manually – through SQL and VB coding

6. Use of MS Jet Utility: JetComp.exe has been developed to fix minor corruptions of the Access databases. This method of recovery is much secured than the in-built “Compact and Repair” feature of MS Access.

7. Choose Access Recovery Software: If all of the above-mentioned measures do not prove helpful in your case, then go for access recovery software. Many companies provide FREE demo version of the recovery software. Test and evaluate performance of the software whether it can recover back your data or not. If yes, then purchase the access database repair software.

Conclusion:

Besides these preventive measures, regular backups should be performed to save your precious data. The described preventive measures can help you to prevent data loss situations in 95% of the cases. So you yourself have to take the first step towards securing and protecting your own data.

Neha Gupta
http://www.articlesbase.com/data-recovery-articles/tips-to-prevent-ms-access-corruptions-88212.html


Database Management Membership Software: Maintaining Your Database

Database management is always a crucial part of any business. This is what makes your niche better, if you get what you need and archive them for your marketing strategies. Once you have your database backed-up, it seems that it will never go wrong, but there are occasions where these can be corrupted and you might lose most of your probable customers.

Having to prevent them is crucial, membership database software contain as much as everything in your online business niche, from accounts to setting and file, but more importantly, you need to manage your account database more than ever. Database management of membership software is very critical and needs more attention, here are some tips to manage and prevent software crashes and database corruption.

Ways to prevent database corruption

? Closing connections

You need to close your connection as soon as you are finished with them, you can never be sure of connections being dropped and losing your valuable time and data. Closing them too once a loop is completed to further lessen the risk of database corruption; backups may fail eventually with time, so having to close a given connection is critical.

? Exit correctly

Also, once you are finished, it is wise to exit the database software that contains member accounts. Programs that are being quit spontaneously have its own complications, software’s can likely crash due to improper usage; managing them is difficult in the first place; exit the database that the application provided.

? Divide databases

Storing other important files on another location is a good thing for security reasons as well as preventing data corruption. Membership database software can be divided to provide stability in storage, in the nature of network connections, there are times that you cannot manage a reliable and stable connection, this is due to many reasons, reasons ranging from program errors and packet losses. You can never be sure of having a connection to be stable; most of them are viable to error and will likely reflect on your database. Other locations can guarantee a better storage place for your files, leaving the risk of corruption within your system.

? Get the latest and best hardware

Data corruption may fail if you use dated equipment, you can never blame them if it’s really not feasible or stable to put important databases on your system. Packet losses will always bog you down if you have network problems. Be sure to get the latest hardware and forget using your built in NIC’s that came along with your computer, good brands offer stability, skimping Is really not a good idea when managing databases.

? Maintain regularly

There is a regular repair option once you are managing your database, be sure to check on them if they are all good, this improves performance. When managing databases, using the automated utility which compacts and repairs your data during early in the morning or weekends is a nice thing to warrant you from potential corruption of data.

Data is can always be corrupted no matter what, but prevention is the way to go. The consequences can be disastrous as with any online business niche. Having to follow these steps can prevent your system from being corrupted and having better peace of mind protecting your investments.

Membership database software can be managed through ample intervention, computer systems can fail as well as network connections, following these tips will likely get you ready for any unwanted corruption in the future.

Mario Churchill
http://www.articlesbase.com/computers-articles/database-management-membership-software-maintaining-your-database-131534.html


Network Problems Leading to Mdb Corruption

In the majority of cases, Access database corruption isn’t the outcome of sloppy design or poor programming technologies. Most of the corruption could be credited to several other factors, which usually cause the loss of file stability and finally data loss.

For instance, the data storage server when MDB (Access database file) is located might be restarted when users are connected with the database and were performing some editing to the database. Or users might be prematurely shutting down their system during the file operations.

Unlike the managed data systems like Microsoft SQL Server, the Microsoft Access is fundamentally a file based database management system. When you request to access data from database, you are just making a request for file crosswise the network. Likewise, the data update takes place crosswise the network when the information is sent.

Accordingly, there are greater chances of something going erroneous during the process of transferring data and Microsoft Access marks the MDB file as ‘suspect’. In such situations, you would be presented with some indefinite error messages like ‘unrecognized database format’.

The sources of the database corruption could be the faulty network components like cables, hubs, network interface cards (NIC). It could also be the result of improper application shutdown suing the cross symbol in the upper right corner of the application (that is switching off the power or by using the Ctrl + Alt + Del buttons).

The best way to safeguard your data and ensure database availability is to prevent the database corruption. You can do it by simply following the below given steps:

? Always close the application correctly

? Periodically compact the database using Compact and Repair tool

? Try to avoid mixing the operating systems in multi-user environment

? To edit the database, user should place it on the local drive

? Avoid repeated Open/Close operations

Even after taking precautions, the database corruption occurs; you need to consider about Access recovery solutions. The access recovery solutions are available in the form of simple applications, known as Access repair software.

Stellar Phoenix Access Recovery software is the most advanced and highly developed Access repair software, which is capable of handling all of the Access corruption issues. This software uses powerful scanning algorithms to completely scan the database and end up at absolute Access recovery.

Phoenix access repair software is usable for all of the Access database objects including forms, reports, macros, constraints, relationships and so forth. Using this robust Access recovery software, you can have Access repair for all file versions of Microsoft Access including Access 2000, 2002, 2003, and 2007.

Simpson Raid
http://www.articlesbase.com/data-recovery-articles/network-problems-leading-to-mdb-corruption-679235.html


“microsoft Office Access Has Detected Corruption in This File” Error in Access

When you try to open an Access database, you may get the following error message:

“‘ID’ is not an index in this table”

It seems that the database has some errors. When you attempt to fix the database errors using Compact and Repair utility from Tools menu, it won’t compact and you may get further error message stating:

“Microsoft Office Access has detected corruption in this file. To try and repair the corruption, first make a backup copy of the file. Then, on the Tools menu, point to Database Utilities and click Compact and Repair database. If you are currently trying to repair this corruption then you will need to recreate this file or restore it from a previous backup.”

After getting these error messages, you can not access your database and may fall in grave situations.

Cause

As stated in the error message, these error messages occur due to corruption in the Access database. The corruption could be the result of unexpected system shutdown, virus attack, application malfunction and the like.

No matter what the reasons of database corruption and these error messages are, the ultimate result would be the data loss. Data loss could not be accepted by any of the Access recovery user at any cost and you need to fix it as quickly as possible.

Resolution

You can work around this problem by simply importing the damaged Access database into the new one. To do so, simply follow the below given steps:

Ø Create a copy of MDB file when Access isn’t running

Ø Create a new database and import the objects of damaged database in it

This method works in some situations, but mostly when you import the main table, you may face the same error message again and the import process may get halted.

In such disastrous situations, the only thing which can save your data and finally your business is Access recovery. It is the process of scanning your database, repairing it and finally restoring the same in original form.

Access recovery is best possible using Access repair software. Access repair software are easy to use applications, which systematically scan the entire database using powerful scanning algorithms and extract all of the data from it. These software are easily obtainable from Internet and work in the majority of database corruption scenarios.

To have assured Access recovery, you are highly recommended to go for Stellar Phoenix Access Recovery software. This Access repair tool is highly developed and extremely influential. It is able to handle all of the Access corruption cases. Interactive user interface, read only nature, live update, and use of commanding scanning algorithms make this software world class.

Tyler Jose
http://www.articlesbase.com/data-recovery-articles/microsoft-office-access-has-detected-corruption-in-this-file-error-in-access-712046.html


Resist the National ID – The biometric prison planet

There is a biometric control grid being slotted into place around us. The national id is the closing of the bars of the prison planet. Don’t let them do it.

Arm yourself with knowledge.

http://norealid.com/

http://www.no2id.net/

http://www.spychips.com/

http://www.wethepeoplewillnotbechipped.com/

http://www.corbettreport.com/articles/20070906_the_dna_database.htm

Duration : 0:9:55

Read more…


« Previous Page