Op zondag 9 januari 2005 01:29, schreef Ahmet Aksoy: > Hi, > I'm trying to open a query using Aducom components, but I get an error > message saying: > '' is not a valid integer value. > I can open and use the database with sqlite3.exe. Also > Sqlite3Explorer.exe can open the database and all the tables inside it. > So, there are no problems in the database. > Have you encountered such a situation? > What can I do? > Ahmet Aksoy
I use the Aducom components a lot, I remember there are two ways to solve this problem, one is, give a default value to a integer field, so there always is in integer in it, the other way is surrounding that specified action in a exception clause -- Bert Verhees

