|
-
May 10th, 2006, 06:53 AM
#1
Thread Starter
New Member
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?
-
May 10th, 2006, 07:49 AM
#2
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.
-
May 10th, 2006, 08:38 AM
#3
Thread Starter
New Member
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.
-
May 10th, 2006, 09:22 AM
#4
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.
-
May 10th, 2006, 10:28 AM
#5
Thread Starter
New Member
Re: Synchronising between pc and website
What programme could I use to attempt this? Is there a freeware one?
-
May 10th, 2006, 10:55 AM
#6
Re: Synchronising between pc and website
To compile a VB program you need a full version of VB (Enterprise or Professional).
-
May 10th, 2006, 11:58 AM
#7
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|