Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread Online Documentation error
Mon, Jul 9 2018 8:05 PMPermanent Link

Gregory T Swain

Zucchetti North America LLC

The Google search "elevatedb update from another table"
leads to

https://www.elevatesoft.com/manual?action=viewtopic&id=dbisam4&product=delphi&version=7&topic=update_statement

where an example:is given:

UPDATE orders SET ShipToContact=Customer.Contact
FROM orders LEFT OUTER JOIN customer
ON customer.custno=orders.custno

which yields a syntax error at "FROM", and which actually requires an embedded (Select...)
Thu, Jul 12 2018 4:59 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Gregory,

Got it, thanks very much.

Tim Young
Elevate Software
www.elevatesoft.com
Fri, Jul 13 2018 11:57 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Gregory,

I double-checked that link, and it's referring to the DBISAM 4 manual, hence the issue.  I'm not sure *why* Google is showing this in the results, but it's pretty common for Google to substitute keywords or leave off keywords, if it thinks that the search results will still be relevant.

Tim Young
Elevate Software
www.elevatesoft.com
Sat, Jul 14 2018 3:35 AMPermanent Link

Charalampos Michael

Tim also,
 https://www.elevatesoft.com/manual?action=viewtopic&id=edb2&product=delphi&version=6&topic=Publish_Unpublish_Databases
 
  MySession.Execute('UPUBLISH DATABASE "MyDatabase"');

Should be:
  MySession.Execute('UNPUBLISH DATABASE "MyDatabase"');

You forgot a "N"! Smiley
Tue, Jul 17 2018 12:41 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Michael,

<< You forgot a "N"! Smiley>>

What ?  You've never UPUBLISHED a database ? Wink

It's fixed, thanks.

Tim Young
Elevate Software
www.elevatesoft.com
Thu, Jul 19 2018 3:58 AMPermanent Link

Charalampos Michael

<< What ?  You've never UPUBLISHED a database ? Wink>>

lol!
Image