Forum Replies Created

Viewing 6 posts - 1 through 7 (of 7 total)

  • RE: syntax error but where?

    Hello Gail,

    Thanx for your quick reply. Below you can read the error I get:

    There was an error executing the query. Please check the syntax of the command and if present,...

  • RE: if...then...else...end if

    Ok. that would be nice. Here's my code:

    "

    DeleteCommand="DELETE FROM [tblProjects] WHERE [ProjectId] = @ProjectId"

    InsertCommand="INSERT INTO [tblProjects] ([ProjectName],...

  • RE: if...then...else...end if

    GilaMonster (10/2/2008)


    Great

    Do you need help getting it into ASP? Do you want help in turning it into a stored proc? Or is everything sorted now?

    I would like to have some...

  • RE: if...then...else...end if

    Thanx! Here's my query sofar. This works as far as I can see now.

    SELECT tblProjects.ProjectId, tblProjects.ProjectName, tblProjects.ProjectDescription, tblProjects.Remarks, tblProjects.CompanyId, tblProjects.ContractNummer, tblProjects.DataSupplierId,

    ...

  • RE: if...then...else...end if

    I use SQL statements, because I'm not that familiar with stored procedures

  • RE: if...then...else...end if

    This makes a little sense. Where do I put the statement in my Query? I assume PrINT does't mean 'print' as in MS Word?

Viewing 6 posts - 1 through 7 (of 7 total)