Posts by Purcini • 93 points
3 posts
-
4
votes1
answer150
viewsQ: Error "E2034 Cannot Convert 'Tbytedynarray *' to 'Tbytedynarray'"
I need to perform an integration with Horus System (Health), using C++ Builder. I already imported the .cpp of the Approval web service made available for my project. I have problems in the methods…
-
2
votes1
answer655
viewsQ: Script for Run in Function
I’m performing a conversion on some comic objects where they are with a fixed name of the database. Example: select * from banco.dbo.tabela ... In this case, we are changing this banco fixed, by a…
-
3
votes1
answer837
viewsQ: Prefixes in SQL Sentence
In SQL Server it accepts only 4 prefixes in the sentences, e.g.: Select * from pmv.banco.dbo.tabela. In this case, I am using a client Linked server. However, when I reference some field of the…