Viewing 15 posts - 16 through 30 (of 30 total)
Your right - what works works. Appreciate all the help here and have learned a lot for future tasks - we can close this issue now
March 10, 2009 at 8:57 am
Just looked up scope_identity. Nice, except for one thing - no yelling now, I did not right the program, there tables DO NOT seem to have any identity fields...
March 10, 2009 at 8:45 am
sorry - the psuedo code was an example of what I wanted to do, the actual code is all in one procedure
March 10, 2009 at 8:35 am
I will look into the EXISTS you mention. I was usign the @@ERROR test to also decide what information I would add to the return mesage. There are...
March 10, 2009 at 7:59 am
You are almost correct. It is not an all or nothing in all situations. The fatal errors will of course never get to the commit section anyway.
I only...
March 10, 2009 at 7:56 am
Are you saying I need to start all this over again in another forum?
March 10, 2009 at 7:54 am
by passing 2 parameters from Visual Foxpro [VFP9] procedure to SQL thru SQL passthru
I create one header record, one edit record, one setup record, one revenue code record and one...
March 10, 2009 at 7:47 am
Can't use try catch - still in SQL 2000 :(.
Don't know what a CTE is - my bad.
I check to see if the record was inserted or not by testing...
March 10, 2009 at 7:29 am
Everything is already in one stored procedures. Not real familiar with the term SET BASED OPERATIONs but assume it means handling flow with mem vars.
The stored procedure has become huge...
March 10, 2009 at 7:24 am
Been programming in Foxpro for many years, never heard of GOTO before. SQL is so picky that I just wanted to be certain before I blew something up that...
March 10, 2009 at 7:16 am
Then I am to understand - when one of the stored procedures has completed it's task, it will return to the calling procedure.?
I usually try to follow the principle that...
March 10, 2009 at 6:53 am
SO how is an SSIS job created - I cna find nothing so far in the way of examples
I basicaly want to download a csv file from a webstie and...
October 20, 2008 at 6:48 am
can anyone advise on how to do this from within VFP9?
August 19, 2008 at 7:49 am
Viewing 15 posts - 16 through 30 (of 30 total)