DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Executing table joins in Visual Basic

Hybrid View

  1. #1
    Join Date
    Apr 2001
    Posts
    2
    Our developers want to retrieve simple datasets from our SQL Server database and execute joins in Visual Basic, instead of using SQL (or T-SQL to do the joins on the database.

    What are the pros and cons of this approach?

    Thanks!

  2. #2
    Join Date
    Nov 2000
    Location
    Baltimore, MD USA
    Posts
    1,339
    The cons are that it is a ridiculous idea - no offense.

    SQL *exists* to manipulate data. Bypassing that to do it in VB is simply ludicrous. They should keep their resumes up-to-date.

    Sorry,

    - Chris
    Christopher R. Long
    ChrisRLong@HotMail.Com
    But that's just my opinion. I could be wrong

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