Search results

  1. M

    ERROR 2342 DoCmd.RunSQL

    Well, I need a way to write to the binary field from Access. Does anyone know how to do this?
  2. M

    ERROR 2342 DoCmd.RunSQL

    So, I have a more complex, but similar issue. The following code gives me the same error as described in this thread. strSQL = "USE TEST " & _ "DECLARE @Pointer binary(16), @StringToAppend varchar(100) " & _ "SET @StringToAppend = '...TEST STRING...' " & _ "SELECT...
Top Bottom