retrieve data in mssql database and save it to mysql database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bhing
    New Member
    • Oct 2006
    • 43

    retrieve data in mssql database and save it to mysql database

    Ciao!!..
    I am currently working with mysql database now and i am trying to get some fields in the mssql database.table. . I want to automatically add those fields to my mysql database table, or if no table yet it wil create and insert the data there..
    tnx...
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    So, I see your problem.Now, what is your question??

    Ronald :cool:

    Comment

    • vssp
      Contributor
      • Jul 2006
      • 268

      #3
      What u need?

      U need mysql commad or php command?

      vssp

      Comment

      • bhing
        New Member
        • Oct 2006
        • 43

        #4
        i need php command....
        maybe u dnt get fully what i mean.... this is it, i have a database in mysql with 2 tables copied from mssql server, now i want to update my mysql table becuase based on the changes made in mssql tables... so i need a php script for that to update my mysql table..
        what should my script look like?? select from mssql table then do a loop to update my mysql table??
        pls help me..
        tnx

        Comment

        Working...