close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

SiteTools_ProgressV2 javascript error

Thread began 3/18/2015 9:41 am by BGY7777 | Last modified 7/06/2015 12:05 pm by BGY7777 | 2827 views | 15 replies

Jason ByrnesWebAssist

Couple of things I see that could be going wrong.

1) you don't have any specifically reserved words for your column names, but there are a couple that are questionable like year.

to elemental problems like reserved words, i like to use a naming structure for the table that prefaces each column name withe the table name. for example, instead of:
refID
dateEntered
status
etc...

where the table name is propDetail, i would use that in the column names:
propDetailRefID
propDetailDateEntered
propDetailStatus
etc...

This does 2 things, prevents the possibility of using reserved words, and prevents the possibility of the ambiguous column names error when doing a join query

2) all of the columns that can contain text are sett the text data type, this is not a very good practice. by using the text data type, you are setting aside a large storage area for a column that may not have a value that fills it.

unless you absolutely need to be able to store many paragraphs of information in a column, you should not use the text data type, you should use the archer data type, and only set enough storage space.

for example the town column will only contain the name of the town, theres no need to set aside more than 50 characters of space for a town name.

description may contain a few paragraphs, so that one works for text, but region again is probably only one word, use archer(50) for that. status, you have "For Sale", theres no use setting aside the text data type for 8 characters.

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...