|
This chapter discusses how to use Microsoft Visual Basic to view and manipulate data in the sample database, which is installed with Pervasive.SQL. When you use Visual Basic to access Pervasive data, you can choose from several access methods, as follows:
These methods are listed roughly in order of development time and run-time performance, with ADO applications taking the least time to develop and direct Btrieve applications taking the most time. Conversely, direct Btrieve applications perform fastest at runtime; ADO applications perform slowest at runtime.
This chapter contains the following sections:
For information about using third-party controls, contact the vendor for that product. For information about using direct ODBC API calls, refer to SQL Language Reference. For information about using direct Btrieve API calls, refer to Pervasive.SQL API Programmer's Reference.
Note
The lessons in this chapter show screens from Visual Basic 6 only. Where necessary, differences between Visual Basic 5 and 6 are noted. Although Visual Basic 3 supports a bound text box data control, Visual Basic 3 is not discussed in this tutorial.
|
Prev topic: Lesson Summary
|