Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

communication between VB6 and SQLserver2000 with XML

Status
Not open for further replies.

BlackBox

Programmer
Feb 21, 2001
10
0
0
BE
Can anyone email me some code or give me a hint on how to communicate in a C/S appl between SQLserver2000 Database and a VB6.0 application using XML.
 
ADO 2.5 offers the feature to save a recordset to a XML file format. I believe it is the SAVE method of the recordset object.
 
When u communicate with the sql 2000 from vb,

select stmts in sql 2000 can end with FOR XML raw mode , exclusive mode and so on ...so that the output of the sql 2000 will be a well formed xml and this later can be loaded into a msxml document in vb to traverse the nodes.

Srikanth
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top