Viewing 15 posts - 1 through 15 (of 18 total)
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...
April 26, 2007 at 10:05 am
Hello.. I only want to know that distinct from column tracking number.
April 16, 2007 at 12:57 am
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...
April 12, 2007 at 3:03 am
Yes, thank you got it now . I'll check on the syntax in VB. And I hope you don't mind if I will...
April 4, 2007 at 3:19 am
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,...
April 4, 2007 at 1:30 am
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...
April 3, 2007 at 11:57 pm
Thanks a lot. It is now working I really appreciate your help. Thanks again.
March 6, 2007 at 2:06 am
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...
March 5, 2007 at 11:10 pm
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...
August 15, 2006 at 12:03 am
I am really sorry. Got it now. Some error in my code. Thanks again
March 28, 2006 at 11:37 pm
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...
March 28, 2006 at 7:27 pm
got it now. need to open another connection. Thanks anyways.
March 28, 2006 at 6:41 pm
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...
March 26, 2006 at 11:36 pm
Hi... just a follow up question
For other stored procedure, the code you suggested is already working.
Now, I have another store...
March 26, 2006 at 10:35 pm
Viewing 15 posts - 1 through 15 (of 18 total)