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 strongm 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. rockyr

    Unexpected behavior of RegQueryValueEx API

    Here's the function that does the actual call: Function GETVAL(valname As String) As String Dim nBufferKey As Long, nBufferSubKey As Long Dim nBufferDATA As String nBufferDATA = Space(255) RegOpenKey LOCALMACHINE, "SOFTWARE\eDirect", nBufferKey RegOpenKey...
  2. rockyr

    Unexpected behavior of RegQueryValueEx API

    I have a vb 6 app that uses the RegQueryValueEx function to get a value from a subkey. The function is defined in a code module, and called from two locations, one on a form, the other in the same code module. Note, that I call the exact same function from each location. When I call it from...
  3. rockyr

    Application for Customer Service

    Does anyone know of an Exchange 5.5 application for a customer service type operation where you publish a single address and route incoming messages between available representatives automatically?
  4. rockyr

    Outlook 2002 and Exchange 5.5 Login Problem

    I'm running Windows XP Beta, and Office XP release version on my PC, on a corporate LAN. I'm logged into the domain using my account login, which is a member of the administrators group. I have the exchange service setup to use NT Authentication to login to the server, but when I start...
  5. rockyr

    dbdefrag hangs

    I'm running 6.61 sp2 on an NT 4 sp6a server, using VLDB. My database size is approximately 1.2 gb. I've got pruning enabled (30 days), but I haven't packed. I ran dbfix against the astpsdat database, and it ran with no errors. I'm trying to run dbdefrag, but it seem hung at item 3341710 in...
  6. rockyr

    Can I control Arcserve remotely from an NT WKSTN ?

    Try WinVNC from AT&T. A free remote control app that works great. You can even get the source for it if you want to modify it. It can run as a service on win9x or NT/2000 (doesn't work with WinXP yet). It's a stateless server, so dropping the connection during a remote control session will...
  7. rockyr

    Can't figure out syntax error

    If you can post the expanded version of the command, I can probably help. Just put a debug.print after that line and then put a break right after the debug.print, then just run your program. There's no way to know without knowing how it expands out.
  8. rockyr

    Write to a CD-RW from VB

    Anyone have any code/api/custom control that will allow this?
  9. rockyr

    Documenting Database Calls in an App

    Does anyone know of a program that will scan an application and document database calls? I've got a vb4 (16 bit) app that makes calls to a lot of SQL tables. I'd like to have something that will scan the code and document those calls as I believe there are extra tables in the database that I...
  10. rockyr

    Anyone using SQL as ARCserve's DB?

    As usual, CA's completely crappy documentation of their product. Can I convert from the RAIMA database? Does the SQL Server have to be on the same server or can I connect via ODBC? Where can I find some USEFUL documentation about this product? Thanks
  11. rockyr

    Anyone using SQL as ARCserve's DB?

    Is anyone doing this?
  12. rockyr

    What Happened to DBMgr in SP2?

    After wiping my database due to excessive size, which wouldn't pack properly with dbmgr, I installed SP2. Now, there is no dbmgr in the ArcServeit bin directory. How am I supposed to pack now?

Part and Inventory Search

Back
Top