Home > Archive > Clarion > April 2004 > mysql.. is there a tool or a way
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.. is there a tool or a way
|
|
| Scott 2004-04-07, 11:30 pm |
| Is there a good tool or way to take the data disctonary from my clarion app
and export it to something, and import in into mysql so the fields are ready
to work with the same dictionary declaration setup as my origional lets say
tps files would in my app? Then change the driver settings on the table in
the clarion app to look for the sql connection? i have linked with sql
tables in clarion before sucessfully, but i dont want to have to redo the
whole dictonary for my app, how can i import the structure? is there
something i should look out for?
easier way to convert my app to a mysql database?
Thanks!
Scott Tabor
| |
| Ivo Ivanov 2004-04-08, 4:30 am |
| Hi Scott,
Here it is.
http://www.schoeffler.biz/download/SMSSQL.tpl
Maybe you will need to make a few adjustments.
Ivo Ivanov
Modest Automatisering B.V.
Holland
"Scott" <scott@usol.com> schreef in bericht
news:1079fhv8vin54a8@corp.supernews.com...
> Is there a good tool or way to take the data disctonary from my clarion
app
> and export it to something, and import in into mysql so the fields are
ready
> to work with the same dictionary declaration setup as my origional lets
say
> tps files would in my app? Then change the driver settings on the table in
> the clarion app to look for the sql connection? i have linked with sql
> tables in clarion before sucessfully, but i dont want to have to redo the
> whole dictonary for my app, how can i import the structure? is there
> something i should look out for?
>
> easier way to convert my app to a mysql database?
>
>
> Thanks!
>
> Scott Tabor
>
>
| |
| Eddie Sizemore 2004-04-08, 9:30 pm |
| Scott you can use dct2sql to create a script file to import in to MySql. It
is a free template and one place to find it is
http://www.icetips.com/downloads.php
HTH
"Scott" <scott@usol.com> wrote in message
news:1079fhv8vin54a8@corp.supernews.com...
> Is there a good tool or way to take the data disctonary from my clarion
app
> and export it to something, and import in into mysql so the fields are
ready
> to work with the same dictionary declaration setup as my origional lets
say
> tps files would in my app? Then change the driver settings on the table in
> the clarion app to look for the sql connection? i have linked with sql
> tables in clarion before sucessfully, but i dont want to have to redo the
> whole dictonary for my app, how can i import the structure? is there
> something i should look out for?
>
> easier way to convert my app to a mysql database?
>
>
> Thanks!
>
> Scott Tabor
>
>
|
|
|
|
|