FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour What is the best of MySql (lib or class) TMySql, TDolphin
Posts: 129
Joined: Sun Oct 09, 2011 03:50 PM
Re: What is the best of MySql (lib or class) TMySql, TDolphin
Posted: Fri Aug 10, 2012 03:39 PM

Still no success - can anybody please explain step by step what do I need to use MySql with Harbour 3 ?

Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: What is the best of MySql (lib or class) TMySql, TDolphin
Posted: Fri Aug 10, 2012 05:49 PM
Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 129
Joined: Sun Oct 09, 2011 03:50 PM
Re: What is the best of MySql (lib or class) TMySql, TDolphin
Posted: Fri Aug 10, 2012 06:27 PM
lucasdebeltran wrote:Mosh,

Please, see http://tdolphin.blogspot.com.es/


Dont see any help for my problem.

This this another product, and I tried it too. No luck too and nobody wanted to help. And I dont read Spanish, sorry
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: What is the best of MySql (lib or class) TMySql, TDolphin
Posted: Fri Aug 10, 2012 07:04 PM

Mosh1

what problem did you found to build TDolphin?

Posts: 129
Joined: Sun Oct 09, 2011 03:50 PM
Re: What is the best of MySql (lib or class) TMySql, TDolphin
Posted: Fri Aug 10, 2012 08:07 PM
Daniel Garcia-Gil wrote:Mosh1

what problem did you found to build TDolphin?


I am not doing in dolphin now. Its a little too late.
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: What is the best of MySql (lib or class) TMySql, TDolphin
Posted: Fri Aug 10, 2012 08:26 PM

TDolphin is a great product, very very fast.

What a pitty there is no an RDD.

And thnaks to Daniel, TDolphin it is free. Daniel always offers great help and superb support.

It is very generous to offer such product.

Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 129
Joined: Sun Oct 09, 2011 03:50 PM
Re: What is the best of MySql (lib or class) TMySql, TDolphin
Posted: Fri Aug 10, 2012 08:49 PM
Daniel Garcia-Gil wrote:Mosh1

what problem did you found to build TDolphin?


Look my message in this thread page 1. I didnt get any response and decided I cant use such unsupported product. :-)
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: What is the best of MySql (lib or class) TMySql, TDolphin
Posted: Fri Aug 10, 2012 10:38 PM

Hello

TDolphin have so many support in this forum... (include my self, author of TDolphin)

you can seek TDOLPHIN in this forum, i'm sure you will find a lot thread about it...

i didnt see any problem reported at dolphin in this thread

i dont understand your current problem with TMYSQL

Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: What is the best of MySql (lib or class) TMySql, TDolphin
Posted: Sat Aug 11, 2012 02:58 PM
mosh1 wrote:
richard-service wrote:
I sent it.


Can you please send me whatever is in :

p:\drlib32x\include\

Thanks

This include folder mean copy xharbour's include full files and fwh's include full files to only one include folder.
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 129
Joined: Sun Oct 09, 2011 03:50 PM
Re: What is the best of MySql (lib or class) TMySql, TDolphin
Posted: Sun Aug 12, 2012 02:25 AM
Daniel Garcia-Gil wrote:Hello

TDolphin have so many support in this forum... (include my self, author of TDolphin)

you can seek TDOLPHIN in this forum, i'm sure you will find a lot thread about it...

i didnt see any problem reported at dolphin in this thread

i dont understand your current problem with TMYSQL


1) In this thread on the and of 1st page my message from Sun Jul 08, 2012 4:32 pm

2) Tmysql : I want to do clean compile w/o errors for Harbour 3.0. Need to know exactly what version of programs files, what to include and which version
Posts: 129
Joined: Sun Oct 09, 2011 03:50 PM
Re: What is the best of MySql (lib or class) TMySql, TDolphin
Posted: Sun Aug 12, 2012 02:26 AM
richard-service wrote:
mosh1 wrote:
richard-service wrote:
I sent it.


Can you please send me whatever is in :

p:\drlib32x\include\

Thanks

This include folder mean copy xharbour's include full files and fwh's include full files to only one include folder.


I want to do it from scratch : what do I need to compile the library.
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: What is the best of MySql (lib or class) TMySql, TDolphin
Posted: Sun Aug 12, 2012 01:40 PM
mosh1 wrote:1) In this thread on the and of 1st page my message from Sun Jul 08, 2012 4:32 pm


so sorry, I just saw, can you post the .LOG file
build TDolphin really is very simple

look http://tdolphin.blogspot.com/2010/11/construir-lib-ejemplos-build-lib.html ( typed in english too )

only edit .BAT file to config enviroment

setenvh.bat, Harbour/Borland
setenvhg.bat, Harbour/MiniGW
setenvhm.bat, Harbour/Microsoft 32
setenv64.bat, Harbour/Microsft 64
setenvx.bat, xHarbour/Borland
setenvxg.bat, xHarbour/MiniGW
setenvxm.bat, xHarbour/Microsoft 32

run .bat after execute win-make
Posts: 129
Joined: Sun Oct 09, 2011 03:50 PM
Re: What is the best of MySql (lib or class) TMySql, TDolphin
Posted: Sun Aug 12, 2012 02:20 PM
Daniel Garcia-Gil wrote:
mosh1 wrote:1) In this thread on the and of 1st page my message from Sun Jul 08, 2012 4:32 pm


so sorry, I just saw, can you post the .LOG file
build TDolphin really is very simple

look http://tdolphin.blogspot.com/2010/11/construir-lib-ejemplos-build-lib.html ( typed in english too )

only edit .BAT file to config enviroment

setenvh.bat, Harbour/Borland
setenvhg.bat, Harbour/MiniGW
setenvhm.bat, Harbour/Microsoft 32
setenv64.bat, Harbour/Microsft 64
setenvx.bat, xHarbour/Borland
setenvxg.bat, xHarbour/MiniGW
setenvxm.bat, xHarbour/Microsoft 32

run .bat after execute win-make


1) I have HB20 and HB30 for different versions and no c:\Harbour.
So even if i set
@SET PRG_COMPILER=HB30

win-make expects harbour to be in \harbour anyway

2) Ok I compiled the library. No : where I start? Can you sent some and/or help where to start in English language? Or maybe Russian? :-)
Posts: 231
Joined: Fri Jul 20, 2012 01:49 AM
Re: What is the best of MySql (lib or class) TMySql, TDolphin
Posted: Sun Aug 12, 2012 04:49 PM
Mosh,

You can edit "setenvh.bat":
Code (fw): Select all Collapse
@SET PRG_COMP_PATH=d:\harbour


TDolphin is perfect tool and you can start studying the samples. ( "samples" Folder ).

:-)
Regards,

Lailton Fernando Mariano
Posts: 129
Joined: Sun Oct 09, 2011 03:50 PM
Re: What is the best of MySql (lib or class) TMySql, TDolphin
Posted: Sun Aug 12, 2012 04:55 PM
Lailton wrote:Mosh,

You can edit "setenvh.bat":
Code (fw): Select all Collapse
@SET PRG_COMP_PATH=d:\harbour



I did but it was not enough. Re-read my message.

Lailton wrote:
TDolphin is perfect tool and you can start studying the samples. ( "samples" Folder ).


I dont have such a folder. Where can I get it?