Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert records in views
Message
From
17/08/1998 09:02:33
 
 
To
17/08/1998 04:45:12
Marco Beuk
Innovero Software Solutions
The Hague, Netherlands
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00127327
Message ID:
00127357
Views:
39
>We use a stored produre to generate a unique number for Id-fields. The 'default value' of those fields calls the procedure. This usely works fine.
>
>Now we work with a view which update a certain table. When we perform an 'Insert' on the view a record is inserted in the table also. The table-record has a unique Id genated by the stored procedure but the record in the view is not updated and the Id is 0. I can not perform a 'Requery' because we are in the middle of a transaction.
>
>Does anybody know a good solution for this problem.
>Marco

The normal way is to insert record to view only (using id-generator here) and then then tableupdate() data to the underlying table.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform