SQL Merger menu

User Tag List

Thread: SQL Merger

Results 1 to 10 of 10
  1. #1
    dindresto's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    SQL Merger

    Again a little tool I made. Perhaps someone needs it...

    Included languages:
    English, German and French (will be chosen automatically by the system)

    What you can do:
    You can choose a folder and it merges every *.sql-file in this one, or you chose multiple files and the tool will merge those files into one.


    The icon is under the "Free for non commercial use" license and it's made by Oliver Scholtz.

    DL: SqlMerger V.1.1 - Downloads - Skyoix Forum
    Last edited by dindresto; 10-06-2010 at 08:49 AM.

    SQL Merger
  2. #2
    dindresto's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So, newer version is out now.

    Changelog 1.1:
    -Added aboutbox
    -Added drag&drop for files

  3. #3
    Envoke's Avatar Contributor
    Reputation
    105
    Join Date
    Jan 2009
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    DirectoryInfo dir = new DirectoryInfo(@"filepath");
    FileInfo[] sqlfiles = dir.GetFiles("*.sql);

    Foreach( FileInfo f in sqlfiles)
    {
    StreamReader sr = f.OpenText();
    string s = "";
    while ((s = sr.ReadLine()) != null)
    {
    //do something with s because its the current line
    }
    }

    There's your program!

  4. #4
    dindresto's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know that it's not protected. Btw there are no whiles in the whole program.

  5. #5
    Envoke's Avatar Contributor
    Reputation
    105
    Join Date
    Jan 2009
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dindresto View Post
    I know that it's not protected. Btw there are no whiles in the whole program.
    then ReadToEnd() ?

    That function itself it probably a while loop lol.

  6. #6
    Trle94's Avatar Contributor
    Reputation
    167
    Join Date
    May 2009
    Posts
    329
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dindresto dont worry i will protect it just give me source of 1.1v because i have old one v1 )
    Congratulations Envoke you know to use .NET Reflector ))


  7. #7
    Envoke's Avatar Contributor
    Reputation
    105
    Join Date
    Jan 2009
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Trle94 View Post
    dindresto dont worry i will protect it just give me source of 1.1v because i have old one v1 )
    Congratulations Envoke you know to use .NET Reflector ))
    .NET Reflector ? Nope I just guessed lol. If you know any programming it wouldn't be hard to recreate this.

    ---------- Post added at 02:59 PM ---------- Previous post was at 02:48 PM ----------

    You should help me with my Multi DB editor...
    http://www.mmowned.com/forums/world-...g-one-app.html

    I got everything that needs to be coded done. Connect to mysql server, execute commands, read commands, ect, ect. Need someone to help me with all the textboxes, names, and all that.

  8. #8
    Trle94's Avatar Contributor
    Reputation
    167
    Join Date
    May 2009
    Posts
    329
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well come to our scripting team skyoix.com and we can talk about that.... hit me pm


  9. #9
    dindresto's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    We're no scripters...
    In fact we're a few developers who just code for fun.

  10. #10
    dindresto's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    /push it up

Similar Threads

  1. [Release] Bapes SQL Merger
    By The [Bapes] in forum WoW EMU Programs
    Replies: 6
    Last Post: 09-07-2008, 08:08 PM
  2. SQL root pass
    By Buxton in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 09-06-2007, 04:25 PM
  3. Exporting custom vendor to a sql file?
    By Seldom in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 09-04-2007, 03:19 PM
  4. Requesting Lots Of New Weapons And Armor In Sql Files :p
    By heijheija in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 08-25-2007, 06:10 PM
  5. northrend item .sqls??
    By Tempest001 in forum Community Chat
    Replies: 1
    Last Post: 08-16-2007, 03:44 AM
All times are GMT -5. The time now is 11:50 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search