Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknown __RI_UPDATE...., DELETE.., INSERT.. in my create
Message
From
15/07/1999 02:21:27
 
 
To
15/07/1999 00:40:54
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00241653
Message ID:
00241657
Views:
17
>Hello,
>
>I included in my project a program "createbase.prg", generated using \vfp\tools\gendbc, but i have 2 problems:
>
>1. Creating EXE file, i got errors about unknown __RI_ procedures, i know this is a warning message because EXE file works fine. My question is : how can i avoid these messages ?
>

I'm not sure why you've included the output from GENDBC, but the references are to stored procedures representing the relational triggers stored in the database container. To avoid the errors, you'd need to place EXTERNAL PROCEDURE name of each RI trigger referenced in the affected modules, because the stored procedures are resolved at runtime by calls to the stored procedures, but the compiler is unaware that this is going to happen.

You might try having the DBC in use at the time that the application is compiled; I don't knwo if that will take care of the problem for you or not.

>2. During this phase, EXE generation runs very slow: about 1 sec. for each message, and each table has 3 __RI_ procedures.
>What am i missing? I remember this was not so slow in my previous project.
>
>Thanks
>
>Juan Carlos
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform