Search results for query: *

  1. M

    Resolved Error sending FCM notification message to Android

    I find the solution... Just need to change the line Dim deviceId As String = "//topics/general" to Dim deviceId As String = "/topics/general" Thank you all
  2. M

    Resolved Error sending FCM notification message to Android

    Hi I try to send a notification message through VB.Net window application, to all users who use one application I created on Android platform. The code I use is Imports System.IO Imports System.Net Imports System.Net.Http Imports System.Net.Http.Headers Imports System.Text Imports...
  3. M

    Question Custom Sync Tool

    I know it is hard to ex plane but any help worth it.
  4. M

    Question Custom Sync Tool

    Hi How I can create one application that get results from one MS SQL Server query compare them with one MYSQL Server query and if it is equal then do update else do insert. For example, let say I have my source sql query Select ID, FName, LName From TBNames Results: ID | FName |...
Back
Top