[Gambas-user] Error ODBC

Denis Crowther denisc at exemail.com.au
Tue Jul 13 14:28:13 CEST 2021


Hi Hans,

I've never used the ODBC driver for Sqlite. There was talk recently here 
about some problem(s) with it.

I have always connected directly with Sqlite.

Maybe try connecting directly and see if the problem still exists.


You can enumerate a Result object so typically I would;

If dbResult.Available Then
     For Each dbResult

see.. http://gambaswiki.org/wiki/comp/gb.db/result/_next



Regards
Denis

On 13/7/21 10:16 pm, Hans Lehmann wrote:
> Hello Bruce,
> 
> regardless of which suggestion I implement - the result remains the 
> display of the first record.
> 
> Or it results in an (additional) error:
> 
> 
> 
> Yours sincerely
> 
> Hans
> 
> 
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
> 


More information about the User mailing list