New SQLite Libary Help

hawkeyetim

Member
Licensed User
Longtime User
Is there a new help doc for the new SQLite library that come with 6.9 as the one thats included and the manual relates to an older version.

Thanks

Tim
 

hawkeyetim

Member
Licensed User
Longtime User
The new dll's SQLiteConnection object does not support Value. Am i using the the right object if so what do i use instead of Value if anything.:confused:


Thanks

Tim


SQL
Connection
Value
Gets a reference to a Connection object.
It is used to create a new Command object.
Syntax: Value

Example:
Cmd.New1("",con.value)
 

hawkeyetim

Member
Licensed User
Longtime User
:sign0161: I was looking in the SQL Native folder. Sorted now.

Thanks

Tim
 
Top