Search results

  1. M

    A strange behavior of a Boolean variable

    Ciao, I run a device monitoring program and noticed that at the turn of midnight, the program would stop, debugging I noticed that the variable 'flag' would change state on its own. I solved it, I know I had to use the API Sleep function, but still it's really weird. I attach a test example...
  2. M

    Error 3192 when try insert record in sql server

    I have a strange problem: I do an insert into command using as usual example: '---------------------------------------------------------------------- Dim dbs As DAO.Database Dim sql As String Set dbs = CurrentDb sql = "INSERT INTO dbo_tblScheMod (Stato, Collezione, Modello, Articolo) VALUES...
Back
Top Bottom