Results 1 to 4 of 4

Thread: activex exe or dll for vb ( require code)

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    2

    activex exe or dll for vb ( require code)

    I am new to this topic.
    Want to make a client/server program. In server i shall be just requiring the last record of the table. there are 15 tables in the db. DB is in Access97 with password .
    IN the client i shall be entering data. the data is to be added in the concerned table. The table will be the same every time.
    I wanted an activex exe or dll which ever suits my need here so that i can access the db from client also.
    OR SHOULD I LEARN ANY NEW METHOD OR TOPIC OR APPLICATION ?

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: activex exe or dll for vb ( require code)

    For VB6? Use the Winsock control to communicate between client and server. Send whatever data you need to send back and forth using Winsock. (There's no "last record" in a database because there's no guaranteed order of storage. You'll have to keep 1 field with the date and time entered/modified if you want to know which record is the "last" one.)
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: activex exe or dll for vb ( require code)

    Welcome to the forums.

    Here is some info on Winsock

  4. #4

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    2

    Re: activex exe or dll for vb ( require code)

    Thanks a lot. I shall be understanding winsock and shall try. thanks once again.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width