Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 6.0 Don't seem to be what we were waiting for
Message
From
25/05/1998 14:11:05
 
General information
Forum:
Visual FoxPro
Category:
Conferences & events
Miscellaneous
Thread ID:
00100091
Message ID:
00101726
Views:
69
>Here are a couple of other options.
>
>1) Look at Codebase from Sequiter Software. That may work as a back end solution which uses DBFs/CDXs
>
>2) Make your application run on an intranet. Then all you need is the VFP executable running on an NT Server. Of course the front end would have to be IE4.0 using DHTML and such.
>
>Costas

I would strongly discourage using Codebase 6. Bad exception handling. Bad oop wrapper (for c++ around c functions), it is obvious when you see the classes that they did not have a good grasp on oop when they designed them (they have a version number for Codebase 4 in the classnames: code4, data4, relate4, etc.). Very limited query capability, essentially you can seek (no SQL, no locate). If you require fast filtering, you will need to have many indexes with appropriate for clases embedded, a tag containing the filter expression can not be used. Although Codebase supports dbase3, dbase4, clipper, and foxpro (2.6 and older), you must link in the appropriate libraries for the table type. These libraries are mutually exclusive, therefore your app can not access more than one table/index type.

If you are willing to put up with the limitations, they do have client/server.
Previous
Reply
Map
View

Click here to load this message in the networking platform