Upgrade mysqlxbase (MariaDb)

This forum is for ideas and or code to be contributed for general use.
Post Reply
Message
Author
patito
Posts: 121
Joined: Tue Aug 31, 2010 9:01 pm

Upgrade mysqlxbase (MariaDb)

#1 Post by patito »

Hi

Upgrade mysqlxbase ( Also you can run MariaDB , https://mariadb.org/ )
solves execution browse to express and mysql.
Attached modified file _dcxbrowse.prg
, add this line in file dcdialog.ch # define BROWSE_MYSQL 8
See example cliente.prg ,manual description of classes, examples and other


Excuse me for my poor English
Thank you Roger

Best Regard
Hector Pezoa


Hello Hector,
do you have a sample with a eXpress++ GUI browser ? it shows always only one record in my tests.
regards
Rudolf

patito
Posts: 121
Joined: Tue Aug 31, 2010 9:01 pm

Re: Upgrade mysqlxbase (MariaDb)

#2 Post by patito »

Hi

Upgrade mysqlxbase ( Also you can run MariaDB , https://mariadb.org/ )
solves execution browse to express and mysql.
Attached modified file _dcxbrowse.prg
, add this line in file dcdialog.ch # define BROWSE_MYSQL 8
See example cliente.prg ,manual description of classes, examples and other
the libmysql.dll library is required

Excuse me for my poor English
Thank you Roger

Best Regard
Hector Pezoa


Hello Hector,
do you have a sample with a eXpress++ GUI browser ? it shows always only one record in my tests.
regards
Rudolf
Attachments
XbaseMySql.zip
(1.08 MiB) Downloaded 1396 times

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Upgrade mysqlxbase (MariaDb)

#3 Post by rdonnay »

Hector -

I am working on a build 260 release which I hope to have ready by next week.
I have implemented your changes.

Please look at the attached files.

Roger
Attachments
dcmysql.zip
(76.2 KiB) Downloaded 1403 times
The eXpress train is coming - and it has more cars.

patito
Posts: 121
Joined: Tue Aug 31, 2010 9:01 pm

Re: Upgrade mysqlxbase (MariaDb)

#4 Post by patito »

Hi Roger

I have looked and revised the code and I think they are right. I have performed several tests
with the browser code and a data set with more than 1500 records and I noted it pretty fast.
Also I have tested the field edit feature and it is working fine as well. I have attached
a screen cap with the browser image and the editor.


Thanks for your update !.
Kind regards,

Héctor
Attachments
Browse with mysql
Browse with mysql
dcbrowse.jpg (728.93 KiB) Viewed 16954 times

Post Reply