Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RicoCali
  • Order by date
  1. RicoCali

    Com+ in .net

    OK...That is interesting. So will there be a .NET version of DLLHost.exe in the near future? Also, which Interop Services is more expensive in terms of memory and performance? RCW or CCW?
  2. RicoCali

    Com+ in .net

    Thanks Chip...Is the namespace System.EnterpriseServices.ServicedComponent used in the .NET components that you develop? You mentioned that it is running via COM interop. So I assumed this namespace is all unmanaged and using a COM Callable Wrapper and not part of the CLR. Is that correct...
  3. RicoCali

    Com+ in dotNET

    What are the significant difference in using Com+ in a VB environment vs VB.NET How is it different when using a .NET component in the COM+ vs using a COM object in COM+?
  4. RicoCali

    Com+ in .net

    What are the significant difference in using Com+ in a VB6 environment vs VB.NET How is it different when using a .NET component in the COM+ vs using a COM object in COM+?
  5. RicoCali

    Stored Procedure vs User Define Function

    For the life of me I can not figure out what the difference is between a stored-procedure and a User Define Function. Can someone explain to me what the difference is. PLEASE DON'T EXPLAIN WHAT THEY ARE. I already know what they are. I just don't know the difference.
  6. RicoCali

    MTS vs COM+

    Does anyone have a table comparison of MTS and COM+?
  7. RicoCali

    VB COM

    Can a COM written in VB be referenced and used from a VC++ application?
  8. RicoCali

    SQLDataAdapter/CommandBuilder/Concurrency

    I have a question on using Datasets with SQLDataAdapter, CommandBuilder. My question is, is concurrency supported automatically when using SQLDataAdapter and CommandBuilder?
  9. RicoCali

    Populating an ADODB.Recordset without DB

    Thank you! Can I buy you a beer?
  10. RicoCali

    Populating an ADODB.Recordset without DB

    I have a situation where I have to populate a recordset without getting a physical database involve. How would I go about doing this?
  11. RicoCali

    How do you calculate the number of bytes for OLAP DB

    I have all the information regarding my OLAP database. I know how many dimensions,hierchies, levels, members, and measures I will have. I also will know the datatypes of the measures. Knowing all these parameters, how do I calculate the number of bytes that my OLAP database will use?
  12. RicoCali

    Cube Processing

    I want to write my own script to process cubes. Is there any way to overide the default mdx scripts to process cube?
  13. RicoCali

    Interop Services

    Does anyone know anything about Interop Services? I looked around the Internet and couldn't find any real answers. Thanks...
  14. RicoCali

    using different hierarchies for different user

    I have a situation where i need to designate "user A" to use "hierarchy 1" and "user B" to use "hierarchy 2" when they both open the same cube in Excel. Can I control this based on their authenticated ID? If so, How? Thanks...
  15. RicoCali

    Views/Stored-Procedure/User-Defined function

    OK...I got very good explanations but I still don't know the difference between sp and udf. All i wanted is a format like this... you can do this.. you can do that... Views NO NO SP YES NO UDF...
  16. RicoCali

    Views/Stored-Procedure/User-Defined function

    > It doesn't let you add a where clause, cant > be used as the source of a subquery and > can't be joined For stored procedures? I think you can
  17. RicoCali

    Views/Stored-Procedure/User-Defined function

    Can someone tell me the difference between: Views Stored-Procedure User-Defined Function ?
  18. RicoCali

    Class and Structure

    I have been experimenting with Class and Structure and really don't see any difference. Can someone explain to me the difference?
  19. RicoCali

    Overloading a constructor

    >Why ask if you can try? ...because I'm lazy?
  20. RicoCali

    Overloading a constructor

    How do you overload the constructor in .NET? Public Sub New() End Sub Public Sub New(By Value myInteger As Integer) End Sub Public Sub New(By Value myString As String) End Sub Can I have all those subs at the same time? I know you overload in C#. Just didn't know if you can do that with...

Part and Inventory Search

Back
Top