Search:

Type: Posts; User: jmcilhinney

Search: Search took 2.71 seconds.

  1. Re: [RESOLVED] Building a ACCESS connection string with code in vbs 2015

    Note that this is string interpolation:
    Dim fileName = $"County Hunter - {[call]}.accdb"
    It's supported in VB 2015 and later. It's simpler than using String.Format, which would be required in...
  2. Re: [RESOLVED] Building a ACCESS connection string with code in vbs 2015

    If you're building a connection string in code then you should probably use a connection string builder. It's not necessary but it's there for a reason and makes building connection strings less...
Results 1 to 2 of 2



Click Here to Expand Forum to Full Width