... que se hubiera definido alguna tendencia para migrar de FWH (con DBFs) a hacer mis aplicaciones a la Web. Veo términos como FiveWeb, MariaDB, TDophin, TWeb, etc. como si se tratara de diferentes caminos como sucedió con Clipper para pasar de DOS a Windows. Tengo 61 años, inicie con DBase2, ...
GOOGLE TRASLATOR Mr RAO, thank you very much for your explanation, I think it's time to move my systems to the FWH Mariadb library to jump the limitations of the good LIB Dolphin and ADO that gave the initiative to their improvements with FWH Mariadb and thus increase security of data and speed of p...
oBrw:Delete() in turn calls oQry:Delete() or oRs:Delete(). All the three libraries DOLPHIN, TMYSQL and ADO do NOT support Append, Modify, Delete operations on a query with join. There is only one library, i.e., FWH MariaDB library that supports all operations Append, Modify and Delete of data in the...
Estimado, como se indica, el borrar solo opera a una tabla unica sin relacion de ningun tipo, pero si la relaciono, se cae la aplicación En este caso, se me cae cTab_Modelo:=xServer:Query("SELECT a.cod_modelo, a.nom_modelo, a.cod_marca, b.cod_marca, b.nom_marca FROM tab_modelo AS a LEFT JOIN t...
Preuba Asi STATIC FUNCTION DelModelo(oBrw,cEmpresa,cAclave,cTab_Modelo, cod_modelo)Local cSqlIf Alltrim(cAclave)=Alltrim( cEmpresa [15]) if cTab_Modelo:IsSingleTable() cTab_Modelo:delete() ELSE XServer:Execute("DELETE FROM tab_mo...
Estimado, como se indica, el borrar solo opera a una tabla unica sin relacion de ningun tipo, pero si la relaciono, se cae la aplicación En este caso, se me cae cTab_Modelo:=xServer:Query("SELECT a.cod_modelo, a.nom_modelo, a.cod_marca, b.cod_marca, b.nom_marca FROM tab_modelo AS a LEFT JOIN ta...
If you want to delete a record ( dolphin or any other ) when browsing, simply call: oBrw:Delete() This is simple to use. Very safe. If you use FWH builtin methods you do not commit bugs. Mr RAO, cuando el registro que se va a borrar esta en una tabla relacionada(mysql), da error y no lo bo...
Saludos, tenia el mismo probela y la recomendacon es que uses el mismo comando SQL de la consulta para hacer el DELETE o como lo hago ahora, uses DELETE LOW_PIORITY, asi te borra el registro sin problemas, saludos... :shock: https://dba.stackexchange.com/questions/21483/delete-low-priority-row-visib...
Estimados tengo el siguiente problema, cuando hago una consulta tal como: cTab_Modelo:=XServer:Query("SELECT cod_modelo, nom_modelo, cod_marca FROM tab_modelo ORDER BY cod_modelo") le doy por eliminar un registro en particular, con esta instrucción, todo funciona STATIC FUNCTION DelModelo(...
Dear Friends FWH makes things far easier and simpler. It does not matter what data-source you are browsing, be it DBF, ADO, Array, TDophin, FW MySql or any. Just use only one statement: oBrw:Delete() XBrowse does everything else for you automatically. You do not need to do anything ...
Dear Friends FWH makes things far easier and simpler. It does not matter what data-source you are browsing, be it DBF, ADO, Array, TDophin, FW MySql or any. Just use only one statement: oBrw:Delete() XBrowse does everything else for you automatically. You do not need to do anything ...
Rearma o no todo el browse METHOD Refresh( lComplete ) CLASS TXBrowse local nKeyNo if ::lAdjusted DEFAULT lComplete := .F. ::KeyCount() if lComplete ::nRowSel &n...