Search found 59 matches: sqlquery

Return to advanced search

xbrowse + Tdolphin + Mysql

... Error description: Error MYSQL/1051 Unknown table 'v' y el error que me muestra la query, pero me la cambia no sale completo : TDOLPHINSRV:SQLQUERY Param 1: C "SELECT v.*, (select count(*) FROM vendido ve WHERE ve.COD_INTERNO=v.codigo_control) AS npasaje ORDER BY v.fecha_salida,v.hora_salida,v.nom_viaje" ...
by jbrita
Sun Oct 17, 2021 11:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse + Tdolphin + Mysql
Replies: 2
Views: 462

Re: ERROR FWMARIADB, Mr. Rao. URGENTE!

Utilizo lo siguiente sin inconvenientes
::oServer:SqlQuery(cQuery )
by cjcardoza
Wed Aug 12, 2020 6:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR FWMARIADB, Mr. Rao. URGENTE!
Replies: 6
Views: 773

Re: FWMARIA FIELDPUT

... otras maneras de grabar la variable y sin resultados me vi forzado a ejecutar el siguiente Query para q grabe la informacion correctamente oConex:SqlQuery("UPDATE movimdet SET igv="+ALLTRIM(STR(::vGet:nIgv))+",impdes="+ALLTRIM(STR(::vGet:nImpDes))+; " WHERE tipcpg='"+::vGet:cTipCpg+"' ...
by nageswaragunupudi
Thu Jun 25, 2020 2:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA FIELDPUT
Replies: 5
Views: 1013

FWMARIA FIELDPUT

... otras maneras de grabar la variable y sin resultados me vi forzado a ejecutar el siguiente Query para q grabe la informacion correctamente oConex:SqlQuery("UPDATE movimdet SET igv="+ALLTRIM(STR(::vGet:nIgv))+",impdes="+ALLTRIM(STR(::vGet:nImpDes))+; " WHERE tipcpg='"+::vGet:cTipCpg+"' ...
by cjcardoza
Fri Jun 05, 2020 1:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA FIELDPUT
Replies: 5
Views: 1013

Re: Error al grabar con tDolphin

... 2807 ) Called from: .\source\prg\tdolpsrv.prg => TDOLPHINSRV:CHECKERROR( 793 ) Called from: .\source\prg\tdolpsrv.prg => TDOLPHINSRV:SQLQUERY( 2024 ) Called from: .\source\prg\tdolpqry.prg => TDOLPHINQRY:SAVE( 1456 ) Called from: c:\disco-d\programs\ventasql\prgh\Remitos.prg => ...
by caducca
Fri Aug 16, 2019 3:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al grabar con tDolphin (Solucionado)
Replies: 6
Views: 875

Re: Cantidad de registros afectados en un UPDATE

... objeto coneccion, la documentacion indica lo siguiente: METHOD Execute( cSqlStatement, [params], [lShowError] ) --> uResult (Can also use oCn:SqlQuery(...) ) uResult can be a) nil if there is no result or if error occured. In case of error, oCn:nError and oCn:cError provide teh error information ...
by admsoporte
Thu Jan 10, 2019 1:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cantidad de registros afectados en un UPDATE
Replies: 1
Views: 524

Re: Consulta SQL via TDolphin

... OBJECT  ::oQVProv  Que muestra el dato tal como lo guardé mediante: oData:oServer:Insert(...) o cuando actualizo mediante oData:oServer:SqlQuery( cQry ) Luego para mostrarlo en un say, lo recupero con, en este caso: oQryPrv:= hA:oConn:Query( "SELECT * FROM provclie WHERE id_prvcli="+cIDProv ...
by MarioG
Thu Jul 05, 2018 8:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta SQL via TDolphin
Replies: 17
Views: 2711

Re: Error TDolphin

... 2822 ) Called from: .\source\prg\tdolpsrv.prg => TDOLPHINSRV:CHECKERROR( 793 ) Called from: .\source\prg\tdolpsrv.prg => TDOLPHINSRV:SQLQUERY( 2039 ) Called from: .\source\prg\tdolpqry.prg => TDOLPHINQRY:SAVE( 1456 ) Called from: D:\Programs\ESTUDI~1\PRG\deudor.prg => EDITDEU( ...
by caducca
Thu Oct 26, 2017 12:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error TDolphin
Replies: 7
Views: 1913

TDatabase FWH 17.08 : Datas and Methods

... ::Blank() this value is 0. 24. oCn ( ReadOnly Type: "O" ): ADO Connection object to the folder containing the DBF. Created if and when ::SqlQuery() method is called. Closed by the ::Close() method. Uses VFPOLEDB if installed when DBFCDX is used. METHODS METHODS 1. New( [ncArea], [cFile], ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1783

Re: Database - 17.07 - Problems

... and that may be complicating the process too much. The sql functionality was there for many years and is not used unless program calls the method SqlQuery() explicitly. Since you are not using it it should not concern you at all. TDatabase does not know anything about TRecord class of TData library. ...
by nageswaragunupudi
Fri Aug 18, 2017 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 11898

New FTDN July 2017 (FWH 17.07)

... as SETGET method. - New Data: bEdit (format { |oRec|UserEdit( oRec ) } ) for user edit instead of default edit procedure. - Enhancement: Method SqlQuery() uses VFPOLEDB is installed for DBFCDX. - Added DESTRUCTOR method. oDbf := nil closes table and connections. * MENUS - Fixed: increase font ...
by Antonio Linares
Sun Aug 13, 2017 8:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2017 (FWH 17.07)
Replies: 5
Views: 2907

TDatabase class WIKI

... as SETGET method. - New Data: bEdit (format { |oRec|UserEdit( oRec ) } ) for user edit instead of default edit procedure. - Enhancement: Method SqlQuery() uses VFPOLEDB is installed for DBFCDX. - Added DESTRUCTOR method. oDbf := nil closes table and connections.
by nageswaragunupudi
Wed Aug 02, 2017 7:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase class WIKI
Replies: 4
Views: 749

FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... diplay in xbrowse. Functions similar to the ADO function. METHOD Execute( cSqlStatement, [params], [lShowError] ) --> uResult (Can also use oCn:SqlQuery(...) ) uResult can be a) nil if there is no result or if error occured. In case of error, oCn:nError and oCn:cError provide teh error information ...
by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28423

Re: Tdolphin Subselects

... 2901 ) Called from: .\source\prg\tdolpsrv.prg => TDOLPHINSRV:CHECKERROR( 838 ) Called from: .\source\prg\tdolpsrv.prg => TDOLPHINSRV:SQLQUERY( 2099 ) Called from: .\source\prg\tdolpqry.prg => TDOLPHINQRY:LOADQUERY( 1230 ) Called from: .\source\prg\tdolpqry.prg => TDOLPHINQRY:NEW( ...
by CARLOS ATUNCAR
Tue Mar 08, 2016 8:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tdolphin Subselects
Replies: 3
Views: 1205

Re: TDOLPHIN - qual a diferença entre QUERY/SQLQUERY?

COMO ACTIVAS LA EJECUCION CON MULTIPLES SENTENCIAS ?
by jesusdelamora
Mon Sep 28, 2015 8:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDOLPHIN - qual a diferença entre QUERY/SQLQUERY?
Replies: 3
Views: 625
Next

Return to advanced search

cron