Search found 163 matches: failing

Return to advanced search

Re: FWHMySql - Failing to restore large files

Please test with the revised libs sent to you and let us have your feedback.
by nageswaragunupudi
Thu Apr 11, 2024 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMySql - Failing to restore large files
Replies: 3
Views: 106

Re: FWHMySql - Failing to restore large files

Can you please let us see
Code: Select all  Expand view
aIndex := oCn:BackupIndex( cBackupFile )
XBROWSER aIndex TITLE cBackupFile
by nageswaragunupudi
Thu Apr 11, 2024 12:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMySql - Failing to restore large files
Replies: 3
Views: 106

Re: FWHMySql - Failing to restore large files

Called from RESTSELEC(126) in C:\TEC2000\SGV90\HRB\SGV6004.hrb

What is this .hrb file?
by nageswaragunupudi
Thu Apr 11, 2024 12:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMySql - Failing to restore large files
Replies: 3
Views: 106

FWHMySql - Failing to restore large files

Hi Guys, A customer changed his server, as we recommended, before he made a backup of his database. However, we aren't being able to restore it. Allways we try to restore, there is happening the error bellow: Application Internal Error - C:\TEC2000\SGV90\SGV.EXETerminated at: 2024-04-10 14:09:07Unre...
by vilian
Wed Apr 10, 2024 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMySql - Failing to restore large files
Replies: 3
Views: 106

Re: FWHMYSQL Insert failing

Thank you, for your amazing support!
by vilian
Mon Apr 08, 2024 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 395

Re: FWHMYSQL Insert failing

Please connect to this server
Code: Select all  Expand view
maria_Connect( "209.250.245.152,fwh,fwhuser,FiveTech@2022" )

and upload your tables there.
by nageswaragunupudi
Mon Apr 08, 2024 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 395

Re: FWHMYSQL Insert failing

Good Morning Mr Rao, I made a test with oCN:InsertSQ() and it's also returning a wrong sentence. It's returning this: INSERT INTO `folha` ( `cemp`,`nfolha`,`cmat`,`cvandes`,`cvdorig`,`val_inf`, `val_calc` ,`total_inc`,`filial`,`clotacao`,`prazo`,`situacao` ) VALUES ( '047','9WZ','00261','500','500',...
by vilian
Mon Apr 08, 2024 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 395

Re: FWHMYSQL Insert failing

I sent through google chat a complete little sample to you. Please, try it.
by vilian
Sun Apr 07, 2024 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 395

Re: FWHMYSQL Insert failing

When you face such problems, I suggest you compare the
oCn:InsertSQL( ... )
with
oCn:CreateTableSQL( <table> )

or
Please create a small sample that we can execute at our end on the above cloud server.
by nageswaragunupudi
Sat Apr 06, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 395

Re: FWHMYSQL Insert failing

I did this small test function mariaInsert()   local oCn := maria_Connect( "209.250.245.152,fwh,fwhuser,FiveTech@2022" )   ? "start"   oCn:DropTable( "testinsert" )   oCn:CreateTable( "testinsert&q...
by nageswaragunupudi
Sat Apr 06, 2024 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 395

FWHMYSQL Insert failing

Dear Friends, I'm having a huge problem with Insert/MySql. I have a Decimal field where I'm tryng to save the value 1(one), but it's saved as 0(zero). Bellow i'm showing a little sample where the problem is happening. function Main()LOCAL oCn, oAnt,nValInss,nValIn13,aVal,cvd_500   FW_SetUnic...
by vilian
Fri Apr 05, 2024 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 395

Re: Actualizar xBrowse con un Clic del ratón?

First thing is to fix the runtime error in our library function. It is failing with non-existent URLs. Please apply this fix in the file \fwh\source\function\imgtxtio.prg: Please locate function WebPageContents( cUrl, lText ) At the end of this function, ...
by nageswaragunupudi
Sat Aug 19, 2023 2:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar xBrowse con un Clic del ratón?
Replies: 22
Views: 1346

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... You are right partially. Primary key is correctly recognized when and ONLY WHEN the primary key field is defined as SERIAL. But our libraries are failing on all other cases. We are looking into this and will fix and provide you with the revised programs very soon. Please wait. Another issue: The ...
by nageswaragunupudi
Sat Aug 05, 2023 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 717

Re: xBrowse + Tree sample does not work.

nageswaragunupudi wrote:The above program is a part of fwh\samples\xbrtree.prg
This was working till FWH2102 but failing in later versions,
We are looking into this.
Please give us a little more time.


Ok. thank you.
by Horizon
Tue Jul 25, 2023 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + Tree sample does not work.
Replies: 6
Views: 646

Re: xBrowse + Tree sample does not work.

The above program is a part of fwh\samples\xbrtree.prg
This was working till FWH2102 but failing in later versions,
We are looking into this.
Please give us a little more time.
by nageswaragunupudi
Mon Jul 24, 2023 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + Tree sample does not work.
Replies: 6
Views: 646
Next

Return to advanced search