Tag: SQL
-
Encrypting .Net application web.config files are easy enough. However Sitecore is NOT a fan of you messing with the web.config. This is even part of the reason the connection strings are stored out into a separate file in Sitecore. I’ll go through a quick method of taking care of doing…
+
+
+
+
+
+
+ Configuration, Connection Strings, connectionStrings, Decryption, Encryption, mongodb, sitecore, SQL+
+
+
+
+
+
+
+
+
+
+
+
-
So you want to execute an Oracle stored procedure with parameters, huh? For this example I have an Oracle stored procedure called MEMBER_TYPE_UPDATE that will update what type of membership I have based on the numeric value. This sort of snippet can be used in a web application directly or called by…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+