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 bkrike 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 vickram

  1. vickram

    converted access db not showing correct records in vb

    did u convert the format from access 2000 to access 97 ? vickram
  2. vickram

    COM+ scheduling?

    there is a thing called COM+ Events..which allow other objects to subscribe for any notifications.. but if u want ur clients to be notified from the COM+ server..COM+ is certainly NOT the way to go.. In these cases, a good alternative is to use straight UDP (datagram-based IP protocol) to...
  3. vickram

    Subscribing to COM+ events

    hi i have just got my feet wet in COM+..i have a question regarding COM+ Events that has something to do with interfaces..any idea about this? Lets say I have a standard COM component (COM.dll) which containts over 10 methods. lets assume one of them is named Notify() that returns a string...
  4. vickram

    Crystal, MSAccess Password.

    try creating a new database and import all ur existing tables/queries..etc into the new one.. now try connecting to the newly created database..see if it still asks for the password by the way..how do u connect to the database ? vickram
  5. vickram

    SQL Date/Time

    did u try something like this ?..i mean the format() function it should be MM/dd/yyyy strRs = "SELECT Fields WHERE DateTimeStamp LIKE '#" & Format(" & sName & ", 'MM/dd/yyyy')#'" vickram
  6. vickram

    COM+ question

    hi catab ..im a newbiew to COM+..i have a question regarding COM+ Events that has something to do with Interfaces..since u were having a problem with interfaces, i thought i could just post my question here..any idea about this? Lets say I have a standard COM component (COM.dll) which containts...
  7. vickram

    Does private classes and BAS modules hamper scalability in COM+?

    u cannot rely on the bas module to share global variables. it will work fine so long your objects keep running on the same thread.. if an object happens to be instantiated on a separate thread..it will not have the global variables..ie., this particular object will have the initial values only

Part and Inventory Search

Back
Top