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 GMan

  1. GMan

    Changing the block size in Arcserve 6.1 for Netware

    edit the file:<br> \\server\vol1\arcserve.6\nlm\tapesvr.cfg<br> <br> <br> Section [config] (if not found, create)<br> blocksize=x<br> <br> x can be 1 - 5 5=16k blocks<br> <br> <br>
  2. GMan

    VB 6, DAO, & FoxPro tables

    I have tried the following in the type...<br> <br> dbOpenTable<br> dbOpenDynaset<br> <br> Which I believe are the only 2 to allow write access... neither worked :( I didn't know that there is an INI file and registry settings that control the behavior of DAO... do you happen to know where I can...
  3. GMan

    VB 6, DAO, & FoxPro tables

    I am trying to use DAO to access Foxpro tables in VB6. Everything is going well, except, I cannot get write access to the fox tables. The code I am using follows. If anyone has any suggestions, please let me know:<br> <br> <br> Sub Test()<br> <br> Dim dbs As Database, rstPlayers As...
  4. GMan

    URLDownloadToFile Callback

    I have been doing off/on development with visual c for a couple of years and am getting quite adequate... but one thing that continues to kick my butt is a callback function. I know the concept and how it should work, but whenever I try to implement one, I always fail... well, now I have to...

Part and Inventory Search

Back
Top