For Programmers: Free Programming Magazines  


Home > Archive > Clarion > February 2006 > MySQL and Clarion









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author MySQL and Clarion
Arnold

2006-01-27, 6:55 pm

Has anyone tried or is anyone using MySQL in Clarion?

Thanks
Ron Schofield

2006-01-27, 6:55 pm

Arnold wrote:
> Has anyone tried or is anyone using MySQL in Clarion?
>
> Thanks


I have had great success in accessing mySQL directly using the libmysql.dll.

Ron
Arnold

2006-01-27, 6:55 pm

Ron,

Thanks for your insight. Which version of Clarion are you working with?

Thanks again,

Arnold

Ron Schofield wrote:
> Arnold wrote:
>
>
>
> I have had great success in accessing mySQL directly using the
> libmysql.dll.
>
> Ron

Ron Schofield

2006-01-28, 9:55 pm

Arnold,

Won't make a difference. I havn't seen a version of Clarion that
can's work with DLLs.

Ron


Arnold wrote:[color=darkred]
> Ron,
>
> Thanks for your insight. Which version of Clarion are you working with?
>
> Thanks again,
>
> Arnold
>
> Ron Schofield wrote:
>
Jimakos

2006-02-08, 8:53 am

How can i work with this DLL?
I can't add it to DATABASE DRIVER REGISTRY.

Ron Schofield wrote:[color=darkred]
>
> Arnold,
>
> Won't make a difference. I havn't seen a version of Clarion that can's
> work with DLLs.
>
> Ron
>
>
> Arnold wrote:
>
Ron Schofield

2006-02-08, 8:53 am

Jimakos,

This isn't a Clarion database driver. It's a API that is part of the
mySQL client distribution. It is no different than any other Windows API.

This is an example of how it works in code.

http://www.schofieldcomputer.com/sync.clw

Until SV wishes to move to create native drivers for the industry and
stop being lazy by using ODBC, then you will have to come up with your
own solution for using this API. I offered to write a native mySQL
driver for Clarion for free and SV turned down the help.

I am using custom templates to provide native mySQL access.

Ron


Jimakos wrote:[color=darkred]
> How can i work with this DLL?
> I can't add it to DATABASE DRIVER REGISTRY.
>
> Ron Schofield wrote:
>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com