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 (11)
  • Replies (10)
  • Mentions (0)
  • Official certification & Credly badges (0)
  • Global Masters badges (0)
  • Followers (0)
  • Following (0)
AllAccepted answers
    go to post
James Woo · Mar 24, 2022

It's in the %SYS namespace

0 0 https://community.intersystems.com/post/how-turn-journalling-programmatically#comment-185501
    go to post
James Woo · Mar 24, 2022

Where can I find the Config.Database class?

Config.DatabasesConfig.Database class
0 0 https://community.intersystems.com/post/how-turn-journalling-programmatically#comment-185496
    go to post
James Woo · Mar 17, 2022

https://openexchange.intersystems.com/package/IO-Redirect

s tmpFile = ##class(%FileCharacterStream).%New()
s myf = tmpFile.Filename = ##class(%File).TempFilename("txt")
open myf:("NW") USE myf ZWRITE ^||fruit
CLOSE myf
s tLine = ""
d tmpFile.Rewind()
while ('tmpFile.AtEnd) {
set tLine = tLine_tmpFile.ReadLine()
}
d ##class(%File).Delete(myf)
w tLine

0 0 https://community.intersystems.com/post/how-write-zwrite-output-trace#comment-184956
    go to post
James Woo · Sep 28, 2020

Oops. Never mind. Question is not valid

0 0 https://community.intersystems.com/post/how-force-createbusinessservice-method-use-filepath-adapter-settings#comment-134221
    go to post
James Woo · Aug 25, 2020

Have you try the following:

Index fcIDX1 On (Invoice(ELEMENTS), Invoice(KEYS)) [ Type = index ];

Index fcIDX2 On Invoice(KEYS) [ Type = index ];


Property Invoice As list Of %String(SQLTABLENAME = "INVOICETABLE", STORAGEDEFAULT = "array") [ SqlFieldName = INVOICE ];

0 0 https://community.intersystems.com/post/how-create-index-inside-array#comment-131491
    go to post
James Woo · Feb 10, 2020

Took the easy way out by reading the source file and write it out to the destination file

0 0 https://community.intersystems.com/post/how-get-current-date-and-time-destination-file-when-copying-using-streamcopyfrom#comment-114911
    go to post
James Woo · Jan 20, 2020

Other than the obvious syntax error

like '%[^a-zA-Z0-9 !”%#$&”()*+,-./:\;<=>?@]%'

,the query fails to return anything at all (Special character or no special characters).

0 0 https://community.intersystems.com/post/how-find-special-characters-sql-field#comment-82621
    go to post
James Woo · Dec 16, 2019

First, I have to use the ODBC Data Source Administrator to add and configure a System DSN for my namespace. Then I added the newly created DSN name to the SQL inbound adapter setting.

0 0 https://community.intersystems.com/post/can-you-use-sql-inbound-adapter-monitor-local-cache-database#comment-80926
    go to post
James Woo · Jan 11, 2019

Yes, I've been using the AVG function. Any solution will do. Any sample code out there? Thanks

0 0 https://community.intersystems.com/post/software-developer#comment-62331
    go to post
James Woo · Jan 11, 2019

That's great, but unfortunately, we've not upgraded to the latest and greatest. We're still using the 2015 release.

0 0 https://community.intersystems.com/post/software-developer#comment-62316
James Woo
@James.Woo
Follow

User statistics

Posts
11
Replies
10
Likes
1
Applications
0
Badges
0
Followers
0
People reached
66.8K
Accepted answers
2
  • 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