Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RDO, ADO, ADC
Message
De
26/07/1999 23:37:52
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
RDO, ADO, ADC
Divers
Thread ID:
00246430
Message ID:
00246430
Vues:
48
Having had difficulty solving that I thought would be fairly simple, Deleting the current record. Of course, there is no currenty record. From the client side, you can insert and update, but you can't delete a record.

First of all, how do you get a hold of a record set. Using ADO, you can build the record set when still on the server side using script language or an ASP page, but once the page is created the record set is no longer available.

I believe with both RDO and ADC( advanced data control ), you can access the cursor client side, though I have to admit that I am not that familiar with the process.

Using ADC, I did not see any way to issue execute another sql query against the control.

I was told the only way to delete the records would be to call another ASP page, which you could then using ADO and passing the ID of the record you wanted to delete would delete the record on the next page. The reason for this is you have to issue the new SQL statement at the server side.

But what if you don't want to leave the page.

I've heard that RDO is very similar to ADO. I've just starting working with RDO, so I do not know if it is incapable of doing what I want to do.

I suppose if I really wanted to delete the record from the client side, I could use an ADC and have an additional lDelete field with a field level rule that would delete the record if the value of ldelete was .t.

I'm trying to get a better understanding of this. If anyone can help me clarify or correct some of my misconceptions, that would be greatly appreciated.

Dan
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform