Search results for query: *

  1. M

    Database Exclusive Connection

    .............I am doing that update from my VB2005 application. Other users using the same application have to wait untill I finish.
  2. M

    Database Exclusive Connection

    Hi, the link you gave also unanswered. I (administrator) need to do some update in database during which all other users have to wait until I finish. In previous ADO version I used - connection.mode= adModeShareExclusive : which did my job. Is there anything new in VB2005? Thanks for reply.
  3. M

    Database Exclusive Connection

    Hello, I use VB2005 and SQL Server. I want to connect to SQL server database exclusively. So that other user can't add, edit data in that database. How can I make that connection. Pls Help me. In Previous VB version I used Pessimistic lock or Connection.Mode=adShareExclusive
  4. M

    Exclusive Connection

    Hello, I use VB2005 and SQL Server. I want to connect to SQL server database exclusively. So that other user can't add, edit data in that database. How can I make that connection. Pls Help me. In Previous VB version I used Pessimistic lock or ShareDenyNone.
  5. M

    Crystal Report Free or Not

    Hi, Crystal Report that comes with VS2005 Enterprise CD, Is that free and distributable or limited for personal use? Is that has complete or limited features?
  6. M

    Release Files

    Thanks Everyone. I've got my answer
  7. M

    Release Files

    Hi, When I build a solution in *.exe format, apart from the Main executable other files like *.vshost.exe, *.pdb, *.xml are created. Do I need these files?
Back
Top