User Profile

Collapse

Profile Sidebar

Collapse
mfkanca
mfkanca
Last Activity: Aug 23 '07, 07:38 AM
Joined: Jul 8 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mfkanca
    replied to sql query in XML database
    in XML
    Here is the complete answer for myself at the end.There is add,remove,upda te,find commands.


    namespace MOVIE_DATABASE_ with_XML
    {
    public partial class Form1 : Form
    {
    public Form1()
    {
    InitializeCompo nent();
    }

    private XmlNodeList nodes;
    private XmlElement elm0;
    private XmlElement...
    See more | Go to post

    Leave a comment:


  • mfkanca
    started a topic sql query in XML database
    in XML

    sql query in XML database

    Dear All,


    I have to make sql query in XML database with Visual Studio C#.
    I especially need this>>>"SELECT* FROM AAA WHERE BBB='"+ textBox1.Text + "'";


    Thanks for coming helps..
    See more | Go to post
No activity results to display
Show More
Working...