Ashok Rajkumar M writes:
> Hi,
>
> Can I convert from COBOL DB to MySQL DB ?
>
> How..
>
> rajkumar
Hello!
Dump the data from your COBOL -database to a text file.
The data in the text file should be for example 'tab' -
delimited and fields terminated by a new line, for example.
Create the tables you have in a COBOL database to a MySQL database.
Then use mysqlimport to import the data from the text file
to a MySQL database.
Regards,
- Jani
--
+---------------------------------------------------------------------+
| TcX ____ __ _____ _____ ___ == mysql@stripped |
| /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Jani Tolonen |
| /*/ /*/ /*/ \*\_ |*| |*||*| mailto: jani@stripped |
| /*/ /*/ /*/\*\/*/ \*\|*| |*||*| Helsinki |
| /*/ /*/ /*/\*\_/*/ \*\_/*/ |*|_____ Finland |
| ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^ |
| /*/ \*\ Developers Team |
+---------------------------------------------------------------------+
| Thread |
|---|
| • COBOL to MySQL | Ashok Rajkumar M | 12 May |
| • COBOL to MySQL | Jani Tolonen | 12 May |