Search results for query: *

  1. B

    Get Text from Stored Procedure or View

    Hello everyone. I need some help and I don't even know if it is possible. I want to connect to a SQL database and instead of running "exec sp_Whatever" or "Select * from vw_Whatever" I want to get the text of the stored procedure or view so I can modify it as needed then run it using vb.net...
  2. B

    COnvert current html page to io.memorystream

    Hello, I want to convert the current active html page (With all the data in it) to a io.memorystream. I just need to fill in this blank I have: Dim oStream As New IO.MemoryStream ' Fill oStream with current html page ????????????????????????????????????? Dim path As String =...
  3. B

    Crystal Report Problem

    Hello all, I know this is not a problem or an error but I need a way around it. I run a report in ASP2.NET (.NET 2005) and I get this message: The report you requested requires further information. Repository Server name: Database name: User name: Password: Use Integrated Security...
Back
Top