Article Andre Larsen Barbosa · Feb 11 2m read A look at Dynamic SQL and Embedded SQL Unlike the movie mentioned in the image (for those who don't know, Matrix, 1999), the choice between Dynamic SQL and Embedded SQL is not a choice between truth and fantasy, but it is still a decision to be made. Below, I will try to make your choice easier. If your need is interactions between the client and the application (and consequently the database), Dynamic SQL may be more appropriate, as it "adapts" very easily to these query changes. However, this dynamism has a cost: with each new query, it is remodeled, which can have a higher cost to execute. Below is a simple example of a Python code snippet. #Contest #SQL #InterSystems IRIS 68 16 4 368
Discussion Andre Larsen Barbosa · Sep 29, 2022 I have an "idea", that one day every professional will meet Caché/IRIS. Hello everybody... #Other 2 5 0 299
Question Andre Larsen Barbosa · Feb 26, 2021 What is the difference between using ( . . PropertyName) and (%page.PropertyName) when opening an Id ? What is the difference between using ( . . PropertyName) and (%page.PropertyName) when opening an Id ? #Caché 7 1 1 161
Discussion Andre Larsen Barbosa · Nov 10, 2020 Why change? I have already asked a question about migrating an Oracle database to Caché, and I was promptly answered. Now, I have one more question, however it is more conceptual. In general, any tool defends its benefits, and looking at Caché's, among many, there is a lot of talk about speed. The question is, if I already have a database, and at the moment, its performance is not a problem, I would like to know what else could influence the change of this database? Remembering that it is functional and without any apparent problem. #InterSystems Business Solutions and Architectures #Caché #InterSystems IRIS 8 2 1 270
Question Andre Larsen Barbosa · Nov 5, 2020 Migration Oracle - Caché Hello everyone,First sorry for the ignorance, but, as I am new in the InterSystem world, I came to the following doubt:Thinking about a database migration. Is it possible, in a non-traumatic way, to take an Oracle database and migrate it completely to Caché? #Compatibility #Databases #Caché 11 4 10 423