|
|
| 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:
>
|
|
|
|