Search results for query: *

  1. N

    MySql Count returning 0

    I am trying to retrieve the count of records grouped by an ID. It retrieves all the ID's but returns a 0 in the count? Dim MC_Conn As New OleDb.OleDbConnection("...") Dim fdCom As New OleDb.OleDbCommand("SELECT MEETING_ID, Count(SDC_REGISTRANTS.PK) as Regis FROM SDC_REGISTRANTS group...
  2. N

    Reusing Code in an ASP.NET web site

    Thanks You just made my life a lot easier! THANKS!!!
  3. N

    Reusing Code in an ASP.NET web site

    I know this is a lame question, but I am a new programmer, and am slowly figuring it out. How do you use code one page to another. Say validating the person logged in is present in a table. How and where do you write a check function that all the pages in your project can access?
Back
Top