Search results for query: *

  • Users: jmycr
  • Content: Threads
  • Order by date
  1. J

    Secure MySQL Cross Domain Connection

    I have a .net Windows Application that connects to a MySQL Database on a separate domain across the internet. How secure is the connection? If the connection was being monitored can anyone see the information I am returning in a select statement? I am using the MySql.Data.dll to connect.
  2. J

    pass class instance between forms

    I would like to pass a user defined class from one form to another. There is a catch. Form A is my main form and references a dll that contains Form B. The class that I wish to pass is a separate dll that is referenced only by Form A. This is what I have so far. FORM A 'This is the class...
Back
Top