shared

  1. J

    Question Simple database help in getting started

    Hello everyone, First time poster here! I need a little help and direction with how to go about writing a program using a database. Apologies in advance if I've posted in the wrong section. Aims: 1) To be able to make a form that takes about 8 pieces of information and stores it on a central...
  2. D

    Shared Hashtable between different apps

    Hello, I currently have a ASP.NET Website and a Windows Service doing some work together. It consists in running some processes either using scheduling or on-demand requests. Basically before i had the windows service i used a Shared Hashtable to register all the on-demand requests and avoid...
  3. M

    Question Enforce "contract" without using an Interface

    I have a situation where I need to make sure that a class implements a set of Shared methods. The context is quite complex, so I'll spare the details. I basically have an abstract class that deals heavily with Generics. I need to call a Shared method on the Generic class T. I need to make sure...
  4. S

    please help with login error

    Hello Im trying to create a login page which accesses a mysql database I keep getting this error: reference to a non shared member requires an object reference heres the line of code : Dim reader As System.Data.SqlClient.SqlDataReader = New...
Back
Top