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!

Recent content by mrutherford

  1. mrutherford

    Cannot update Access db

    I get the following when i execute an asp form which updates an access db: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only. The error occurs on the asp line RS.Update in my code, where RS obviously...
  2. mrutherford

    Sending an array thru CArchive

    Whats the easiest way to send an array (in this case of bools) thru a CArchive that is connected to a CSocketFile? At present I have it in a for loop with each iteration storing and loading in both programs(sender and receiver). The app doesnt seem to like this though and throws an error deep...
  3. mrutherford

    niggling thought...

    this may seem trivial, but its been bothering me for a while: if a variable is defined outside of a method/function in a cpp source file, where is it located, on the heap or where? cheers
  4. mrutherford

    Where should I put CSocket code in MFC dialog app?

    thanks alot pete, sorry for the wide spread of questions there, im still at the stage where I still dont know the right questions, never mind the right answers! cheers
  5. mrutherford

    Where should I put CSocket code in MFC dialog app?

    thanks palbano, from experience, which Thread classes would be easiest to implement: the managed variety in System::Threading namespace or what is the equivalent in MFC, if supported? also am i right in thinking I can utilise the .NET lib simply by using the appropriate namespace at the start...
  6. mrutherford

    Where should I put CSocket code in MFC dialog app?

    Hi, i'm a convert from Java and am weak at general MFC howto. Sample apps, such as those on MSDN & codeproject, make sense to me in isolation when they deal with a particular subject, but im trying to figure the following out: As part of a simple Client/Server app, my server is built using...

Part and Inventory Search

Back
Top