CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    Join Date
    Apr 2002
    Location
    Melbourne, Victoria, Australia
    Posts
    1,792

    Re: Vbscript, sql & write/add record to existing excel file

    There's quite a few reasons for that "DSN not found" error message - cut and paste the text of the error message (or the error number) into the search function on MSDN (msdn.microsoft.com) and see which one of the results fits your situation.

    Also look in the error log (like it tells you in the message) and see if there's anything there that might help you.
    Be nice to Harley riders...

  2. #17
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Vbscript, sql & write/add record to existing excel file

    Take a look at the link in my signature. It includes a fully functional SQL driven VB app.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Page 2 of 2 FirstFirst 12

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

Featured