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 IamaSherpa 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: *

  1. Shuchi

    URGENT: Microsoft Visual Source Safe

    Hi All, I am using VSS for change control management I am not able to remember the admin password. Is there anyway to break the old password (by manipulating the registry etc) Please help!! Regards, Shuchi
  2. Shuchi

    HELP!!!Can I Use DTS Wizard in VB

    Hi All, I have a requirement to upload files into SQL database.There are certain Validations, Data Formatting and filter criteria to be applied before uploading the file., which is possible of u r uploading the file thru DTS on enterprise manager.But, we don't want to five the users acces to sql...
  3. Shuchi

    .NET

    Hi All, Our company uses MS technologies for Development. We are planning to use .NET technologies for Inranet based applications. Is anybody aware of what all advantages of .Net tehnologies are there over Java / Websphere environment. Please suggest something as which approach should we follow...
  4. Shuchi

    Creating DTS package using com

    I have a query component using which user can fire any query on the backend. It uses a database component dev in vc++ as middle tier com comp. Now, i want the output of query to be exported into excel. As DTS is very fast, i want to add a new method into com, which will take the query and create...
  5. Shuchi

    Creating DTS Package

    I have a query component using which user can fire any query on the backend. It uses a database component dev in vc++ as middle tier com comp. Now, i want the output of query to be exported into excel. As DTS is very fast, i want to add a new method into com, which will take the query and create...
  6. Shuchi

    HELP!!!Which is better ?? VC++ component or VB Component

    Hi Ashish, Thanx alot for responding . Well, now that u have told vb is a single threaded component, could u please give me some document or refernce on net or the name of book, where i can find out more details. Actually i need this as a support document to this fact. I searched alot and...
  7. Shuchi

    HELP!!!Which is better ?? VC++ component or VB Component

    Hi All, I need to design a 3-tier application which will use components I have two options :-develop components in VB or VC I have some idea that VC component is better but am not very clear Kindly give me some idea that which approach should i follow and why? Also let me know where exactly i...
  8. Shuchi

    URGENT!!!.NET components Vs VC++ Components

    Can we develop components in .NET (can .NET be used as middle tier). If yes then which is better:- .NET components or VC++ components and WHY? Thanx in advance Regards, Shuchi
  9. Shuchi

    How can I send ado recordset from ATL com?

    Can u pl. send that sample Shuchi
  10. Shuchi

    How to restrict # of recordes

    Hi, If ur Crystal Report is using a query, Replace it with a procedure and use Set Rowcount 5 in ur s.Proc Regards, Shuchi
  11. Shuchi

    What is an Automation Class??

    Hi, I am not clear as to what is an Automation Class. Theoritically, i know there are Automation Clients and Automation Servers. Aut. Clnts are those which use the exposed objects and Aut. Servers are , which expose the objects. But what is an Aut. Class( is it the object which gets exposed??)...
  12. Shuchi

    Generating Report on MTS server and passing it to client

    Thanx a tonnnnn specise I am working on it and will let u know whether it worked or not. Just one question There is one ERASE bteCrystalRpt command to erase the array this u r doing before returning it to the client.Will it still hold the value as the actual "Getreport =...
  13. Shuchi

    Microsoft Office (Excel) & COM

    Abs Not a single perfomance issue I think about 100 users are accessing this application and app 20-30 users upload the file at the same time. Till now we have not faced any problems . Yes sometimes the system runs slow but thats only b'coz of the n/w traffic. I don't know what kind of...
  14. Shuchi

    How to get the calling username in a DCOM object ?

    Thanx alot volkoff for giving us such a usefull info. I want to use this in my VC++ com components on MTS. Could u please give me the exact syntax of these commands so that i can use it. I am not getting any ex. or help on OpenThreadToken( which thread handle i have to pass etc..) Sorry for...
  15. Shuchi

    Restricting Processor usage by Package/Component

    I dont know , how programatically u can control, but one third party software called "stickybit-something" comes which does a similer kind of job. U can search on Net for this. as i don't have complete details with me.
  16. Shuchi

    Microsoft Office (Excel) & COM

    Hi, We had a similer req. in our application where an excel file needed to be uploaded into sql srver DB using an MTS component. Our IIS server was installed on different machine. On our MTS server , we had installed MS Excel ( there is abs no problem in doing that) Now , we have created a VC++...
  17. Shuchi

    Generating Report on MTS server and passing it to client

    Hi, I have an MTS server, on which my reportgeneration component resides.It has API calls to start crystal engine and generate a crystal report on MTS itself. Now i want to tranfer that file in the same format ( crystal .rpt) to the client , who ever has invoked it. I am not using any report...
  18. Shuchi

    Database connection using Account User

    Hi, The user name and password which u specify while creating a package is not ur database login info. Its the info which ur presentation layer will use to connect to MTS server to access the package. It also has an advantage. If u r specifying the username and password for a package then ur MTS...
  19. Shuchi

    VB 6 & MTS Performance Issues

    Hi, Even i am facing exactly same problem with the same configureation. In our case, CreateObject is taking more time than New. Pl. Do let me know if u find any solution .
  20. Shuchi

    URGENT!!!!VB -6 application talking to MTS

    I am extremely thankful to u that u r taking so much pains to solve my problem but at the same time i am really sorry that i am giving u a long piece of code. I tried to cut it short as much as possible but couldn't do much as i thought u must go thru atleast this much of code to understand it...

Part and Inventory Search

Back
Top