Learning Documentation Community Open Exchange Global Masters Certification Partner Directory Ideas Portal
Developer Community
  • Posts
    • InterSystems Official
    • Articles
    • Questions
    • Announcements
    • Discussions
    • Tags
  • Events
    • Tech Article Contest
    • Programming Contest
    • InterSystems Ideas Contest
    • Event Calendar
  • Products
    • InterSystems IRIS
    • InterSystems IRIS for Health
    • HealthShare
    • TrakCare
    • Caché
    • Ensemble
    • InterSystems Analytics (DeepSee)
    • InterSystems Text Analytics (iKnow)
  • Jobs
    • Job Opportunity
    • Job Wanted
  • Members
  • About
    • About Us
    • FAQ
    • Feedback
    • Report an Issue
    • Share an Idea
    • Code of Conduct
    • Contact Us

EN

Search by posts, members, tags
Language
EN|
ESPTJPCNFREN
New post
  • Profile page
  • Posts (574)
  • Replies (3,146)
  • Mentions (563)
  • Official certification & Credly badges (4)
  • Global Masters badges (15)
  • Followers (62)
  • Following (38)
AllAccepted answers
    go to post
Evgeny Shvarov · Jul 16, 2019

Did it, thanks!

0 0 https://community.intersystems.com/post/can-i-connect-cache-using-ssms-sql-server-management-studio?page=89#comment-71496
    go to post
Evgeny Shvarov · Jul 16, 2019

wow! It has Caché icon? ) cool! Is it possible to add InterSystems IRIS connection option too?

0 0 https://community.intersystems.com/post/can-i-connect-cache-using-ssms-sql-server-management-studio?page=89#comment-71476
    go to post
Evgeny Shvarov · Jul 15, 2019

@Ben Spead, @Timothy Leavitt: do you want to share the project on Open Exchange?

Is it possible to use IRIS Community Edition with the sample?

0 0 https://community.intersystems.com/post/widgets-direct?page=89#comment-71316
    go to post
Evgeny Shvarov · Jul 10, 2019

Thank you, Marco!

Looking forward to seeing your company's IRIS solutions on OEX!

0 0 https://community.intersystems.com/post/intersystems-open-exchange-june-2019-digest?page=89#comment-71166
    go to post
Evgeny Shvarov · Jul 9, 2019

Great video, @Sourabh Sethi!

Would be much better if you provide the outline too!

1 0 https://community.intersystems.com/post/training-locking-cache-object-script?page=89#comment-71131
    go to post
Evgeny Shvarov · Jul 9, 2019

Hi Florian!

Take a look at this article by @Timur Safin 

HTH

1 0 https://community.intersystems.com/post/proxy-object-dynamic-access?page=89#comment-110561
    go to post
Evgeny Shvarov · Jul 8, 2019

Hi @Guillaume.Rongier ! Thanks for sharing!

Could you please submit the demo on Open Exchange too?

0 0 https://community.intersystems.com/post/install-ensdemo-iris?page=89#comment-71001
    go to post
Evgeny Shvarov · Jul 4, 2019

Thank you, Arshaq!

0 0 https://community.intersystems.com/post/developer-community-july-2019-release?page=89#comment-70916
    go to post
Evgeny Shvarov · Jul 1, 2019

Hi Masilu! Could you please submit a new question with the description of the problem?

1 0 https://community.intersystems.com/post/intersystems-developer-community-welcome-page?page=89#comment-70786
    go to post
Evgeny Shvarov · Jun 29, 2019

This is nice, thank you, Ed!

0 0 https://community.intersystems.com/post/useful-auto-generated-methods?page=89#comment-70661
    go to post
Evgeny Shvarov · Jun 29, 2019

Actually didn't get what the below method does. 

Method PropertySetObjectId(id)

Do you have an example?

0 0 https://community.intersystems.com/post/useful-auto-generated-methods?page=89#comment-70651
    go to post
Evgeny Shvarov · Jun 29, 2019

Interesting.

SQLComputed property stores the calculated data on disk by default so GetStored works in this case.

And doesn't store if Calculated or Transient flags are defined for the property and GetStored throws an error.

0 0 https://community.intersystems.com/post/getting-value-property-instance-or-getting-value-column-record?page=89#comment-70646
    go to post
Evgeny Shvarov · Jun 29, 2019

Be aware that GetStored doesn't work for Calculated or Transient properties, but does work fro SQLComputed. 

0 0 https://community.intersystems.com/post/getting-value-property-instance-or-getting-value-column-record?page=89#comment-70641
    go to post
Evgeny Shvarov · Jun 29, 2019

Marked this approach as a preferred for Object access if the property is not Calculated and not Transient.

0 0 https://community.intersystems.com/post/getting-value-property-instance-or-getting-value-column-record?page=89#comment-70636
    go to post
Evgeny Shvarov · Jun 29, 2019

SQLCOMPUTECODE is for calculated properties only I believe.

0 0 https://community.intersystems.com/post/getting-value-property-instance-or-getting-value-column-record?page=89#comment-70621
    go to post
Evgeny Shvarov · Jun 29, 2019

And GetStored effectively bypasses any of these, right?

0 0 https://community.intersystems.com/post/getting-value-property-instance-or-getting-value-column-record?page=89#comment-70616
    go to post
Evgeny Shvarov · Jun 29, 2019

Do we have two types of getters?

I mean the one which you code a method like Class.PropertyGet()

0 0 https://community.intersystems.com/post/getting-value-property-instance-or-getting-value-column-record?page=89#comment-70606
    go to post
Evgeny Shvarov · Jun 29, 2019

Thanks, Danny!

good point on slow opening an instance with 100 properties and maybe lot more got swizzled.

0 0 https://community.intersystems.com/post/getting-value-property-instance-or-getting-value-column-record?page=89#comment-70596
    go to post
Evgeny Shvarov · Jun 29, 2019

Maybe getters could be considered as bad practice in general cause its not called with get stored and not called via  SQL

0 0 https://community.intersystems.com/post/getting-value-property-instance-or-getting-value-column-record?page=89#comment-70586
    go to post
Evgeny Shvarov · Jun 29, 2019

Thanks, Ed! This is nice!

But this will approach will not execute getter method if any, right?

0 0 https://community.intersystems.com/post/getting-value-property-instance-or-getting-value-column-record?page=89#comment-70566
  • first
  • ‹ previous
  • …
  • 88
  • 89
  • 90
  • 91
  • 92
  • …
  • next ›
  • last
Evgeny Shvarov
@Evgeny.Shvarov
Senior Startups and Community Programs Manager at InterSystems Corporation
TEAM
Follow
Open Exchange profile

User statistics

Posts
574
Replies
3.1K
Likes
2K
Applications
54
Badges
15
Followers
62
People reached
334.7K
Accepted answers
230
  • Privacy & Terms
  • Guarantee
  • Section 508
  • Contest Terms
  • Cookies Settings
© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up