Yup. A few.
I'm not sure about the Hero version number, but I've converted their
.DBF/.CDX files which I suspect are Visual Foxpro.
If you have .DBF files, then you can use the libdbd-xbase-perl which
includes dbf_dump
That will create SQL table definitions from the DOCTOR/PATIENT/SCHEDULE.DBF
files.
With different flags it will also convert the DBF to delimited text files,
which I imported into a temporary
database called he_data
More recent Hero versions use Microsoft SQLServer.
My notes say right-click each table to extract the SQL schema.
I manually edited the CREATE TABLE scripts to MySQL format.
[bit] to [tinyint], etc...
Then you can use bcp to dump the individual table data contents to csv
files.
Alpha Global doesn't ring a bell...
On Mon, Sep 28, 2015 at 9:39 PM, Alan Petrus <dar...@gm...> wrote:
> Hi guys,
>
> This is a long shot but nevertheless much worth it if possible has anyone
> successfully migrated HTN Hero 7.12 database to OSCAR 12 or Alpha Global
> 2.05 database to OSCAR 12? Does anyone know if this would event be possible
> let alone feasible?
>
> Thank you very much
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Oscarmcmaster-devel mailing list
> Osc...@li...
> https://lists.sourceforge.net/lists/listinfo/oscarmcmaster-devel
>
>
|