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 gkittelson 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. vcwanabe

    Asyncronous processing

    wow thanks so much to all your replies. First, i obviously am a newbie, so you need to talk to me like a child,lol. Second, I appreciate all the advice because i want to know the options that are available. As far as this particular app, the focus is on small, simplistic, solid. The curl...
  2. vcwanabe

    Asyncronous processing

    Linux, thanks
  3. vcwanabe

    pointers? why this gives different outputs

    Thanks again Salem.
  4. 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...
  5. vcwanabe

    pointers? why this gives different outputs

    Thank you Salem, yes that fixed it:) Could you find any faults in my reasoning that... 1)The char*(DT) is assigned the memory address returned by asciitime(&ptr)? 2)The printf statement below that assignment goes to that memory address to retrieve what it prints? 3)when the datetime function...
  6. 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)...
  7. vcwanabe

    Set Table Group Permisions thru ADO or ADOX or DAO

    Thanks for the response Tom. However the permissions that need to be set are in the Access DB. The Table has no permissions set on it normally. I can open the table in Access and manually change the group and user permissions, then my data transfer app works. But as stated, I would like to...
  8. 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