Results 1 to 4 of 4

Thread: ResolvedSourceSafe finding Case difference

Threaded View

  1. #1

    Thread Starter
    Fanatic Member Mindcrime's Avatar
    Join Date
    Jun 2001
    Location
    Peterborough, UK
    Posts
    555

    ResolvedSourceSafe finding Case difference

    Hi

    I work with another developer on the same project. When he has checked source code into sourcesafe object names are saved as follows:

    Code:
    Dim rst as ADODB.RecordSet
    My IDE saves the following (note the S in the word RecordSet)

    Code:
    Dim rst as ADODB.Recordset
    When I check the source code in for the same form and compare this using sourcesafe, differences are reported where the s in recordset has changed.

    This also happens on other controls most commonly the TextBox on property text.

    Can anyone help as trying to find changes is a nightmare!
    Last edited by Mindcrime; Nov 3rd, 2009 at 10:37 AM. Reason: Resolved
    Mindcrime : )
    ICQ 24003332

    VB 5.0, VB 6.0 SP5, COM, DCOM, VB.NET Beta 2, Oracle 8

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width