Search results for query: *

  • Users: crooksey
  • Content: Threads
  • Order by date
  1. C

    BEGIN/COMMIT with software crash

    Hi all, If multiple statements are surrounded by BEGIN and COMMIT transaction commands - are all transactions only committed once the outer COMMIT command is reached? There are nested SQL transactions in my process which also have BEGIN and COMMIT transaction surrounds, I believe that these...
  2. C

    Accessing Windows Mobile Device Center?

    Hi there, I'm working on a batch update system using mobile devices which use WMDC to synchronise files. Because mobile devices do not deploy as a drive on the computer I have found this is the only way. What I would like to do is determine the device name and the synchronisation process and...
  3. C

    Wierd issue...

    OK, this is not the first time something similar to this has happened... I think we might need Mulder and Scully to answer the question really, or... am I been especially blond here? 1 question... HOW:
  4. C

    Remove only TRAILING Whitespace?

    Hi all, I'm having difficulty with some strings of varying 'meaningful' length from a different database (not under my control) that I am trying to trim in my vb.net code. I only want to remove TRAILING whitespace... therefore, I can't really use .trim method. The reasoning behind this being...
Back
Top