Search found 9 matches
- Sun Feb 17, 2008 6:30 pm
- Forum: Technical / Scripting
- Topic: ODBC and BATCH mode ON mysql
- Replies: 3
- Views: 5603
Sorry I wasn't clear. I understand it's a DELETE statement, I don't understand how to use this with macro scheduler. I could have 50 - 100 delete statements. I usually create a txt file with all my DELETE commands, ftp it to the server, then use Macro scheduler to SSH in and run mysql in batch mode ...
- Fri Feb 15, 2008 9:30 pm
- Forum: Technical / Scripting
- Topic: ODBC and BATCH mode ON mysql
- Replies: 3
- Views: 5603
ODBC and BATCH mode ON mysql
I have a file named runsql.txt that is created each night and holds SQL statements, such as: DELETE FROM table1 WHERE ID = '1'; DELETE FROM table1 WHERE ID = '15'; DELETE FROM table1 WHERE ID = '56'; Normally, I FTP the file to the server and run MySql in batch mode to process the commands. I have b...
- Fri Apr 28, 2006 6:22 pm
- Forum: Technical / Scripting
- Topic: Help with MySql
- Replies: 5
- Views: 8143
- Thu Apr 27, 2006 9:57 pm
- Forum: Technical / Scripting
- Topic: Help with MySql
- Replies: 5
- Views: 8143
- Thu Apr 27, 2006 8:46 pm
- Forum: General Discussion
- Topic: Tell us how Macro Scheduler helps you, what you use it for.
- Replies: 48
- Views: 367417
- Fri Apr 14, 2006 4:01 pm
- Forum: Technical / Scripting
- Topic: Help with MySql
- Replies: 5
- Views: 8143
Help with MySql
I'm using Macro Scheduler 8.01 to update a MySql database in batch mode. I use it to upload a file with insert and update statements to a server, then connect in with SSH (using putty) then run the file. everything works great! My question - errors! For instance, for a duplicate record a message wil...
- Fri Mar 18, 2005 9:46 pm
- Forum: Beginners
- Topic: Count number of times a string is in a text file
- Replies: 8
- Views: 13309
- Thu Mar 17, 2005 7:46 pm
- Forum: Beginners
- Topic: Count number of times a string is in a text file
- Replies: 8
- Views: 13309
Support, that may be what I need. How can I have MyString contain an entire text file I tried this, but got an error: VBSTART Function CountPatterns(patrn, strng) Dim regEx, Match, Matches Set regEx = New RegExp regEx.Pattern = patrn regEx.IgnoreCase = True regEx.Global = True Set Matches = regEx.Ex...
- Wed Mar 16, 2005 11:02 pm
- Forum: Beginners
- Topic: Count number of times a string is in a text file
- Replies: 8
- Views: 13309
Count number of times a string is in a text file
I'm a newbie here, but I'm trying to use Readfile to count the number of times the word ON is in a text file, IF the number is >2, then do something. This is further complicated by the fact that the word NONE is in the file, so I really need to count ON, if you get my drift.
Any help?
Any help?