Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | 56add885f43a2e74cb578d869209ff3723999c42 |
|---|---|
| Date: | 2010-02-16 13:35:19 |
| User: | drh |
| Comment: | Fix typo in the cintro.html document. |
Tags And Properties
- branch=trunk inherited from [b2e03e19ab]
- sym-trunk inherited from [b2e03e19ab]
Changes
Changes to pages/cintro.in
337 after [sqlite3_reset()], the application can invoke one of the 337 after [sqlite3_reset()], the application can invoke one of the 338 [sqlite3_bind_int | sqlite3_bind()] interfaces to attach values 338 [sqlite3_bind_int | sqlite3_bind()] interfaces to attach values 339 to the parameters. Each call to [sqlite3_bind_int | sqlite3_bind()] 339 to the parameters. Each call to [sqlite3_bind_int | sqlite3_bind()] 340 overrides prior bindings on the same parameter. 340 overrides prior bindings on the same parameter. 341 </p> 341 </p> 342 342 343 <p> 343 <p> 344 An application is allows to prepare multiple SQL statements in advance | 344 An application is allowed to prepare multiple SQL statements in advance 345 and evaluate them as needed. 345 and evaluate them as needed. 346 There is no arbitrary limit to the number of outstanding 346 There is no arbitrary limit to the number of outstanding 347 [prepared statements]. 347 [prepared statements]. 348 </p> 348 </p> 349 349 350 <tcl>HEADING 1 {Extending SQLite}</tcl> 350 <tcl>HEADING 1 {Extending SQLite}</tcl> 351 351