Jump to content

SenthilKumarM

Member
  • Posts

    18
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

Posts posted by SenthilKumarM

  1. Hi dudes,

    I think instead of writing a function seperately for waiting (just to see the output in output screen), we can use the following cool stuff.

    #include <iostream>

    #include <stdio.h>

    #include <conio.h>

    using namespace std;

    void main()

    {

    <program logic code>

    getch(); //The output screen will be displayed till user press any key.

    }

    Dudes, Have a think in this way also.

    With Smiles,

    Senthil Kumar M.

  2. Hi all,

    I have installed PHP with IIS on Windows-2000.

    I have executed a sample PHP program also. It is working.

    Then i tried to unzipped the php-5.0.4-Win32.zip to my "c:\inetpub\wwwroot".

    Then i unzipped the ms_access_primer.zip to "c:\forumdatabase\".

    I have created a DSN ( ODBC connection name ) for that file.

    Then i tried to execute "install.php" of PHPBB with that DSN name. But it is gving some problem.

    ========xxxxxxx==========

    Warning: Odbc_connect() function.odbc-connect: SQL error: Neither Microsoft ODBC Driver Manager data source name nor the specified predetermined driver are found. , SQL state IM002 in SQLConnect in c:\Inetpub\wwwroot\Forum\db\msaccess.php on line 55

    phpBB : Critical Error

    Could not connect to the database

    DEBUG MODE

    SQL Error : Error

    ========xxxxxxx==========

    Kindly help me.

    Advance thanks for ur reply.

    With Cheers,

    Senthil Kumar M.

  3. Hi all,

    I have installed PHP with IIS in Windows-2000.

    I have started the IIS service successfull after configuring it with PHP.

    But i am getting some error when i am executing any PHP files

    For eg : "http:\\172.23.2.75\test.php"

    The error message is as follow as

    ============xxxxxxxxx================

    The page cannot be displayed.

    The page cannot be displayed because there is a problem in the program in the page that tries to be accessed.

    Action method

    The following homepage Please open 172.23.2.75, and look for the link to necessary information. Please click the update or access it after a while again.

    The HTTP 403.1 access has not been permitted: The execution access has not been permitted.

    The Internet information service

    Technical intelligence(for person in charge of support)

    Background

    It tried to execute CGI, ISAPI or other executable programs from the directory from which the execution of the program had not been permitted.

    Details

    Microsoft Support

    ============xxxxxxxxx================

    Advance thanks for ur reply.

    With Cheers,

    Senthil Kumar M.

  4. Hi all,

    I have installed PHP with IIS in Windows-2000.

    I have started the IIS service successfull after configuring it with PHP.

    But i am getting some error when i am executing any PHP files

    For eg : "http:\\172.23.2.75\test.php"

    The error message is as follow as

    ============xxxxxxxxx================

    The page cannot be displayed.

    The page cannot be displayed because there is a problem in the program in the page that tries to be accessed.

    Action method

    The following homepage Please open 172.23.2.75, and look for the link to necessary information. Please click the update or access it after a while again.

    The HTTP 403.1 access has not been permitted: The execution access has not been permitted.

    The Internet information service

    Technical intelligence(for person in charge of support)

    Background

    It tried to execute CGI, ISAPI or other executable programs from the directory from which the execution of the program had not been permitted.

    Details

    Microsoft Support

    ============xxxxxxxxx================

    Advance thanks for ur reply.

    With Cheers,

    Senthil Kumar M.

  5. I think this is not a problem.

    Suppose there is two hard disk say HDD1(primary) & HDD2(Secondary).

    You can have dual boot by installing Win-2000 in HDD1 & Win-XP in HDD2.

    But this will work only when both HDD1 & HDD2 is attached to system while installing Win-2000 & Win-XP.

×
×
  • Create New...