Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. distance calculate

distance calculate

Scheduled Pinned Locked Moved C#
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Shriya Kapoor
    wrote on last edited by
    #1

    i am trying to calculate the distance between two places. i filled the two combos with source n destination through data reader. Distance between them is also stored in the same reader. anyone can plzz tell me the method to display it on Label. sincerly, Shriya

    C 1 Reply Last reply
    0
    • S Shriya Kapoor

      i am trying to calculate the distance between two places. i filled the two combos with source n destination through data reader. Distance between them is also stored in the same reader. anyone can plzz tell me the method to display it on Label. sincerly, Shriya

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      So you have two combo boxes, and each combination of selections, has a distance stored in your database ? Wouldn't it be more efficient to store their locations and calculate distance ? Anyhow, you need to find the entry in your DB that has this pair of values, so either search the table you have, or select just that one value with the two fields that match. Hard to say more without knowing your DB schema.

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups