H hawkeyetim Member Licensed User Longtime User May 24, 2010 #1 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
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
Erel B4X founder Staff member Licensed User Longtime User May 24, 2010 #2 The new SQL library has the same methods and properties as the old one. So the current manual should suffice.
The new SQL library has the same methods and properties as the old one. So the current manual should suffice.
H hawkeyetim Member Licensed User Longtime User May 24, 2010 #3 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. 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)
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. 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)
Erel B4X founder Staff member Licensed User Longtime User May 24, 2010 #4 Are you referencing System.Data.SQLite.dll ? You should only reference SQLDesktop / SQLDevice.
H hawkeyetim Member Licensed User Longtime User May 24, 2010 #5 :sign0161: I was looking in the SQL Native folder. Sorted now. Thanks Tim