close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

SQL syntax on sort

Thread began 5/19/2010 11:08 am by frank262985 | Last modified 5/24/2010 6:50 pm by frank262985 | 1681 views | 5 replies

frank262985

Sort problem changed

I had made sure there was no sort set up before begining this process. The only change I made from the last post was that I left the RecNum field as being the primary key which before I had switched to Suite#.

Once again I believe I followed all the correct procedures but the result is different.

I now get - Unknown column 'Ambeau' in 'order clause' - which is the entry in the first record for Last_Name.
The Sever markup is now as follows -

//WA DataAssist Sort (Copyright 2007, WebAssist.com)
//Recordset: WADAOwner_List;
$WADA_Sort_1 = new WADA_SortObject();
$WADA_Sort_1->DefaultSort = "";
$WADA_Sort_1->ColumnList = "".((isset($_GET["sort"]))?$_GET["sort"]:"") ."^SuiteNum^Last_Name";
$WADA_Sort_1->SortOrderList = "Ascending^Ascending^Ascending";
$WADA_Sort_1->ToggleOn = true;
if ((((isset($_GET["sort"]))?$_GET["sort"]:"") != "")) {
$WADA_Sort_1->SetToClause = $WADA_Sort_1->getDefaultSetToClause();
if ($WADA_Sort_1->ToggleOn && isset($_SESSION["WADA_OrderClause_Owner_List_Results"])) {
$WADA_Sort_1->ToggleClause = $_SESSION["WADA_OrderClause_Owner_List_Results"];
}
}
else if (isset($_SESSION["WADA_OrderClause_Owner_List_Results"])) {
$WADA_Sort_1->SetToClause = $_SESSION["WADA_OrderClause_Owner_List_Results"];
}
$WADA_Sort_1->initialize();
$_SESSION["WADA_OrderClause_Owner_List_Results"] = $WADA_Sort_1->SetToClause;

$_SESSION["WADA_OrderClause_Owner_List_Results"] = $WADA_Sort_1->SetToClause;


I'm sorry about this as I seem to get different results by changing something I'm not aware of.

The database has 5 fields,
RecNum (Primary key)
SuiteNum - not indexed
Last_Name - not indexed
FirstNames - not indexed
Phone# - not indexed

My report uses all of them except the RecNum

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