Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Insert into second table if it doesnt exist in first table

    Many thanks bit I still get and error...

    Below revised statement as per your suggestion...

    DECLARE @newProjectId bigint

    INSERT INTO ProjectControl (ProjectId,InlcudeInForecast,ProjectCompleted,BudgetValue,ActualValue,BudgetHours,ActualHours,BillingValue,IsProspect)

    VALUES

    (@newProjectId,1,0,0,0,0,0,0,0)

    SELECT @newProjectId,project.Id

    FROM project

    LEFT JOIN ProjectControl ON ProjectControl.ProjectId = project.id

    WHERE...

  • RE: DBF file with Thai Characters

    I've tried different collation setting also :unsure:

    Now looking at changing the DBF copepage using CPZERO.PRG within Foxpro..

Viewing 2 posts - 1 through 2 (of 2 total)