Results 1 to 6 of 6
  1. #1

    Default im a NEWBIE for STORED PROCEDURE


    hi mga PROGRAMMER newbie ko sa industry nya wa jd koi alamag anang STORED PROCEDURE naa moi mga TINAGUAN dha nga TUTORIAL bsag mga link lng


    salamat dae sa mo appreciate ani ehehehe

    GODbless

  2. #2
    naa rman daghan sa internet, btw unsa imo gamit na database? murag mag lahi lahi ba na ug implementation for every database...

  3. #3
    naay kalainan saila syntax TS depende saimo DB gamiton..pwede rka mgsearch saila site kung unsaon ug himo..pwede rpudka mgpost diri

  4. #4
    kuan ako ge gamit nga database sql server 2008 nya ako tawgon sa vb.net or c#

    - - - Updated - - -

    unsai TS bai?? eheheh wa pa ko khbaw sa mga terms jd eheheh sory kaau
    cge nako search2x pro libog ang uban nga mga tutorial bsin naa kay ma recommend nako bai salamat

  5. #5
    ani ang BASIC execution TS(Thread Starter):

    ex. C#:
    SqlConnection conn = null;
    SqlDataReader reader = null;
    conn = new SqlConnection("Maoni imong Server Connections ug uban pa ");
    conn.Open();
    //pag esikyut saimong Stored procedure
    SqlCommand cmd = new SqlCommand("Pangalan saimong Stored Procedure", conn);
    //pagsulti nga stored procedure siya
    cmd.CommandType = CommandType.StoredProcedure;
    //example kung nka parameter, ayaw ni ipadagan kung wala
    cmd.Parameters.Add(new SqlParameter("@FacebookID", pisbokID));
    // execute the command
    reader = cmd.ExecuteReader();
    //get results
    while (reader.Read())
    {
    //kaw na bahala unsa diri
    }

  6. #6
    salamat kaau bai! ehehehehehe dako2x jd tawn ni ug mka tabang bai ^_^ godbless dae nimo

  7.    Advertisement

Similar Threads

 
  1. My wife is in Texas and Im stuck here for another 2 years
    By orcgod in forum General Discussions
    Replies: 12
    Last Post: 03-03-2009, 07:34 AM
  2. Help on this stored procedure
    By Cruzader in forum Programming
    Replies: 3
    Last Post: 04-22-2008, 09:26 PM
  3. HElp IM a nEwbie HOw can i Upgrade?
    By SHENZWAH in forum Support Center
    Replies: 1
    Last Post: 01-08-2008, 08:57 PM
  4. pano magpost sa classifieds? im a newbie
    By chabelita23 in forum Support Center
    Replies: 2
    Last Post: 09-05-2006, 01:55 PM
  5. Replies: 3
    Last Post: 08-29-2006, 01:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top