etoshop Creator
Program FAQ
C2B Webstore 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/webstore/home.htm" to run webstore program.

 


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\webstore\product.mdb"

Open opendb.asp and change the database path:
************************************************************************************************
fpath="DBQ="&Server.MapPath("/webstore/product.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 Opendb.asp is incorrect.  Program cannot find the database file.

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

Check the database path in Opendb.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 Opendb.asp is incorrect.  Program cannot find the database file.

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

Check the database path in Opendb.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 opendb.asp with Text Editor e.g. Notepad
  2. Change the database path:
    ********************************************************************************************
    fpath="DBQ="&Server.MapPath("/webstore/product.mdb")
    ********************************************************************************************
    To:
    ********************************************************************************************
    fpath="DB="&Server.MapPath("/webstore/product.mdb")
    ********************************************************************************************
  3. run the asp program and browser display a different error message.
  4. change the database path in opendb.asp to original database path:
  5. Change the database path:
    ********************************************************************************************
    fpath="DB="&Server.MapPath("/webstore/product.mdb")
    ********************************************************************************************
    To:
    ********************************************************************************************
    fpath="DBQ="&Server.MapPath("/webstore/product.mdb")
    ********************************************************************************************
  6. Run the asp program again and the unspecified error shall be solved.

 


"Run time error 70"
Permission Denied
solution:

Check your folder permission, make sure it is updateable, not read only or in use.


"Run time error 430"
Class does not support automation or does not support expected interface
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


"Run-time 429"
ActiveX component can't create object

Solution:

User computer does not have ActiveX file that is required to run the program.  Install the ActiveX component to computer.

Download and install the ActiveX component at:
http://www.microsoft.com/msdownload/vbscript/scripting51.asp


Contact Sales, Support or Send Question To
etoShop Contact Email