Hi Mike, Tanks for answering so fast, I have the follow code:
133 Sub PasarLista(stat)
134 ' Start transaction
135 Connection.BeginTransaction
136
137 Command.CommandText = "SELECT * FROM clientes"
138 Command.ExecuteTable("Lista1", 100)
139
140 ' End transaction
141 Connection.EndTransaction
142 End Sub
when I run the program show me this error message:
An error ocurred on sub main.pasalista.
Line number:138
Command.ExecuteTable("Lista1", 1000)
Error description:
Object of type 'Dbasic.EnhancedControls.CEnhancedListBox' cannot be
converted to type 'System.Windows.Forms.DataGrid'.
I don't know what's happens, if I write the code exactly from the tutorial of SQLite library.
One more time I'm sorry for my bad English and I hope someone help me.