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

  • Users: vcwanabe
  • Content: Threads
  • Order by date
  1. vcwanabe

    Asyncronous processing

    Hi, I have a small app that i want to be processing, while at the same time, i want it to be looking for an ftp server. I wrote a script to connect to the server and am running the script from a system command. The problem i have is that the system command halts the apps processing until it...
  2. vcwanabe

    pointers? why this gives different outputs

    Please help me understand what is going on here. The two printfs give two differnt outputs, why. My goal is to pass the asciitime return to a string the main function can use. #include <stdio.h> #include <stdlib.h> #include <time.h> //Funtion Declarations void getCurDateTime(char* DT)...
  3. vcwanabe

    Set Table Group Permisions thru ADO or ADOX or DAO

    Hi, I hope someone can help. I'm currently trying to tranfer data from an Access DB to a SQL DB programatically. I have the App working fine, however I have to go into the Access DB/Security/Users and Group Permissions and give Admin read rights. I want this process automated so the user will...

Part and Inventory Search

Back
Top