Transcription of OpenOffice.org & OOBasic - base Programming
{{id}} {{{paragraph}}}
Database & OOBasicThis is, for the time being, an informal guide on database development using & openoffice Basic ( OOBasic ).Currently, I have discussed the Statement, ResultSet, and RowSet Services. Copyright 2006 Roberto C. BenitezDatabase Programming Using OOBasicStatement Dataa)Inserting Recordsb)Updating Fields/Recordsc)Deleting Statementsa)Introductionb)Creating PreparedStatementsc)Supplying Values to a Closer Look at the OOo API (for Services utilized in this chapter)a)Introductionb)The DatabaseContext Servicec)The DataSource Serviced)The Connection Object MetaDataAs mentioned in the introduction, a Statement is one of the methods we can use to connect to a database with the OOo API. A Statement is a way of directly communicating with the database using SQL commands. Whenever a result is returned, it will be stored in a ResultSet object this will be discussed later in the next chapter. The Statement Service can be used to do virtually anything you can do with the GUI such as adding, dropping, updating tables; inserting, deleting, updating records, etc.
Database Development OpenOffice.org & OOBasic This is, for the time being, an informal guide on database development using OpenOffice.org & OpenOffice Basic (OOBasic).
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}