Search found 2 matches

by sandyb
Thu Jul 24, 2014 2:50 am
Forum: Databases
Topic: Create Table in SQLite
Replies: 3
Views: 4837

Re: Create Table in SQLite

Thanks. I tried that but it didn't work either. Here's the pertinent part of the code:

put "CREATE TABLE places (placeID integer primary key, company text, address text)" into tSQL
answer gConID
answer tSQL
revExecuteSQL(gConID, tSQL)
//put revExecuteSQL( gConID, tSQL) into tTmp

The two ...
by sandyb
Wed Jul 23, 2014 10:49 pm
Forum: Databases
Topic: Create Table in SQLite
Replies: 3
Views: 4837

Create Table in SQLite

I'm trying this again after many strikeouts, by using the code in the SQLite Sampler. The code for open database and for close database works fine. but the code for create table always throws an error, even with slight changes in (s and )s and ,s. Always the same error on the same line. Appreciate ...