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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by srinivasaraghavan

  1. srinivasaraghavan

    very basic question re DBCC shrinkdatabase

    Hi U can do anything from Vb try this sp_executesql N'DBCC CHECKDB' Srinivasa Raghavan
  2. srinivasaraghavan

    'Logging' stored procedures/ views

    Hi Use sp_depends tablename which will list the stored procedure and trigger depended on the table. Srinivasa Raghavan Srinivasa Raghavan
  3. srinivasaraghavan

    should I use message queues at all?

    It is prefect case to use MSMQ.u can priortise the order the of call.Go ahead and use com+ and msmq if it is one of the best fit cases. Srinivasa Raghavan
  4. srinivasaraghavan

    ScriptTimeOut

    Hi Create a temporary table for the fields to be shown in report and populate the report using temporary table and drop the table finally. Srinivasa Raghavan
  5. srinivasaraghavan

    Forms and Cookies

    Try Request.Cookies("CookieName") Srinivasa Raghavan
  6. srinivasaraghavan

    VB and MDAC and DCOM, oh my.

    Use the Vb set up kit or installer for installation of software on client machines. Srinivasa Raghavan
  7. srinivasaraghavan

    MaxLength in TextBox not working

    u can use len(textbox),if u feel maxlength is not working. maxlenght will work try delting the text box and putting it again. Srinivasa Raghavan
  8. srinivasaraghavan

    Event trigger problems

    The only suggestion i can give is to try RaiseEvent method. Srinivasa Raghavan
  9. srinivasaraghavan

    Why should I upgrade to the next VB version

    The Main purpose of Microsoft introducing new version of Visual Basic to make Vb prefect Object Oriented Langauge.If u r not going to switch to .Net u r going to be left behind with same kind of code writing it again & again. Srinivasa Raghavan
  10. srinivasaraghavan

    HELP!!!

    How do u want to know in VB. Srinivasa Raghavan
  11. srinivasaraghavan

    Help with ActiveX DLL as it won't initiate on other Machines

    Check for the version of mdac on client machine,Install mdac and register our components using vb setup kit to include all runtime references. Srinivasa Raghavan
  12. srinivasaraghavan

    please help with recordset code

    IN DAO,u must first open the database using openDatabase(database path) and use db.openrecordset() Srinivasa Raghavan
  13. srinivasaraghavan

    Error registering COM+ Application :(

    Hi First Shut down the Component and remove the components and try registering it again.If it not working try install COM+. Srinivasa Raghavan

Part and Inventory Search

Back
Top