[Help]Execute SQL problems. menu

Shout-Out

User Tag List

Results 1 to 9 of 9
  1. #1
    Metis's Avatar Member
    Reputation
    -2
    Join Date
    May 2007
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Help]Execute SQL problems.

    Hoi, i got some problems when i try to Execute ANY .sql file to my Ascent database. Tried to exectue a SQL file that would give me all the new season 3 sets and weapons, tho seems not to work. and other sql executes don't work aswell. i'm using Greengiant's latest (i guess) repack of DOOM, rev 5.xxx something. Well, hope this info helps!

    -Metis

    [Help]Execute SQL problems.
  2. #2
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the queries are not correct maybe and if thats not the problem maybe the .sql you downloaded are not for your databse version maybe there are some columns that doesnt match etc.

  3. #3
    Chargar's Avatar Member
    Reputation
    10
    Join Date
    Nov 2007
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well on some DB's you have to Remove the "1" at the "Name1"
    Dunno if that helps tough, I dont use the DB :P

  4. #4
    Metis's Avatar Member
    Reputation
    -2
    Join Date
    May 2007
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    [Err] 1048 - Column 'mapid' cannot be null
    [Err] INSERT INTO `items` VALUES ('33666', '4', '3', '-1', 'Vengeful Gladiator\'s Chain Helm', 'Vengeful Gladiator\'s Chain Helm', 'Vengeful Gladiator\'s Chain Helm', 'Vengeful Gladiator\'s Chain Helm', '46884', '4', '0', '0', '0', '1', '4', '-1', '146', '70', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '3', '33', '7', '61', '5', '22', '31', '12', '32', '26', '35', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '830', '0', '0', '0', '0', '0', '0', '0', '0', '0', '15815', '1', '0', '0', '0', '0', '39927', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '723', '85', '0', null, '0', null, '1', '0', '2', '0', '0', '0', '2856', null, '0', '0', '-1', '0');
    [Msg] Finished - Unsuccessfully
    --------------------------------------------------
    That's teh error msg i get.!

  5. #5
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just change the null to 1 and it should work.

  6. #6
    Chargar's Avatar Member
    Reputation
    10
    Join Date
    Nov 2007
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    INSERT INTO `items` VALUES ('33666', '4', '3', '-1', 'Vengeful Gladiator\'s Chain Helm', 'Vengeful Gladiator\'s Chain Helm', 'Vengeful Gladiator\'s Chain Helm', 'Vengeful Gladiator\'s Chain Helm', '46884', '4', '0', '0', '0', '1', '4', '-1', '146', '70', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '3', '33', '7', '61', '5', '22', '31', '12', '32', '26', '35', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '830', '0', '0', '0', '0', '0', '0', '0', '0', '0', '15815', '1', '0', '0', '0', '0', '39927', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '723', '85', '0', '0', '0', '0', '1', '0', '2', '0', '0', '0', '2856', '0', '0', '0', '-1', '0');



    Try that.

  7. #7
    Metis's Avatar Member
    Reputation
    -2
    Join Date
    May 2007
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, that worked like a charm! just all the rest left then change all "null" to "1"?

  8. #8
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes basically thats it but if you still getting errors post here the SQL error and we will help you

  9. #9
    Chargar's Avatar Member
    Reputation
    10
    Join Date
    Nov 2007
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes. :P Next time see what your Errors says.. lol.

Similar Threads

  1. How to Execute SQL Files To Your DB With Pictures
    By C.C. in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 11-24-2007, 07:21 PM
  2. AC Repack (Ascent) MY SQL Problem
    By Innocence in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 10-03-2007, 08:37 AM
  3. Sql Problem
    By Squishyy in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 09-23-2007, 12:51 PM
  4. Realmloop, need help /w hamachi problem
    By Equ1N0X in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 09-07-2007, 05:28 PM
  5. Please help - ascent server problem (pic)
    By lazboy in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 09-06-2007, 02:36 AM
All times are GMT -5. The time now is 02:29 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search