Search found 57 matches: fwhmysql

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: 139

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: 139

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: 139

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: 139

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: 433

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: 433

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: 433

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: 433

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: 433

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: 433

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: 433

Re: FWHMYSQL/MARIADB: Stored Procedures and Functions

Mr. Rao:

Excellent explanations

Regards
by Armando
Wed Dec 20, 2023 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL/MARIADB: Stored Procedures and Functions
Replies: 5
Views: 2939

Re: FWHMYSQL/MARIADB: Stored Procedures and Functions

hola.
cuando defino un procedimiento que va a devolver (OUT) un valor de siete cifras con dos decimales, lo defino como DOUBLE? o FLOAT?

gracias.
by goosfancito
Wed Dec 20, 2023 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL/MARIADB: Stored Procedures and Functions
Replies: 5
Views: 2939

Re: Fivewin and ADO

... Record-Set ? ( Header as "Structure" ? ) Yes. This method works with any datasource, eg. dbf, tdatabase, ado recordset, tmysql, dolphin, fwhmysql or any othe datasource with identical appearance and behavior. can i "seek" in XBROWSE when use a Record-Set ? Yes. For that matter ...
by nageswaragunupudi
Sat Jun 10, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3840

Re: Why electric cars will take over sooner than you think

I think you could show us a step-by-step to develop with mod harbour. Nowadays, we have to search in forums and read a lot of topics, information that aren't sequential. It's hard to understand. Maybe a topic like Mr Rao did to FWHMYSQL.
by vilian
Wed Jul 21, 2021 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why electric cars will take over sooner than you think
Replies: 9
Views: 1035
Next

Return to advanced search