Results 1 to 7 of 7

Thread: Synchronising between pc and website

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2006
    Posts
    4

    Synchronising between pc and website

    I have a program written a few years ago which allows me to syncronise a PC database with an online access database. The executable holds the path for the ftp process. I have changed hosts now and can't get it to connect. Is there any way of changing the info in the executable file?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Synchronising between pc and website

    Welcome to VBForums!

    I'm afraid that you are pretty stuffed here.. changing the code of an executable file is (in most cases) much more work than re-writing the program. It sounds to me as if this is certainly one of those cases.

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2006
    Posts
    4

    Re: Synchronising between pc and website

    I have vb decomiler lite and can see the code. Can I not recomile the file? Or is that a schoolboy question?
    I have little experience of VB but getting the source code would be out of the question.

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Synchronising between pc and website

    The decompiled version you have is highly unlikely to be the same as the original.. while the decompiler knows what is going on in the executable file, it does not know which VB code created it (as several pieces of code can compile the same way, and VB itself adds lots of code for you). It will certainly not know the variable names etc, but in this case that doesnt really matter.

    You may be lucky, and the code will be functionally identical to the original... but there is no way to tell for sure.

    You could try chaning the relevant part of the code & re-compiling (in VB), and see if it works.

  5. #5

    Thread Starter
    New Member
    Join Date
    May 2006
    Posts
    4

    Re: Synchronising between pc and website

    What programme could I use to attempt this? Is there a freeware one?

  6. #6
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Synchronising between pc and website

    To compile a VB program you need a full version of VB (Enterprise or Professional).

  7. #7

    Thread Starter
    New Member
    Join Date
    May 2006
    Posts
    4

    Re: Synchronising between pc and website

    Oh...okay. Thanks for all your help anyway.

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