CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: lasha

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    6,912

    load xml from web MFC

    how can i load xml from web ?? for examlple www.myweb.com/myxml.xml cam any1 help me or show example?? i'm using microsoft visual studio
  2. Replies
    1
    Views
    13,956

    convert CString to foat using _ttoi

    i am converting CString to float using _ttoi


    CString p; p=("1.122");
    CString y;
    float o;
    o=_ttoi(p);
    y.Format(_T("%f"),o);
    TRACE(y);
  3. Replies
    2
    Views
    3,030

    Re: SQL 2008 need help

    i did it alredy thank U all :) the answer is -> http://blogs.msdn.com/miah/archive/2008/02/17/sql-if-exists-update-else-insert.aspx
  4. Replies
    2
    Views
    3,030

    SQL 2008 need help

    i am using sql comands from visual studio 2008 and i need to do this: i need to insert "somthing" in tables but if this "somthing" is already written,only update it.
  5. Thread: hi all

    by lasha
    Replies
    8
    Views
    990

    Re: hi all

    thanks
  6. Thread: hi all

    by lasha
    Replies
    8
    Views
    990

    Re: hi all

    thank U
  7. Thread: hi all

    by lasha
    Replies
    8
    Views
    990

    Re: hi all

    foregzample i have some variable and i wont to write it in mysql , can u show me example?? thank you beforehand
  8. Thread: hi all

    by lasha
    Replies
    8
    Views
    990

    hi all

    hi all , i need your help ..... how to connect from visual studio c++ 6.0 to mysql?? please tell me , i need this.
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured