Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)

  • RE: Insert Child before Parent

    Hello,

    Indeed I did post the same code twice, it should be:

    Begin Tran

    Insert Into Child With (TABLOCKX) (Id, ParentId) Values (1, 3)

    Insert Into Parent With (TABLOCKX) (Id) Values (3)

    Commit Tran

    Many actions...

  • RE: RegExp.Execute

    Hi,

    That's interesting code that Ken has written, and it does help me, but it doesn't answer my original question; He's using the test method, I would like to use the...

  • RE: RegExp.Execute

    Hi Steve,

    I'm trying to get a result set consisting of the letters of the alphabet. It's contrived; Once I get this function working, it will actually be used to parse...

Viewing 3 posts - 16 through 18 (of 18 total)