PHV,
No never had to do this before and code is in class module so normally called with:
How do I call this in the startup, is there a method or code example of this?
YMR
All,
Got this fixed. Had to:
1. Use the mysqldump with "ignore errors" option to
dump the DBs on both machines, then hand correct the
resulting .sql file.
2. Un-install MySQL on both,
3. Re-install MySQL on both,
4. Import the data back in the new DB with restore.
Thanks!
YMR
J,
That is what the "addslashes" routine does, corrects this problem.
This is in my REXXforPHP addin functions module, it's a REXX command.
No but quess I need to put in a break to escape the loop when value is valid, but will revisit, as I forgot original intent.
All,
I added my auto re-linking code to my "Main Form" init sequence to automatically re-link my linked tables.
However I still am getting errors, before it gets to the code. Looks like I need to link in my code somewhere else to catch the application init instead of the form init.
Where do...
All,
I think I now know what I'm looking for. It would be like a combination of:
PCdocs or Worldox,
Subversion,
Duplicate file eliminator,
Data Sync Tools,
Collaboration Suite/Tool
Backup/Recovery Software.
But instead of the repository being the active directory (like subversion), the local...
Chew,
If you are fully into MySQL with Web, then download WAMP server from:
It has phpMyAdmin built in and you can fully work your DB from that except for backup dumps and other tools like "slow query monitor, etc.
YMR
All,
Noticed the following:
The code also works differently in different browsers.
Ex1 MSIE:
Ex1 Mozilla:
I tried the "realpath" command but when all the path info is missing the "realpath" command does not work right. Tried the following combinations:
None of these works in Mozilla.
So...
all,
Back to my question of:
Would I need an AJAX script to do this? I think all machines can do that, as all have WEB capability?
Alternate Q:
Does anyone have links to good Windows interaction scripts?
I think I lost the ones I had.
Thanks!
YMR
J,
You will find info on OO-REXX at:
http://www.oorexx.org/
Lang dev history is:
1. PL1,
2. REXX,
3. C/C++,
4. Java,
5. Perl,
or something like that, but since REXX was on Big Blue boxes natively, then Commodore Amigas, then PCs and IBM sales gurus did not know how to sell it, it did not...
V,
Also all, but 2, machines are user machines, not developers, so do not have REXX/OO-REXX installed, so PHP/WEB is common to all.
I understand the server-side issue, but found several command and extensions in PHP that not only deal with Windows, but are at the machine specific level, so...
I have a REXX procedure that does the following:
Map all local windows drives,
Delete "somefile.txt",
Run equiv to "dir *.* /s /b >> somefile.txt" for each drive,
Read and filter "somefile.txt" to eliminate program and OS files,
Load the File Results into "f_results.txt",
Load the Dir Results...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.