Skip to content

Instantly share code, notes, and snippets.

@georgebrata
Created May 15, 2016 08:03
Show Gist options
  • Save georgebrata/96e290116ef3ddb178a21511e89d8005 to your computer and use it in GitHub Desktop.
Save georgebrata/96e290116ef3ddb178a21511e89d8005 to your computer and use it in GitHub Desktop.
<add key="formTitle" value="Categories"/>
<add key="masterTable" value="Product_Categories"/>
<add key="detailTable" value="Products"/>
<add key="foreignkey" value="product_category_code"/>
@georgebrata
Copy link
Author

<add key="databaseServer" value="GEORGEOLDPC\SQLEXPRESS"/>
<add key="databaseName" value="ecommerce_db"/>
<add key="databaseUser" value="root"/>
<add key="databasePass" value=""/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment