So we can't go FROM TSQL TO a VB.NET program but we should be able to go
FROM VB.NET TO TSQL right with step through--we always have. That's what
he's trying to do.
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
MVP, hRD
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
"Kevin Yu [MSFT]" <v-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Colin,
>
> There are some limitations on SQL debugging. You cannot use Step Into to
go
> between T-SQL and managed code (C#, Visual Basic, or Managed Extensions
for
> C++) or native code (C++). Please check the following for reference:
>
>
http://msdn.microsoft.com/library/de...us/vsdebug/htm
> l/_core_sql_debugging_limitations.asp
>
> Kevin Yu
> =======
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
>