Transcription of OpenOffice.org & OOBasic - Database …
{{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.
Database Development OpenOffice.org & OOBasic This is, for the time being, an informal guide on database development using OpenOffice.org & OpenOffice …
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}