Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using gendbc program to recreate database
Message
From
31/12/1998 07:18:14
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Using gendbc program to recreate database
Miscellaneous
Thread ID:
00171836
Message ID:
00171836
Views:
69
Hello:

I'm using the gendbc program to recreate my database and am getting a couple of errors.

"Feature is not supported for non-dbc tables" and related table is not found in current database.

Two of my tables are not being created properly of which 1 is related
to the parent and the other are related to each other and both use a default of client.sin (the parent table)

I have set up a cursor command for each before the tables are created and this is where I'm getting my errors.

the first table - ciser -I use this code
select 0
create cursor client(sin c(9))
select 0
create cursor cisum(sin c(9), carno c(3))

the second table - cisum
select 0
create cursor client(sin c(9))

Cisum is related to parent Client on primary key sin c(9) and
Ciser is related to Cisum on Sin+carno.

Am I doing this correctly? Any input would be appreciated. Thank you.
Reply
Map
View

Click here to load this message in the networking platform