I'm on Pervasive version 8.60.192.030
I'm using pervasive control center, sql statements to create the tables:
Projects Table:
SET TRUENULLCREATE=OFF;
Create Table projects using 'ProjMain.frb'
(
Id IDENTITY,
Ptype CHAR( 20 ) Collate "UPPER.ALT",
Pdesc CHAR( 40 ) Collate...
I am creating a projects database. My first table (Projects) has a primary key of Id, an integer. My next table (Tasks) has a primary key of Id & Seq together, and a foreign key of Id, which references the Id in the projects table. This part works fine. The problem is in adding the third...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.