I've created a Standard SharePoint 2013 Event Receiver on a custom list. Watched Event = "ItemAdded". Later in my code I need to retrieve the attachments of t
i'm trying to store some data in Dbeaver binding variables like these: --test @set test = good --testQ @set testQ = select date from table where id = 1; I need
I'm new to swift! I would like to add a link to a text inside my View Controller, I found this code below. When I run the App crash and is returning this error
I'm exploring C++ Template Specialization, and I'm trying to understand the syntax rules: template <typename T> T foo(T a, char b) { /* some code */ }
I've just read a post by Basem Emara about creating a threadsafe array Type in Swift. While I glanced through the code example, I asked myself if there isn't a
I am trying to transfer an erc20 token from contract address to an eth address using this code: var _from = "from Address"; var contAddress = "contract address"
I would like to create SQL query on some text field (not keyword) for example "name" field and send that query to elastic server. my problem is that I need to u
I am designing a database to captures personnel tied to office codes. The problem is that occasionally the office codes will change due to re-orgs. My questions