go to post Luc Morningstar · Dec 30, 2024 Thanks for the offer.As freelancer with instable income I need to keep cost as low as possible
go to post Luc Morningstar · Dec 23, 2024 somewhat outside my private budget ------------- ------------- ------------- ------------- -------------
go to post Luc Morningstar · Dec 23, 2024 Really something useful for customer support without local installed external add-on
go to post Luc Morningstar · Jul 16, 2024 as readable as a binary code might be <?xml version="1.0" encoding="UTF-8"?> <Export generator="Cache" version="25" ..... <OBJ name="myobj.0"> <DataBase64>h4bC7YFdTWUCAAoIACBqAMOXBQFZTngzFAAAAAAAAADMfsNJgV1NZQAAAADm/wRGYWtlASUAAQBA AAAAEyVMaWJyYXJ5LlN5c3RlbUJhc2UKJVJhbmRvbVNpZw5rcGNlWmgrYldmYi9RQQAAHQAcAAAA ...... </DataBase64>
go to post Luc Morningstar · May 17, 2024 Exactly my concern! A lot of AI + tons of Python stuffNo IRIS visible !👍👿
go to post Luc Morningstar · May 15, 2024 HMMMM.I see npm, I see python in githubIs there some IRIS hidden anywhere ??
go to post Luc Morningstar · Apr 23, 2024 IRIS is NOT Open Source.You may apply for engineering or support.If you are hired you eventually may get some access to some sourceUp to that you just have public documentation 😈
go to post Luc Morningstar · Apr 17, 2024 As a new hacker it's wise to study concepts and structures of your hacking target first.
go to post Luc Morningstar · Dec 11, 2022 "Hope this clarifies things" Indeed: ChatGPT has not qualified for me.I'll stay with standard docs and learning.
go to post Luc Morningstar · Oct 12, 2022 ¡Hola Yone! https://yonemoreno.github.io/I want to know if your series of [Off-Topic] discussions hassome serious background for your companyor if it's just an academic exercise.
go to post Luc Morningstar · Jun 18, 2022 Just by curiosity I tried it on Caché>>> Cache for Windows (x86-64) 2018.1.3 (Build 414U) <<< As ZPM is missing I had to use the manual installationFollowing strictly the installation guide It got up and running immediately It fully fills all my needs from any of my browsers.
go to post Luc Morningstar · Mar 16, 2022 in Caché $system.SQL.Export() writes all DDL to file adjustment for MS SQL might be required. next you loop in a routine with SELECT * from ....<your tables> and write it to external filesthe appropriate methods are in %SQL.Statement.