User Tools

Site Tools


sqlite_20example_20program_20_28phonenos_29

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sqlite_20example_20program_20_28phonenos_29 [2018/03/31 13:19] – external edit 127.0.0.1sqlite_20example_20program_20_28phonenos_29 [2024/01/05 00:21] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 //by Jon Ripley, October 2012//\\ \\ **Please note:** This program requires [[http://jonripley.com/bb4w/libraries/SQLite_BB4W_Release_1.exe|SQLite library for BB4W]].\\ \\  This example program shows how to create a simple contact database using SQLite and includes methods to create, update, delete, find and list records.\\  //by Jon Ripley, October 2012//\\ \\ **Please note:** This program requires [[http://jonripley.com/bb4w/libraries/SQLite_BB4W_Release_1.exe|SQLite library for BB4W]].\\ \\  This example program shows how to create a simple contact database using SQLite and includes methods to create, update, delete, find and list records.\\ 
 +<code bb4w>
         INSTALL @lib$+"SQLite"         INSTALL @lib$+"SQLite"
         PROCsqlite_initialise         PROCsqlite_initialise
Line 137: Line 138:
         ENDIF         ENDIF
         ENDPROC         ENDPROC
 +</code>
sqlite_20example_20program_20_28phonenos_29.1522502384.txt.gz · Last modified: 2024/01/05 00:16 (external edit)