Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create A DBC using GENDBCX
Message
From
03/05/2002 12:33:20
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00652431
Message ID:
00652480
Views:
16
>But why the parsing? I don't see what it is accomplishing?

It's not only for VFP6 SP3 and up. It writes both the procedure code + compiled object code. During generating code it writes both to same .krt file.

LOCATE FOR Objectname = 'StoredProceduresSource'
*...
LOCATE FOR Objectname = 'StoredProceduresObject'

IOW it writes recX+recY to same file and reads back from there, parses and puts.

With VFP6 SP3 and later it could just save the source and compile at runtime to get objcode. It's old code and working.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform