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 Wanet Telecoms Ltd 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: rossno
  • Content: Threads
  • Order by date
  1. rossno

    I want a better memcpy() function.

    Hi C++ Pros, I have a lecacy C program that has been converted to C++, but is really still C. The program reads column delimited data into structures. The structures are designed to receive the data EXACTLY as mapped for each data element. To read each data element from the structures...
  2. rossno

    HI, I have NOT been able to get

    HI, I have NOT been able to get "autonumber" to work with the ACCESS 2000 database when using SQL when the table is defined as: CONF_ID autonumber (Indexed, No Duplicates) FLD_2 text FLD_3 text INSERT into JUNKTABLE values ('Foo1', 'Foo2'); ERR: Number of query values and...
  3. rossno

    Where are my Cookie values??

    I create a keyed cookie like this: Response.cookies("thisUser")("p_userID") = p_userID Response.cookies("thisUser")("p_first") = trim(resultSet("FirstName")) Response.cookies("thisUser")("p_password") = p_password...

Part and Inventory Search

Back
Top