Search found 2 matches
- Fri Jun 12, 2009 2:22 am
- Forum: Databases
- Topic: SQLite - Selecting multiple columns
- Replies: 3
- Views: 5279
- Thu Jun 11, 2009 12:54 am
- Forum: Databases
- Topic: SQLite - Selecting multiple columns
- Replies: 3
- Views: 5279
SQLite - Selecting multiple columns
I have a SQLite database that keeps track of the serial ports my rev app is talking to:
Table: SerialPorts
PortID PortName PortStatus
1 COM1: Open
2 COM2: Closed
When I try to select data from a single column...
put "SELECT PortID FROM SerialPorts WHERE PortStatus='Open'" into SQLquery
put ...
Table: SerialPorts
PortID PortName PortStatus
1 COM1: Open
2 COM2: Closed
When I try to select data from a single column...
put "SELECT PortID FROM SerialPorts WHERE PortStatus='Open'" into SQLquery
put ...