A logic that you are in search for is here....computer,softwares, programming,website review,Free download, social life,internet,jobs,job,disease,business,mobile,earn money online,c++,scripting,free software,free,

      



Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts


If I say Oracle is the best database sytem available then there will be hardly any one who will disagree with me. Oracle 8 / 8i were the best database systems and the biggest bug in Oracle 8 is, there is no uninstaller and after you install the Oracle 8 personal you don’t have an option of removing and without removing it you cannot install the later version or even upgrade it. So now the question arises how to uninstall the Oracle 8.

The last option that came to my mind is to format the hard drive and so the Oracle 8 personal will be gone and as I wanted to format it started taking the backup. After all backup done being a Programmer and database designer thought of giving a try as to edit the registry and remove it manually and lastly succeeded in the process.

I am sharing my personal opinion how I removed it and following this steps can be dangerous and it’s recommended that whatever you do you should think it’s ok and not unethical. If anything unintended happens I am not responsible for the effect though.

Say you have installed the Oracle at
C:\ORANT\

Now the first step is to physically delete the directory using the Shift + Del Keys.

After doing that open the registry by typing the Regedit in the Run Command dialogue box.

Start searching for the entries C:\ORANT and as you find them start deleting them but keep in mind that you delete the sole entries of C:\ORANT\ and subfolders entries and not the path variables and other variables where C:\ORANT is just a part of it. Manually edit the path variables.

Also start for searching the folder in the left panel Name ‘ORACLE’ without quotes and delete that folder completely from the registry.

After doing this Reboot the machine and now you are ready to install any Oracle version.






Any developer can get the job done by writing code from scratch, but it can be a long and tedious process.

Why reinvent the wheel when you can reuse and customize someone else’s code, saving yourself and your company some serious time and money? The Scripts website is a resource that is set up to fill exactly this need.
Scripts features developer and programming related scripts for all OS platforms. The content is a mix of both commercial and free code.

Often, these scripts are rated and reviewed by the programmers who use them, which provides other developers with valuable information about the scripts they are planning to use.

Developers and administrators who bookmark and frequently use Scripts have a distinct advantage over those who don't. We offer one of the largest repositories of developer scripts in the world, with thousands of scripts for everyday tasks. Scripts helps developers speed up the development process, thus saving time and money for their companies.





Scope of Variables Declared in for()

The new ANSI C++ standard specifies that variables declared as in for(int i=1; ...) have a scope local to the for statement. Unfortunately, older compilers (like Visual C++ 5.0) use the older concept that the scope is the enclosing group. Below, I list two possible problems arising from this change and their recommended solutions.
Say you want to use the variable after the for() statement. You would have to declare the variable outside of the for() statement.







Home

Free Advertising