Select one... | B2B Forward Auction Creator 2.0 | B2B Reverse Auction Creator 2.0 |
| B2B Vertical Marketplace Creator 2.0 | B2B Horizontal Marketplace Creator 2.0 |
| B2C WebStore ECommerce Creator 3.0 | B2C Shop Creator 2.0 | C2B Build-To-Order Store Creator 3.0 |
| B2C Shop Creator 4.0 | C2B Build-To-Order Webstore Creator 5.0 |
| B2C Store Builder Designer 2.0 | C2C Classified Website Designer 2.0 |
| C2C Forward Auction Creator 2.0 | C2C Reverse Auction Creator 2.0 | Training Software | HOME |







GreatShop Creator Software
Program Frequently Asked Questions (FAQ's)


B2B Forward Auction Creator | B2B Reverse Auction Creator | C2C Forward Auction Creator | C2C Reverse Auction Creator | C2C Classified Creator | C2B Build-To-Order Creator | B2C Online Shop Creator | B2C Storebuilder Designer |


C2C Forward Auction Creator

 


Install pws and IIS


Webserver is required to execute the asp program.

Please install PWS for windows 98 system and install IIS for windows NT system.

PWS is available in windows98 second Edition [Add-on] folder.

after installed PWS, place ASP scripts in the webserver root directory(default "C:\Inetpub\WWWroot")

and type in "Http://Localhost/c2cforwardauction/auction/default.asp" to run asp


How to specify database path?
Example:

If your PWS or IIS webserver root directory is "C:\Inetpub\WWWRoot" and your database file located at "C:\Inetpub\WWWRoot\c2cforwardauction\c2cforwardauction.mdb"


************************************************************************************************
fpath="DBQ="&Server.MapPath("/c2cforwardauction/c2cforwardauction.mdb")
************************************************************************************************

*Note
Server.mappath
will bring your program to your server Root directory.

 


Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x418 Thread 0x798 DBC 0xedb0fcc Jet'.
Solution:

The database path specified in Opendatabase.asp is incorrect.  Program cannot find the database file.

************************************************************************************************
fpath="DBQ="&Server.MapPath("/c2cForwardAuction/c2cForwardAuction.mdb")
************************************************************************************************

Check the database path in Opendatabase.asp and database file location.  Make sure the database path is correctly specified.


Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver] Could not find file '(unknown)'.
Solution:

The database path specified in Opendatabase.asp is incorrect.  Program cannot find the database file.

************************************************************************************************
fpath="DBQ="&Server.MapPath("/c2cForwardAuction/c2cForwardAuction.mdb")
************************************************************************************************

Check the database path in Opendatabase.asp and database file location.  Make sure the database path is correctly specified.


"Run time error '3706'  
ADO could not find the specified provider."
Solution:

ODBC Driver corrupted or MDAC version incorrect.

Download and install later MDAC  Version to solve this problem.

Download MDAC:

http://www.microsoft.com/data/whatcom.htm

http://www.microsoft.com/data/download.htm


Unspecified Error
Solution:
  1. Open opendatabase.asp with Text Editor e.g. Notepad
  2. Change the database path:
    ********************************************************************************************
    fpath="DBQ="&Server.MapPath("/c2cForwardAuction/c2cForwardAuction.mdb")
    ********************************************************************************************
    To:
    ********************************************************************************************
    fpath="DB="&Server.MapPath("/c2cForwardAuction/c2cForwardAuction.mdb")
    ********************************************************************************************
  3. run the asp program and browser display a different error message.
  4. change the database path in opendatabase.asp to original database path:
  5. Change the database path:
    ********************************************************************************************
    fpath="DB="&Server.MapPath("/c2cForwardAuction/c2cForwardAuction.mdb")
    ********************************************************************************************
    To:
    ********************************************************************************************
    fpath="DBQ="&Server.MapPath("/c2cForwardAuction/c2cForwardAuction.mdb")
    ********************************************************************************************
  6. Run the asp program again and the unspecified error shall be solved.


You can contact Sale and Technical Support Staff at
GreatShop Contact Email

| Home | Products | Demos | Support | Order Now | About Us | Contact Sales |



©Copyright 2001-02 Greatshop. All rights reserved. All other trademarks are the property of their respective owners.