Search:

Type: Posts; User: MikeS

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    384

    I'd first check with your system administrator to...

    I'd first check with your system administrator to see if the users have the proper rights to this folder - also take a look at the mapping.
    HTH
  2. Replies
    5
    Views
    453

    When you first ran it on the network you were...

    When you first ran it on the network you were still probably on your own machine (where VB is installed) and therefore you would have all of the DLLs needed. However to install it on a workstation...
  3. Replies
    5
    Views
    8,236

    Am I understanding that you are not getting any...

    Am I understanding that you are not getting any errors from your workstation and running it through VB not .exe ?

    Try your selection formula as a SQL statement and see if any records are returned...
  4. Thread: VB & SQL Server

    by MikeS
    Replies
    3
    Views
    352

    Nope that isn't it - thanks though. Is RDO...

    Nope that isn't it - thanks though. Is RDO cleaner or quicker ??
  5. Replies
    5
    Views
    8,236

    To try and find what error 20567 is try putting...

    To try and find what error 20567 is try putting this in your sub:

    Onerror goto ErrorEh

    And then at the bottom of the sub put:

    Exit Sub
    ErrorEh:

    Debug.Print Err, Error
  6. Thread: VB & SQL Server

    by MikeS
    Replies
    3
    Views
    352

    Good day to you all: I've been noticing that a...

    Good day to you all:

    I've been noticing that a lot of you work on SQL Server. What is the connect method of choice and why did you choose it?

    I've been working on VB5/SQL Server 6.5 and I'm...
  7. Replies
    1
    Views
    365

    I've been noticing a lot of posters that are...

    I've been noticing a lot of posters that are having problems with Quotes/DoubleQuotes. In SQL Server 6.5 you should always use single quotes. Use this function to add another single quote so you...
Results 1 to 7 of 7



Click Here to Expand Forum to Full Width