Syncing with VB6 Application?

Hi,

I'll be using VB.NET 2005 to develop a simple device application where the data will be contained in an xml file to keep it small and simple.

My desktop app is in VB6 and will remain so for the forseeable future. The app is capable of exporting hierarchal recordsets as xml files (using ado 2.8)

My question is: Can I use sync both applications even if they are written in 2 different languages?

Thanks,
Ivan

[425 byte] By [Cryo75] at [2008-1-12]
# 1
Short answer: Yes
Longer answer: You may need to apply some XSL transformation to the XML from the VB6 app in order to get it working with the ADO.NET objects.
NeilCowburn-MVP at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 2
As long as the short answer was yes then it's ok!
Cryo75 at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...