School Project
-
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
-
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
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
-
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
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.
-
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
I think you may refer to Cisco Technical Tips to get information on your project to implement the function properly. https://www.writemyessayfast.ca/