Thread: Some questions
View Single Post
  #2 (permalink)  
Old 12-13-2008, 03:23 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 15,645
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

Hi and welcome to Basic4ppc.
- Yes. For example if we have a module named 'Module1' and a form named 'Form1':
Code:
Module1.Form1.Show
- Basic4ppc supports SQLite tables.
You can create any number of indexes in one table.
- Searching is done with a SELECT query.
The SQL language may look a little bit complex at the beginning however simple queries can be created very easily.
Here is a useful tutorial: SQL Tutorial
Reply With Quote