FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xbrowse 2010/12
Posts: 172
Joined: Fri Oct 07, 2005 01:29 PM
xbrowse 2010/12
Posted: Tue Mar 08, 2011 01:02 PM

Hi,

The xbrowse class from 2010/12 refers to a TMySqlQuery WSeekplus method. Where can I find this?

Thanks,
Alex

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xbrowse 2010/12
Posted: Tue Mar 08, 2011 01:32 PM

I have never used TMySql personally. But I know that XBrowse uses :WSeekPlus method. This is there since many versions of FWH.

I also did not find this method in the TMySql class of either Harbour or xHarbour.

I understand there are different versions of TMySql that are available and original contributor of this method could be using a version having this method.

My personal advice is to override oBrw:bseek by your own codeblock using the methods available in your version of TMySql.

Regards



G. N. Rao.

Hyderabad, India
Posts: 274
Joined: Fri Apr 04, 2008 01:25 PM
Re: xbrowse 2010/12
Posted: Wed Mar 09, 2011 03:12 PM

Hi,

I don't find any tmysql.prg or lib, anyone an idea what or where it is?

Best Regards,

Gilbert Kuhnert
CTO Software GmbH
http://www.ctosoftware.de
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: xbrowse 2010/12
Posted: Wed Mar 09, 2011 06:28 PM

According to my notes:

You can download TMySQL library from http://wmormar.blogspot.com/

Regards,
James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: xbrowse 2010/12
Posted: Wed Mar 09, 2011 06:59 PM

Hello

you can find a tmysql inside contrib [x]Harbour folder

Harbour contrib\hbmysql
xHarbour contrib\mysql

Continue the discussion