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

Search:

Type: Posts; User: aman verma

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    1,309

    Re: Insert interger

    break the array in two parts
    lets assume ur array is MY_ARRAY
    transfer the MY_ARRAY's 1234 elements in array AR /*AR is our second array*/
    and then transfer the 5678 elements in array AR2 /*AR2...
  2. Replies
    2
    Views
    4,372

    jdbc with mysql

    hi,
    can anyone here who can explain me how install and configure mysql 5.0 for java database....then how to create connection with jdbc..i am a newbie to java so plz explain in detail....
    plz help...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured