DataCatalog web control installation instructions

  • Install the BuilderEditor component. You can download it from http://www.mixba.com/products/BuilderEditor/download.aspx.
  • Copy the Mixba.BuilderEditor.dll file to the /bin directory of the DataCatalog and WebDataCatalog projects.
  • Create a virtual directory called webdatacatalog. Point the new virtual directory to the webdatacatalog directory.
  • Configure the web.config file.
    1. Specify the defaultOleDbConnectionString value. Set the connection string used to connect to the demodb.mdb file. The demodb.mdb file is deployed with the web application.
    2. Specify the defaultSQLConnectionString value. Set the connection string used to connect to the database that contains the Orders table. The Orders table script is deployed in the SQLDDL.txt.

 Download code now.