I've slowly started the task to convert code from using RexxSQL to ooSQLite
and have the following first questions (I'm sure there will be more):

- the 'new' methods in the supplied ooSQLite classes are all documented as
class methods. I find this a bit strange, as any parameters such as a file
name will be universal for the class, not for an individual instance of the
class. What's the thinking behind this?

- I presume that the 'exec' method of the ooSQLiteConnection class
corresponds to the sqlite_exec() API, but unfortunately the documentation
doesn't seem to match the API, as it only shows a cryptic optional
parameter 'type'. So how do I invoke the sqlite_exec() API?

Thanks,
Staffan
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to