Recent content by tboogerd

  1. T

    Handle locks via ODBC for update (or insert)

    Sounds good on posting back to this forum. Thanks for the new NoLock SQL syntax, it will come in handy for future coding projects. I was able to get my app to work properly simply by setting the ODBC Driver to Read Committed. After tedious testing it appears that no locks are created when...
  2. T

    If locked... with SQL-92

    I need to know the same thing. Does anyone know how to do this?
  3. T

    Handle locks via ODBC for update (or insert)

    I am looking to do the same thing. I however currently do this. I have 2 odbc connection strings, one is set to read uncommitted and the other to serializable for their default isolations. On all select statements I use the read uncommitted connection string, but when I want to insert or...
Back
Top