I have an application in vb.net that it was migrated from vb6.I have change all the ActiveX controls to vb.net controls except ado.To connect to the sql server database i use this statement
BConn.Open("driver={SQL Server};" & "server=" strServer "; uid=userid;pwd=password;database=databasename"
.
I want the data that transfered from user to server and back, to be in xml.I don't know in what format data is now.
I want the data that transfered from user to server and back, to be in xml.I don't know in what format data is now.