Some questions about ADO
-
Hello all I am making a client server application in which client will call system calls and send the information to server. I want to store that information into database e.g Access using ADO( in VC++). Plz guide me what should i do? Do i have to do serialization of data? e.g From client i have to send the the computer name and user name to server. how will i do this ? how will i serialize data? how will i use ADO? I am newbie plz be aptient with me and also tell me examples as well Thanks a lot
-
Hello all I am making a client server application in which client will call system calls and send the information to server. I want to store that information into database e.g Access using ADO( in VC++). Plz guide me what should i do? Do i have to do serialization of data? e.g From client i have to send the the computer name and user name to server. how will i do this ? how will i serialize data? how will i use ADO? I am newbie plz be aptient with me and also tell me examples as well Thanks a lot
First: one client server technology. Read up on this article I have found it to be a decent flexible library for winsock communications. http://www.codeproject.com/internet/ndk.asp[^] Second: the database stuff; take a look here. http://www.codeproject.com/database/simpleado.asp[^] -------------------------------