-1

My question is bit long. I have the oldest student management software and now i want to install new cloud based SMS in the school where i want to generate the student information in XML format from the my old version .NET school management system and automatically sync all the data into mySQL database for my new cloud based SMS which was made using PHP (codeigniter framework). The condition for sync data will be the if the data already exist then don't insert into mysql. How can i achieve that any good suggestions will be very helpful for me

Suman Dahal
  • 57
  • 2
  • 16

1 Answers1

0

Here is a similar question about building XML in .NET

How can I build XML in C#?

and here a similar question about how to insert records in database if not exist

Adding records in vb.net and Checking if records exist using elseif

Good luck.

Community
  • 1
  • 1
Carca
  • 564
  • 1
  • 6
  • 16