User bio
404 bio not found
Member since Apr 14, 2023
Posts:
Replies:
Punit · May 4 go to post

There's a lot of comments regarding which type of SQL to use (Dynamic SQL vs Embedded SQL). I believe both are useful in their own right but when using Dynamic SQL, proper care needs to be taken that user input, if added to the SQL statement, is correctly handled.

This is very important because if not handled correctly, it could lead to SQL injection attacks.

A good article explaining this is written and posted by @Ash Sherzhanov here: https://community.intersystems.com/post/avoiding-sql-injection-intersystems-iris-case-secure-query-practices

Some best practices for Dynamic SQL are in this article by @Timothy Leavitt: https://community.intersystems.com/post/dynamic-sql-best-practices-or-how-avoid-both-sql-injection-vulnerabilities-and-spaghetti-code

There are some good discussions in the comments of the article by Tim as well.

Punit · May 2, 2023 go to post

Thank you Dmitry and Clayton!

I was able to verify that the change went into effect immediately by trying to ping that address and verifying the IP address ping shows.

Punit · Apr 25, 2023 go to post

Thank you @Cristiano Silva !

I had tried LinkToFile earlier but was getting an invalid error for some reason. From reading your solution, I realized that the folder needs to be created beforehand and then it can create a file inside it. If the folder doesn't exist (I was trying to create a file along with the folder using the LinkToFile method), the method fails.

Certifications & Credly badges:
Punit has no Certifications & Credly badges yet.
Followers:
Punit has no followers yet.
Following:
Punit has not followed anybody yet.