Search Result

Collapse
2 results in 0.0040 seconds.
Keywords
Members
Tags
migration
  •  

  • dlite922
    started a topic SQLITE -> MySQL syntax differences complete list

    SQLITE -> MySQL syntax differences complete list

    I'm trying to convert an SQLITE database to MySQL syntax and it seems every resource I find on google is only half complete.

    I want to create this thread to sum them all up in one central location; Finally a bulleted list of all the rules you have to apply to your script to completely and fully transfer /any/ sqlite schema dump to a MySQL one.

    For this I need your help; I'll start with the popular few, anyone notice...
    See more | Go to post

  • Alonx
    started a topic 8051 Code migration
    in C

    8051 Code migration

    Hello all,

    I need to migrate a 8051 C based code into ARM platform.
    In the new platform I'm using a newer C/C++ compiler that does not recognise the old platform compiler keywords like: xdata, bit, etc...

    In order to migrate these old keywords to the new compiler I wrote:
    typedef int bit;

    That did the job for the bit keywords (hundreds of compiler error were gone at once... ).
    But now I have...
    See more | Go to post
    Last edited by debasisdas; May 18 '09, 08:04 AM. Reason: Thread moved to C/C++ forum.
Working...