![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Mar 2005
Posts: 11
Rep Power: 0
![]() |
hi all
I want to get data from the database and add a couple of fields to it and process the data. What i am doing is 1... I am opening a disconnected recordset 2... Then trying to add the two fields. But this gives me an error stating "Operation not allowed in this context" I am doing this so that whenever the user moves from 1 screen to another, i could get the status of whether the user had selected this record previously or not. I wanted to know whether i am following a correct route in developing the solution or is there any better way to do it. thnx in advance ![]() |
|
|
|
|
|
#2 |
|
Newbie
Join Date: Apr 2005
Posts: 4
Rep Power: 0
![]() |
Could you poste your sourcecode?
|
|
|
|
|
|
#3 |
|
Programmer
Join Date: Apr 2005
Posts: 32
Rep Power: 0
![]() |
Disconnected Recordset
Hi,
Post the code. I will go through it and give you the solution. I have already worked on discooneted recordset. Application Series Books teach the reader how to develop an accounting package for a client server network. These books also teach all the secrets and logics required to develop an accounting package. Books for developing your own Accounting and Inventory Management Application. http://www.vkinfotek.com Regards Bharathi |
|
|
|
|
|
#4 |
|
Expert Programmer
|
If you want to mark a record as "read", which I assume is what you meant, there is usually an inbuilt property that the server handles for you. However, the best way would be to add an arbitrary boolean field such as ReadByUser which you would set to true as you would a normal field, and respond appropriately.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|