Does a preprocessor exist for sqlite and if so where ?
 
 If not that might be a really nice project to be able to support 
syntax as follows:
 
 SQLITE_EXEC at :loginhndl    login "dbname.db"; 
 SQLITE_EXEC at :loginhndl declar cursor c1;
 SQLITE_EXEC at :loginhndl prepare cursor c1 using sqlStr;
 SQLITE_EXEC at :loginhndl bind x .... (not sure about this one)....
 SQLITE_EXEC at :loginhndl fetch c1  into :hostvars ;
 SQLITE_EXEC at :loginhndl close cursor c1;
 SQLITE_EXEC at :loginhndl close database
 
 ..... The list would go on and on, but you get the idea.

 Ken
 

Reply via email to