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. Other Discussions
  3. Article Writing
  4. School Project

School Project

Scheduled Pinned Locked Moved Article Writing
4 Posts 4 Posters 7 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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    as i m doing a food ordering programme for cisco ip phone 7960.i have difficulty in sending the data into the correct area of the table i wan.As i m not sending the whole row of data together,i m sending it column by column.but through this method,the data i sent is not of the same row.for each column,the data will in each column will be one row below the previous one,which is not what i wanted.wat should i do to be able to send the data column by column n they will still stay at the same row???:) ;) ;P :-D :( :(( :-O :rolleyes: :laugh: :mad: :confused: :| X| :suss: :cool: :eek: :rose: aaa

    C R M 3 Replies Last reply
    0
    • L Lost User

      as i m doing a food ordering programme for cisco ip phone 7960.i have difficulty in sending the data into the correct area of the table i wan.As i m not sending the whole row of data together,i m sending it column by column.but through this method,the data i sent is not of the same row.for each column,the data will in each column will be one row below the previous one,which is not what i wanted.wat should i do to be able to send the data column by column n they will still stay at the same row???:) ;) ;P :-D :( :(( :-O :rolleyes: :laugh: :mad: :confused: :| X| :suss: :cool: :eek: :rose: aaa

      C Offline
      C Offline
      Colin Bowern
      wrote on last edited by
      #2

      Michelle, Can you give some more detail on what method you are trying to use? I haven't seen the SDK for the Cisco IP Phone 7960 yet. Cheers! Colin

      1 Reply Last reply
      0
      • L Lost User

        as i m doing a food ordering programme for cisco ip phone 7960.i have difficulty in sending the data into the correct area of the table i wan.As i m not sending the whole row of data together,i m sending it column by column.but through this method,the data i sent is not of the same row.for each column,the data will in each column will be one row below the previous one,which is not what i wanted.wat should i do to be able to send the data column by column n they will still stay at the same row???:) ;) ;P :-D :( :(( :-O :rolleyes: :laugh: :mad: :confused: :| X| :suss: :cool: :eek: :rose: aaa

        R Offline
        R Offline
        Rassman
        wrote on last edited by
        #3

        You have to account for your data being sorted differently in each place. So, your orriginal table may look like this, ItemID FoodItem QtyStock QtyChanged 100 Eggs 10 Y 101 Cheese 25 N 102 Fish 5 Y You only want to send the new stock figures rather than the whole table and then only information that has changed, but you need the ItemID sent too so that your receiving program knows which data Item is being changed. So you send 100,10;102,5 A point with synchronising multiple data sources. If the remote system is purely a view then you do not need to take account of time. But, if your cisco ip (or what ever the remote device is) can also change the data then you need a synchronising policy. This is nearly always based on time. So the simple table above would be something like, ItemID FoodItem QtyStock QtyChanged TimeChanged 100 Eggs 10 Y 20/10/01 2:15:02 101 Cheese 25 N 21/10/01 3:35:11 102 Fish 5 Y 20/10/01 2:00:00 Now, when you synchronise your data you need three fields, send 100,10,20/10/01 2:15:02;102,5,20/10/01 2:00:00; Receive {any changed data from the remote device} I just added this part to sort of spur you on. Sorry if I'm rambling. People often accuse me of rambling, I don't see it myself......... We do it for the joy of seeing the users struggle.

        1 Reply Last reply
        0
        • L Lost User

          as i m doing a food ordering programme for cisco ip phone 7960.i have difficulty in sending the data into the correct area of the table i wan.As i m not sending the whole row of data together,i m sending it column by column.but through this method,the data i sent is not of the same row.for each column,the data will in each column will be one row below the previous one,which is not what i wanted.wat should i do to be able to send the data column by column n they will still stay at the same row???:) ;) ;P :-D :( :(( :-O :rolleyes: :laugh: :mad: :confused: :| X| :suss: :cool: :eek: :rose: aaa

          M Offline
          M Offline
          Member_14700335
          wrote on last edited by
          #4

          I think you may refer to Cisco Technical Tips to get information on your project to implement the function properly. https://www.writemyessayfast.ca/

          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