Forum Replies Created

Viewing 15 posts - 1 through 15 (of 18 total)

  • RE: calling stored proc in my vb program

    Hello,

    This is how I declare my stored proc

    Dim strSP1, strSP2,strSP3 as string

    strSP1= "SP1"

    strSP2= "SP2"

    strSP3= "SP2"

    .... so on

    conn.open ("DSN=Hybrid")

    conn.begintrans

    conn2.open("DSN=NSI")

    conn2.begintrans

    ...this is where where my problems lies which I...

  • RE: Select distinct

    Hello.. I only want to know that distinct from column tracking number.

  • RE: Stored Proc syntax

    Hello.. thanks a lot it work. But the reason why I want to put a condition because if the serv_lev is not null, it will insert to tblMatchNSI and if...

  • RE: DTS package

    Yes, thank you got it now . I'll check on the syntax in VB. And I hope you don't mind if I will...

  • RE: DTS package

    hello.. i will run the package from my VB 6 program.  My code will go like this:

    For calling the DTS:

    strServer = "10.160.10.28"

    strUsername = "fduser"

    strPassword = "fduser"

    strPkg = "dtstmpFDimp"

    oPackage.LoadFromSQLServer strServer, strUsername,...

  • RE: DTS package

    hello... thank you so much I really appreciate your help. But I still have one more question. How can I handle if I have a parameter that I need to...

  • RE: help for the stored procedure

    Thanks a lot. It is now working I really appreciate your help. Thanks again.

  • RE: help for the stored procedure

    Yes, I need to give access all users to all projects so they can have rights to put all their concern in each projects.

    I really appreciate if you can show...

  • RE: How to send email

    Thank you so much. You are a big help.

  • RE: How to run dts package in other server

    Hi.. I already figure out what went wrong. My code is fine but I just got a problem with the source of my dts package. It is already resolved.

    But my...

  • RE: Timeout Expired

    I am really sorry. Got it now. Some error in my code. Thanks again

  • RE: Timeout Expired

    Hi, I just changed my stored procedure and it is now doing okay so far... thanks

    With the above code you suggested, In line below, it doesn't return any...

  • RE: Error: transaction cannot have multiple recordset

    got it now. need to open another connection. Thanks anyways.

  • RE: Timeout Expired

    yes... it return a record but it took me for about 8 mins to 10 mins to complte the query.

    So I assume it is one one the cause thats...

  • RE: Timeout Expired

    Hi... just a follow up question

    For other stored procedure, the code you suggested is already working.

    Now, I have another store...

Viewing 15 posts - 1 through 15 (of 18 total)