... the code or find a some short codes that will do the same.
Why?
I'm aiming to automate a process which counts the number of products allocated to an account or in total for a purchase order. Let ...
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 ...
... [1.7.0] Map: tap the "located" infotip to scan current
- [1.7.0] Map: tap and Hold anywhere on the map to scan
- [1.7.0] Map: offline redirects to help page
- [1.7.0] Map: interface layout over map
- ...
... yourself located"));
}
If you are prompted to import the classes then agree by clicking OK: If you are not prompted,
you should see some of your code go red like in the following screenshot ...
... It might seem trivial but these little aesthetic changes done at the database level can save some time.
Why?
I have an Excel report which dynamically gets its content from a data source located ...
What?
So this is an article exploring how to convert UPPERCASE text into mixed case. The feed is originally for a personnel feed so it won't be converting long paragraphs of English text. Instead it ...
... can step in when necessary but they will not necessarily match my skillset. My associates only get involved when something goes unexpectedly wrong and I do not have the extra time to allocate. They will ...
... buffer it loops through each of the input columns passed into the component
// It locates the actual column value (including checking for null) using the index array created in the Pre-Execute
...
... allocated country. Our use here was to create a refreshable country by IP address list that we can use when parsing our website logs to check where visitors were from.
Note: we also use and love ...
... all dialogs to close and save.
Additional
The affecting TNSNAMES.ORA file for the above setup is located in "C:\app\\product\11.2.0\client_1\Network\Admin". I also checked that the data therein ...
... find all the articles that need this change:
SET @stringtoFind='';
SET @stringtoReplaceWith='';
SELECT
`id` ,
`title` ,
IF(LOCATE( @stringtoFind, REPLACE(`content_column`, ...
... @UpdateCursor INTO @Data
END
CLOSE @UpdateCursor
DEALLOCATE @UpdateCursor
COMMIT TRANSACTION A
--print 'committed'
END TRY
BEGIN CATCH
ROLLBACK TRANSACTION A
...
Applies to
Microsoft Office Sharepoint 2007
What?
I've been tasked with adding links to files located on some network shares. I want to use UNC paths such as \\myServer\myShare\myFile.doc. ...
... FETCH NEXT FROM Cursor1 INTO @TableToProcess
END
CLOSE Cursor1;
DEALLOCATE Cursor1;
-- Generate final query and execute it
SELECT * FROM #CountRecordsPerTablePerCol;
END
...
...
SET @myCounter = @myCounter + 1;
FETCH NEXT FROM Cursor1 INTO @SqlToExecute
END
CLOSE Cursor1;
DEALLOCATE Cursor1;
PRINT '
) AS t1
GROUP BY column_value
...
... FETCH NEXT FROM MyCursor INTO @SqlToExecute
END
CLOSE MyCursor
DEALLOCATE MyCursor
T-SQL
Source: http://gallery.technet.microsoft.com/scriptcenter/c0c57332-8624-48c0-b4c3-5b31fe641c58 ...
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.