Search found 11 matches

Go to advanced search

by Patwos
Thu Sep 23, 2010 4:13 pm
Forum: General Discussion
Topic: JadeBytes vs BLOBs
Replies: 1
Views: 2828

JadeBytes vs BLOBs

What are the advantages of using JadeBytes vs BLOBs for storing large amounts of binary data?

Are there any potential gotchas or downsides to using JadeBytes?

Pat.
by Patwos
Mon Jul 26, 2010 10:54 pm
Forum: Tips and Techniques
Topic: Generically handling MKD with unknown number of keys
Replies: 5
Views: 7892

Re: Generically handling MKD with unknown number of keys

That looks surprisingly like my method... before I removed usage of the undocumented classes and instead put in a "kludge" to use isKindOf... since I know that I'm only dealing with 2 kinds of MKDs on this occasion.... but at some point it would be nice to have documented, and therefore supported wa...
by Patwos
Mon Jul 26, 2010 5:03 pm
Forum: Tips and Techniques
Topic: Generically handling MKD with unknown number of keys
Replies: 5
Views: 7892

Re: Generically handling MKD with unknown number of keys

Thanks for the suggestions guys. Torrie: Good call on the classes not being visible etc. I guess for now I only need to handle about 4 different collection class types, so I'll just go with a grubby "isKindOf" hack to know how many keys I need to pass to the startKeyGEQ call instead. Whilst that cod...
by Patwos
Mon Jul 26, 2010 3:29 pm
Forum: Tips and Techniques
Topic: Generically handling MKD with unknown number of keys
Replies: 5
Views: 7892

Generically handling MKD with unknown number of keys

Has anyone written code to generically handle the collection returned by Table::getCollection or ComboBox::getCollection with respect to using an Iterator to do a startKeyGEQ on the collection when you don't know how many keys are defined for that collection? For example, is there a way to tell how ...
by Patwos
Thu Jul 22, 2010 9:57 pm
Forum: General Discussion
Topic: .Net GUI to Jade web application
Replies: 5
Views: 7346

Re: .Net GUI to Jade web application

Your best option currently would probably be to look at creating a Jade Web Service Provider application to expose the "data" and "services" you need to access from your .Net GUI. Then, import the WSDL from this Web service into .Net and write the .Net GUI that consumes this Web Service. If you don'...
by Patwos
Thu Jul 01, 2010 10:01 pm
Forum: Design and Architecture
Topic: Difference crashlog processdump
Replies: 1
Views: 7120

Re: Difference crashlog processdump

Generally you will get a pair of files created in the event of a fatal exception/crash. 1. The Crashlog directory will have a *.log file, a small text file containing details such as the Windows call stack at the time of the failure. 2. The ProcessDump directory will contain a *.dmp file, containing...
by Patwos
Tue May 11, 2010 8:54 am
Forum: General Discussion
Topic: gui such yahoo by jade
Replies: 2
Views: 4000

Re: gui such yahoo by jade

BeeJay already replied to your two other postings about this same topic:

https://forums.jadeworld.com/viewtopic.php?f=11&t=1605

https://forums.jadeworld.com/viewtopic.php?f=7&t=1606

I suggest you read his response to those postings.

Pat.
by Patwos
Thu Apr 08, 2010 12:25 am
Forum: General Discussion
Topic: Error -5009: 0x80070006 upgrading to Jade 6.3.06
Replies: 2
Views: 4262

Re: Error -5009: 0x80070006 upgrading to Jade 6.3.06

That sorted it for me. Thanks.
by Patwos
Tue Apr 06, 2010 10:16 pm
Forum: General Discussion
Topic: Error -5009: 0x80070006 upgrading to Jade 6.3.06
Replies: 2
Views: 4262

Error -5009: 0x80070006 upgrading to Jade 6.3.06

Has anyone else experienced the following error when trying to run the installer to upgrade to Jade 6.3.06? Error Code: -5009 : 0x80070006 Error Information: >Ctor\ObjectWrapper.cpp (389) >Kernel\Component.cpp (875) >Kernel\CABFile.cpp (263) >SetupDLL\SetupDLL.cpp (1611) PAPP:JADE 6.3.06 Ansi PVENDO...
by Patwos
Wed Aug 19, 2009 3:24 pm
Forum: Design and Architecture
Topic: create statement: To add or not to add persistent/transient
Replies: 8
Views: 14003

create statement: To add or not to add persistent/transient

At the risk of starting a religious war, what are people's view on the adding of the persistent or transient modifier to a create statement, irrespective of the class defined default persistence? I personally always add whichever modifier is appropriate for my requirements in the method in question ...

Go to advanced search