I have an ODBC connection to a database set up in Control Panel using a DSN. I can use this to see data from tables and Views in Excel. What I need to be able t
When I deploy my site to Heroku unfortunately all the deployment of the server site I did on the client site now I need to undo all the commands from the client
I have two projects in same solution, the first one is a console app and the second one is a web app. I am trying to run the console application from the server
When you get the tracks from the global playlist from Itunes/Apple Music with Applescript how do you get only filetracks e.g I can do return tracks of playlist
I have written a parser for a typical format (proprietary) of text in a text file. One of the primary tasks of the parser is to convert function name in the cal
I am super beginner. Now I am try to make Android notification using NotificationListenerService. Problem: [A]application don't post notification but I can get
I have classes like these: class MyDate { int year, month, day; } class Lad { string firstName; string lastName; MyDate dateOfBirth; } And I w
when a xml message define like below, karate adds empty namespace to child element. Karate feature Feature: test xml Scenario: test xml empty namespace