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. The Lounge
  3. It Sure Is Quiet In Here...

It Sure Is Quiet In Here...

Scheduled Pinned Locked Moved The Lounge
helpquestiondatabasetoolscareer
13 Posts 7 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.
  • R Offline
    R Offline
    Roger Wright
    wrote on last edited by
    #1

    Hmmm. I guess I'll ask a stupid question, then. Not a programming one, but a semi-technical question, just to see if anyone can still think clearly after the holiday beverage fests. One of the tasks I'll be doing in my new job is to catalog everything the utility company owns and put it in a database. That's a great idea, as they're growing fast and the problem of tracking inventory is only going to get worse. Since the reservation covers a large area they want to store, among other data, the exact location of each item using a GPS device. Apparently the plan is to issue GPS handhelds to the field people (or maybe they're going to send me out in a pickup truck - I dunno) to gather the information, then I'm supposed to build the app and enter the information. I've never used one of these clever little devices - do they output position information in degrees, minutes, seconds format, or do they use a real representation of position (+/- XXX.YYYYY degrees) that can be stored directly in a database field? "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

    R B M C 4 Replies Last reply
    0
    • R Roger Wright

      Hmmm. I guess I'll ask a stupid question, then. Not a programming one, but a semi-technical question, just to see if anyone can still think clearly after the holiday beverage fests. One of the tasks I'll be doing in my new job is to catalog everything the utility company owns and put it in a database. That's a great idea, as they're growing fast and the problem of tracking inventory is only going to get worse. Since the reservation covers a large area they want to store, among other data, the exact location of each item using a GPS device. Apparently the plan is to issue GPS handhelds to the field people (or maybe they're going to send me out in a pickup truck - I dunno) to gather the information, then I'm supposed to build the app and enter the information. I've never used one of these clever little devices - do they output position information in degrees, minutes, seconds format, or do they use a real representation of position (+/- XXX.YYYYY degrees) that can be stored directly in a database field? "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

      R Offline
      R Offline
      rkellow
      wrote on last edited by
      #2

      Depending on the GPS device they can output either or both. And for database storage you might want to look at a database that has the capability to store "spatial" data. A while back Oracle had spatial data capabilities I'm not sure about other databases. I did some work for Autodesk that used handhelds (Pocket PC) with GPS and tied in with Autodesk's mapping software. Hope that helps, Rob

      R 1 Reply Last reply
      0
      • R rkellow

        Depending on the GPS device they can output either or both. And for database storage you might want to look at a database that has the capability to store "spatial" data. A while back Oracle had spatial data capabilities I'm not sure about other databases. I did some work for Autodesk that used handhelds (Pocket PC) with GPS and tied in with Autodesk's mapping software. Hope that helps, Rob

        R Offline
        R Offline
        Roger Wright
        wrote on last edited by
        #3

        Hmmm. It's good to know that both formats are available, but Oracle is out of the question. These fine folks want to use Access - not a bad choice for now, but it will quickly become less than ideal as the database and the company grow. Fortunately there's always the handy Upgrade Wizard in Access 2003 and MSDE for future adaptations. Maybe I can get them to spring for SQL Server later on. "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

        R 1 Reply Last reply
        0
        • R Roger Wright

          Hmmm. It's good to know that both formats are available, but Oracle is out of the question. These fine folks want to use Access - not a bad choice for now, but it will quickly become less than ideal as the database and the company grow. Fortunately there's always the handy Upgrade Wizard in Access 2003 and MSDE for future adaptations. Maybe I can get them to spring for SQL Server later on. "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

          R Offline
          R Offline
          rkellow
          wrote on last edited by
          #4

          Yeah, I think Oracle is probably overkill for most projects. I'm sure you can build some Access tables that will handle the data. If I remember correctly (it was a few years ago), there was nothing magic about the geospatial extensions that Oracle was adding, it was just that it would be a "native" data type. I don't know if this solution will work for you or if it might be too expensive but one of the better solutions I saw when I was working on this was from Symbol Technologies. They had a handheld (I think it was a PocketPC) with both GPS and a barcode scanner. How it was used was to tag locations with a barcode and tie it in with the lat/lon position from the GPS. Also you might want to look at this link... http://www.linkspoint.com/white\_papers.asp . --Rob

          1 Reply Last reply
          0
          • R Roger Wright

            Hmmm. I guess I'll ask a stupid question, then. Not a programming one, but a semi-technical question, just to see if anyone can still think clearly after the holiday beverage fests. One of the tasks I'll be doing in my new job is to catalog everything the utility company owns and put it in a database. That's a great idea, as they're growing fast and the problem of tracking inventory is only going to get worse. Since the reservation covers a large area they want to store, among other data, the exact location of each item using a GPS device. Apparently the plan is to issue GPS handhelds to the field people (or maybe they're going to send me out in a pickup truck - I dunno) to gather the information, then I'm supposed to build the app and enter the information. I've never used one of these clever little devices - do they output position information in degrees, minutes, seconds format, or do they use a real representation of position (+/- XXX.YYYYY degrees) that can be stored directly in a database field? "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

            B Offline
            B Offline
            Brad Bruce
            wrote on last edited by
            #5

            http://www.codeproject.com/system/gps_support.asp[^] http://www.codeproject.com/vb/net/WritingGPSApplications1.asp[^] http://www.codeproject.com/useritems/WritingGPSApplications2.asp[^] You might also want to check the GPS equipment manufacturers for any APIs they might provide. There are GPS devices that look like a small cube with a cable attached (No integral display). I'd be interested in your article ;) when it's ready....

            RaviBeeR R 2 Replies Last reply
            0
            • B Brad Bruce

              http://www.codeproject.com/system/gps_support.asp[^] http://www.codeproject.com/vb/net/WritingGPSApplications1.asp[^] http://www.codeproject.com/useritems/WritingGPSApplications2.asp[^] You might also want to check the GPS equipment manufacturers for any APIs they might provide. There are GPS devices that look like a small cube with a cable attached (No integral display). I'd be interested in your article ;) when it's ready....

              RaviBeeR Offline
              RaviBeeR Offline
              RaviBee
              wrote on last edited by
              #6

              Munged links - may want to fix. /ravi My new year's resolution: 2048 x 1536 Home | Articles | Freeware | Music ravib@ravib.com

              B 1 Reply Last reply
              0
              • RaviBeeR RaviBee

                Munged links - may want to fix. /ravi My new year's resolution: 2048 x 1536 Home | Articles | Freeware | Music ravib@ravib.com

                B Offline
                B Offline
                Brad Bruce
                wrote on last edited by
                #7

                Thanks. I didn't notice that the firefox/CP plugin addd the HTTP:// at the beginning

                1 Reply Last reply
                0
                • B Brad Bruce

                  http://www.codeproject.com/system/gps_support.asp[^] http://www.codeproject.com/vb/net/WritingGPSApplications1.asp[^] http://www.codeproject.com/useritems/WritingGPSApplications2.asp[^] You might also want to check the GPS equipment manufacturers for any APIs they might provide. There are GPS devices that look like a small cube with a cable attached (No integral display). I'd be interested in your article ;) when it's ready....

                  R Offline
                  R Offline
                  Roger Wright
                  wrote on last edited by
                  #8

                  Cool! All the hard work is already done.:-D "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

                  B 1 Reply Last reply
                  0
                  • R Roger Wright

                    Hmmm. I guess I'll ask a stupid question, then. Not a programming one, but a semi-technical question, just to see if anyone can still think clearly after the holiday beverage fests. One of the tasks I'll be doing in my new job is to catalog everything the utility company owns and put it in a database. That's a great idea, as they're growing fast and the problem of tracking inventory is only going to get worse. Since the reservation covers a large area they want to store, among other data, the exact location of each item using a GPS device. Apparently the plan is to issue GPS handhelds to the field people (or maybe they're going to send me out in a pickup truck - I dunno) to gather the information, then I'm supposed to build the app and enter the information. I've never used one of these clever little devices - do they output position information in degrees, minutes, seconds format, or do they use a real representation of position (+/- XXX.YYYYY degrees) that can be stored directly in a database field? "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

                    M Offline
                    M Offline
                    Member 96
                    wrote on last edited by
                    #9

                    Oh Roger, you're about to open a can of worms the like of which you probably have never seen before. Good luck with that! ;) One reason why it's probably quiet in here is the absolutely horrifying news out of asia today. I don't think most Americans are aware of the scope of it but the death toll is over 11,000 and rising and it affects the entire Indian ocean basin.

                    R E 2 Replies Last reply
                    0
                    • M Member 96

                      Oh Roger, you're about to open a can of worms the like of which you probably have never seen before. Good luck with that! ;) One reason why it's probably quiet in here is the absolutely horrifying news out of asia today. I don't think most Americans are aware of the scope of it but the death toll is over 11,000 and rising and it affects the entire Indian ocean basin.

                      R Offline
                      R Offline
                      Roger Wright
                      wrote on last edited by
                      #10

                      John Cardinal wrote: you're about to open a can of worms It gets worse - they use Crystal Reports for everything, too. X| John Cardinal wrote: absolutely horrifying news out of asia I've following the story since I woke this morning... and the news just keeps getting sadder.:(( "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

                      1 Reply Last reply
                      0
                      • R Roger Wright

                        Cool! All the hard work is already done.:-D "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

                        B Offline
                        B Offline
                        Brad Bruce
                        wrote on last edited by
                        #11

                        I found a link to devices similar to what I remembered. www.deluoelectronics.com/customer/home.php?cat=1[^]

                        1 Reply Last reply
                        0
                        • R Roger Wright

                          Hmmm. I guess I'll ask a stupid question, then. Not a programming one, but a semi-technical question, just to see if anyone can still think clearly after the holiday beverage fests. One of the tasks I'll be doing in my new job is to catalog everything the utility company owns and put it in a database. That's a great idea, as they're growing fast and the problem of tracking inventory is only going to get worse. Since the reservation covers a large area they want to store, among other data, the exact location of each item using a GPS device. Apparently the plan is to issue GPS handhelds to the field people (or maybe they're going to send me out in a pickup truck - I dunno) to gather the information, then I'm supposed to build the app and enter the information. I've never used one of these clever little devices - do they output position information in degrees, minutes, seconds format, or do they use a real representation of position (+/- XXX.YYYYY degrees) that can be stored directly in a database field? "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

                          C Offline
                          C Offline
                          Colin Angus Mackay
                          wrote on last edited by
                          #12

                          I don't recall the type of utility company. If they are electric they might already use a GIS (Geograhic Information System) called Smallworld. Smallworld PLC was taken over by GE in 2000 and, last I head, is called GE Smallworld which is owned as part of the GENS (General Electric Network Services) division. It could be worth looking into in order to store the information once you have it. However, Smallworld is used by all types of utility (I've used it on projects for Electric, Telecoms and Water companies), it is just that since GE took over they have concentrated on the Electric market more heavily.


                          Do you want to know more? WDevs.com - Member's Software Directories, Blogs, FTP, Mail and Forums

                          1 Reply Last reply
                          0
                          • M Member 96

                            Oh Roger, you're about to open a can of worms the like of which you probably have never seen before. Good luck with that! ;) One reason why it's probably quiet in here is the absolutely horrifying news out of asia today. I don't think most Americans are aware of the scope of it but the death toll is over 11,000 and rising and it affects the entire Indian ocean basin.

                            E Offline
                            E Offline
                            El Corazon
                            wrote on last edited by
                            #13

                            John Cardinal wrote: I don't think most Americans are aware of the scope Some do and have been paying attention. My older brother and I do not have the best relationship (i.e. we don't talk, or at least I don't talk), still I would never have wished this on him, he is with his children in Thailand for Christmas break. I have been concerned for all the families over there. _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                            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