MySql for alaska xbase++

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

MySql for alaska xbase++

#1 Post by patito »

The attachment included contains the new versión of the MySql Wrappers for
Xbase Library and a simple manual.

Also I have included samples in hybrid mode please take a special look into
the sample "test9.prg"

and If you are using Express++ check the sample "infomysql.prg".
To install the contents of the file "data.rar"

you need to stop the MySql Service actually running, copy the files into the
MySqlData folder mysql\data then restart the MySql service.

Best Regard
Hector Pezoa
Attachments
xbasemysql.rar
include data.rar
(1.63 MiB) Downloaded 1211 times

skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: MySql for alaska xbase++

#2 Post by skiman »

Hi,

Just to let everyone know that this is working great. I'm using it in a project where the start was made with PHP to process csv files, and to add this to a Mysql database. Because of the speed, I tried the same with Xbase++ and this MySql wrapper.

In fact it seem as the base (mylibsql.dll) is the same for PHP and Xbase++. Since my Xbase++ is already compiled, and PHP must be interpreted at the moment of execution, the Xbase++ solution is a lot faster.

Many thanks to Hector. :clap:

All his contributions are worth to check if you need all kind of barcodes or have to process images (freeimage).
Best regards,

Chris.
www.aboservice.be

c-tec
Posts: 379
Joined: Tue Apr 20, 2010 1:36 am
Location: SALZBURG/AUSTRIA
Contact:

Re: MySql for alaska xbase++

#3 Post by c-tec »

Hello Hector,
do you have a sample with a eXpress++ GUI browser ? it shows always only one record in my tests.
regards
Rudolf
Rudolf Reinthaler
digital pen & paper systems
http://www.formcommander.net

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

Re: MySql for alaska xbase++

#4 Post by rdonnay »

I can't find a .RAR extractor program.

Everywhere I go on the internet, my antivirus recommends against it.
The eXpress train is coming - and it has more cars.

bwolfsohn
Posts: 648
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

Re: MySql for alaska xbase++

#5 Post by bwolfsohn »

Roger,
i think 7-zip can handle .rar. files.
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises

skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: MySql for alaska xbase++

#6 Post by skiman »

Hi Roger,

You can download a ZIP version on [url]http://www.softwarevoorkmo.be\download\xbasemysql.zip[/url].
Best regards,

Chris.
www.aboservice.be

Cliff Wiernik
Posts: 605
Joined: Thu Jan 28, 2010 9:11 pm
Location: Steven Point, Wisconsin USA
Contact:

Re: MySql for alaska xbase++

#7 Post by Cliff Wiernik »

Did you try winrar.

http://www.rarlab.com/

We have used winrar for a long time.

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

Re: MySql for alaska xbase++

#8 Post by patito »

Hi all
I have sent several suggestions which I hope will soon make them known
Rudolf, there are several examples with express, seems to modify dc_dcxbrowse.prg.
Soon'll give examples with stored procedures
I did not answer the emails, since I've been a little sick, and should have surgery Friday

Greetings and thanks for the comments

Héctor

Me han enviado varias sugerencias las cuales espero pronto darlas a conocer
Rudolf , hay varios ejemplos con express, parece que modifique dc_dcxbrowse.prg.
Pronto dare ejemplos con stored procedures
No he respondido los correos, ya que he estado algo enfermo, y este viernes debieran operarme

Saludos y gracias por los comentarios

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

Re: MySql for alaska xbase++

#9 Post by rdonnay »

i think 7-zip can handle .rar. files.
I forgot that I had it. Thanks.
The eXpress train is coming - and it has more cars.

c-tec
Posts: 379
Joined: Tue Apr 20, 2010 1:36 am
Location: SALZBURG/AUSTRIA
Contact:

Re: MySql for alaska xbase++

#10 Post by c-tec »

Hello Hector,
thank you and all the best for your surgery
regards
Rudolf
Rudolf Reinthaler
digital pen & paper systems
http://www.formcommander.net

Post Reply