Search results for query: *

  1. S

    Question Enabling related values backward and forward from a value

    hi, I have 2 tables called "modul" and "relation" in the attached database. I have a form called "form1" which has 1] 2 radiobuttons: "All" & "Section" (only Section should be selected for this prob) 2] 1 dropdownlist: "Module" (e.g. B2) 3] 2 checkboxes: "Von" & "Nach" (both checked) 4] 1...
  2. S

    Question Find Logic for reading SQL data

    OleDbCommand.ExecuteReader.Read() Problem Hi, With reference to the earlier project, (i have attached the files), i was able to generate the GDL file as i wanted (Form1.txt contains the original code which i initially used it in Form_Load() event).... But now when i implement this...
  3. S

    Question Count(*) does not work for null values

    thnx. i found that out. Though why does it give me a count of 4 instead of 3?
  4. S

    Question Count(*) does not work for null values

    hi, i m trying to run a query on an MSAccess table, but it does not give me any count but only 0. There are 3 null values which i should be getting but it does not give me the result. This query works perfectly in MSSql Server 2008. the query is : SELECT COUNT(*) AS Cntr FROM...
  5. S

    Question Find Logic for reading SQL data

    Hi, I am trying to find a logic for reading sql query data and displaying it properly. i have 2 sql tables Modul & Relation (see attachments) which i am using to create a GDL file format (see Old and New GDL file attachments). I am trying to extract data from these tables based on the Logic...
Back
Top