close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

SQL Files

Thread began 5/30/2012 10:50 pm by bill173836 | Last modified 6/01/2012 7:21 am by Jason Byrnes | 631 views | 1 replies |

bill173836

SQL Files

I tried using the wizard to set up a store admin and it creates the php files fine but doesn't create any of the database tables even though there is database access. Where can I get the sql files to use to create my tables for all of the options in the wizard? I want to use all the different including the CMS and comments too.

Sign in to reply to this post

Jason ByrnesWebAssist

the table should have been created in the testing server mysql database.


the create table statement for the Product Administration application type is:

CREATE TABLE `Products` (
`ProductID` int(12) NOT NULL AUTO_INCREMENT,
`ProductSKU` varchar(50) DEFAULT NULL,
`ProductName` varchar(100) NOT NULL,
`ProductPrice` float(12,2) NOT NULL,
`ProductRetailPrice` float(12,2) DEFAULT NULL,
`ProductShipping` float(12,2) DEFAULT NULL,
`ProductWeight` float(12,2) DEFAULT NULL,
`ProductCartDesc` varchar(250) DEFAULT NULL,
`ProductShortDesc` varchar(1000) DEFAULT NULL,
`ProductLongDesc` text,
`ProductThumb` varchar(100) NOT NULL,
`ProductImage` varchar(100) NOT NULL,
`ProductUpdateDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`ProductStartDate` datetime DEFAULT NULL,
`ProductEndDate` datetime DEFAULT NULL,
`ProductStock` float(12,2) DEFAULT NULL,
`ProductLive` tinyint(1) DEFAULT '0',
`ProductUnlimited` tinyint(1) DEFAULT '1',
`ProductDigital` varchar(250) DEFAULT NULL,
`ProductMaxDownloads` int(12) DEFAULT NULL,
`ProductNonTaxable` int(1) DEFAULT '0',
`ProductTitle` varchar(100) DEFAULT NULL,
`ProductMetaKeywords` varchar(255) DEFAULT NULL,
`ProductMetaDescription` varchar(255) DEFAULT NULL,
PRIMARY KEY (`ProductID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8




you can find the create table statements for each application in the users configuration folder.

for help finding the configuration folder, see the common installation issues page:
common_installation_issues.php

once in the configuration folder, go to Shared/WebAssist/DataAssist/XML/Schema, there is an XML file for each application type.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...