Hi Friends, before starting the setting up OpenGL environment, please do the following first: 1. Install Microsoft Visual C++ 6.0 (Comes with Ms Visual Studio 6.0) 2. Download the file called “opengl95.exe” and “glutdlls.zip” from internet. [Just open browser-> navigate http://www.google.com -> type upper mentioned file name and search -> you will definitely find the appropriate link to download.] 3. Run opengl95.exe file and it will be extracted and will be generated some files. Copy those files and 4. Extract the file “glutdlls.zip” and it will also generate some more files. 5. Now, combine all extracted files from two sources (opengl95.exe and glutdlls.zip) and place in one location. Setting up OpenGL environment for Microsoft Visual C++ With any system, you can start with a C\C++ compiler and install ...
You can create/drop tables in PL/SQL block with Execute immediate command
ReplyDeleteactually any programming language follows pre/post validations for host variable
here pre checking wl be done,so at the time of compilation we have to submit all host variables,but we can't with ddl stms,so where ever we keep Execute immediate stmt that stmt wl be validate at runtime only.
this is nothing but Dynamic SQL.previously we are using in-built pakage ,now execute immediate command .