Applies to:
Microsoft SQL Server 2008 R2
Microsoft SQL Server 2012
What?
These were in a solution and I thought I'd note them on my site so I can refer to them more easily.
How?
Let's ...
... that calls the underlying OLEDB provider. See respective OLE DB provider for more connection strings to use with this class.
Provider=MySQLProv;Data Source=mydb;User Id=myUsername;Password=myPassword;
...
... given some lists and strings and although the same code worked great on one Zoho CRM, another client's ZohoCRM was not accepting "\n" as a new line character and instead would render/display it as "\n"... ...
... added row in that subform (on user input). This sets the document name for display later:
if(!isnull(row.Document_File))
{
v_FileDetected = row.Document_File;
if(v_FileDetected.contains("_"))
{
v_SubstringStart ...
What?
A very quick article to document a HTML Entity decoder in Zoho Creator.
Why?
Sometimes when receiving data from a third-party, we may receive some strings containing "&" or " " ...
... Interest
contains case-sensitive search, can be used on strings or lists
containsIgnoreCase case-insensitive search
endsWith
endsWithIgnoreCase
equals
equalsIgnoreCase
matches
notContains ...
... we just want the first two words of those strings:
3 days ago // where event is 3 days ago or just over but less than 4 days ago
1 week ago // where event is just over 1 week ago ...
...
Zoho doesn't have a function to generate random numbers or strings. There are workarounds however.
How?
The first note is that there is something that can emulate a random number... well it's not ...
... to generate the infamous JWT. If you've been trying to check your base64 encoded strings at JWT.io then it's hard because the timestamps, included in the encoding, change every second. You can get it verifying ...
What?
This is an article documenting how to access ZohoCRM with API v2 using PHP and cURL. The first few functions are to manage OAuth v2 and generate the refresh and access tokens. The second snippet ...
... row
Account for strings containing double-quotes (and commas to ignore)
Sort the resulting object array
How?
The function with comments:
- Uses deprecated XMLHttpRequest to get file ...
What?
A quick article on how to create a middleware script which accepts the values from a submitted HTML form and sends it to a server on another domain for processing. This applies to Linux Apache ...
... to the game. I'm trying to remove the first two entries from a news feed from a Google News feed.
Modifying the strings can be done in the PcWorldRssParser.java (without it crashing the app). ...
... What I want:
Why?
Outputting from SITS:Vision to our staging environment, the application would only output blank values using single tags so we had to find a place to introduce it. On strings ...
... referring to converting strings to dates and incorrect data types.
How?
The fix is to simply get the field and both results to be of the same data type:
=IIF(CStr(Fields!MyCompletionTime.Value)"", ...
What?
This took me a while to find so I've posted an article below detailing how to parse or extract values from a string containing XML code.
Why?
I'm working with a system which stores XML strings ...
... whose
source time is newer than the destination time.
/EXCLUDE:file1[+file2][+file3]...
Specifies a list of files containing strings. Each string
should ...
... in each of the following strings:
at
bet
cot
The expression does not match:
def
Non-Matching Character List
Use the non-matching character list to specify characters that you do not ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.