I'm stuck for a minute and need rest.
nwnx_odbc.text blurb
o Got request: SELECT item, count, identified FROM vault_items WHERE player='Supreme_Pizza' AND tag='Eli' AND container='chest_999' limit 0,1
o Sent response (17 bytes): ats_stock_001¬1¬1
o Got request: SELECT item, count, identified FROM vault_items WHERE player='Supreme_Pizza' AND tag='Eli' AND container='chest_999' limit 1,1
o Sent response (0 bytes):
o Got request: SELECT * FROM vault_items WHERE player='Supreme_Pizza' AND tag='Eli' AND container='chest_999'
o Sent response (45 bytes): Supreme_Pizza¬Eli¬chest_999¬ats_stock_001¬1¬1
o Got request: DELETE FROM vault_items WHERE player='Supreme_Pizza' AND tag='Eli' AND container='chest_999'
o Got request: SELECT * FROM vault_items WHERE player='Supreme_Pizza' AND tag='Eli' AND container='chest_999' AND item='ats_stock_002' AND identified=1
o Sent response (0 bytes):
o Got request: INSERT INTO vault_items (player,tag,container,item,count,identified) VALUES ('Supreme_Pizza','Eli','chest_999','ats_stock_002',1,1)
o Got request: SELECT * FROM vault_items WHERE player='Supreme_Pizza' AND tag='Eli' AND container='chest_999' AND item='ats_stock_002' AND identified=1
o Sent response (45 bytes): Supreme_Pizza¬Eli¬chest_999¬ats_stock_002¬1¬1
o Got request: UPDATE vault_items SET count=2 WHERE player='Supreme_Pizza' AND tag='Eli' AND container='chest_999' AND item='ats_stock_002' AND identified=1
o Got request: SELECT * FROM vault_items WHERE player='Supreme_Pizza' AND tag='Eli' AND container='chest_999' AND item='ats_stock_002' AND identified=1
o Sent response (45 bytes): Supreme_Pizza¬Eli¬chest_999¬ats_stock_002¬2¬1
o Got request: UPDATE vault_items SET count=3 WHERE player='Supreme_Pizza' AND tag='Eli' AND container='chest_999' AND item='ats_stock_002' AND identified=1
o Got request: SELECT * FROM vault_items WHERE player='Supreme_Pizza' AND tag='Eli' AND container='chest_999' AND item='ats_stock_001' AND identified=1
o Sent response (0 bytes):
o Got request: INSERT INTO vault_items (player,tag,container,item,count,identified) VALUES ('Supreme_Pizza','Eli','chest_999','ats_stock_001',1,1)
o Got request: CREATE TABLE IF NOT EXISTS `temp_vault` (`columnid` INT(9) NOT NULL AUTO_INCREMENT, `player` VARCHAR(22) NOT NULL DEFAULT '',`tag` VARCHAR(22) NOT NULL DEFAULT '',`container` VARCHAR(22) NOT NULL DEFAULT '',`item` VARCHAR(22) NOT NULL DEFAULT '',`count` INT(10) UNSIGNED NULL DEFAULT NULL,`identified` TINYINT(4) NULL DEFAULT NULL,PRIMARY KEY (`columnid`, `player`, `tag`, `container`, `item`))COLLATE='utf8_general_ci'ENGINE=MyISAM;
o Got request: insert into temp_vault (player, tag, container, item, count, identified) SELECT * FROM vault_items Where container = 'chest_999'
o Got request: DELETE FROM vault_items Where container = 'chest_999'
o Got request: SELECT MAX(columnid) FROM temp_vault
o Sent response (1 bytes): 2
o Got request: SELECT `item`, `count` FROM temp_vault Where columnid = '0'
o Got request: DROP TABLE temp_vault
Include filestring sVaultTag ="chest_999";
string sTempVaultTag = "chest_998";
string sStock1 = "ats_stock_001";
string sStock2 = "ats_stock_002";
string sStock3 = "ats_stock_003";
string sStock4 = "ats_stock_004";
string sStock5 = "ats_stock_005";
string sStock6 = "ats_stock_006";
string sStock7 = "ats_stock_007";
string sStock8 = "ats_stock_008";
string sStock9 = "ats_stock_009";
string sStock10 = "ats_stock_010";
string sStock11 = "ats_stock_011";
string sStock12 = "ats_stock_012";
string sStock13 = "ats_stock_013";
string sStock14 = "ats_stock_014";
string sStock15 = "ats_stock_015";
string sStock16 = "ats_stock_016";
string sStock17 = "ats_stock_017";
string sStock18 = "ats_stock_018";
string sStock19 = "ats_stock_019";
string sStock20 = "ats_stock_020";
string sStock21 = "ats_stock_021";
string sStock22 = "ats_stock_022";
string sStock23 = "ats_stock_023";
string sStock24 = "ats_stock_024";
string sStock25 = "ats_stock_025";
string sStock26 = "ats_stock_026";
string sStock27 = "ats_stock_027";
string sStock28 = "ats_stock_028";
string sStock29 = "ats_stock_029";
string sStock30 = "ats_stock_030";
string sStock31 = "ats_stock_031";
string sStock32 = "ats_stock_032";
string sStock33 = "ats_stock_033";
string sStock34 = "ats_stock_034";
string sStock35 = "ats_stock_035";
string sStock36 = "ats_stock_036";
string sStock37 = "ats_stock_037";
string sStock38 = "ats_stock_038";
string sStock39 = "ats_stock_039";
string sStock40 = "ats_stock_040";
string sStock41 = "ats_stock_041";
string sStock42 = "ats_stock_042";
string sStock43 = "ats_stock_043";
string sStock44 = "ats_stock_044";
string sStock45 = "ats_stock_045";
string sStock46 = "ats_stock_046";
string sStock47 = "ats_stock_047";
string sStock48 = "ats_stock_048";
string sStock49 = "ats_stock_049";
string sStock50 = "ats_stock_050";
string sBond1 = "ats_bond_001";
string sBond2 = "ats_bond_002";
string sBond3 = "ats_bond_003";
string sBond4 = "ats_bond_004";
string sBond5 = "ats_bond_005";
string sBond6 = "ats_bond_006";
string sBond7 = "ats_bond_007";
string sBond8 = "ats_bond_008";
string sBond9 = "ats_bond_009";
string sBond10 = "ats_bond_010";
string sBond11 = "ats_bond_011";
string sBond12 = "ats_bond_012";
string sBond13 = "ats_bond_013";
string sBond14 = "ats_bond_014";
string sBond15 = "ats_bond_015";
string sBond16 = "ats_bond_016";
string sBond17 = "ats_bond_017";
string sBond18 = "ats_bond_018";
string sBond19 = "ats_bond_019";
string sBond20 = "ats_bond_020";
string sBond21 = "ats_bond_021";
string sBond22 = "ats_bond_022";
string sBond23 = "ats_bond_023";
string sBond24 = "ats_bond_024";
string sBond25 = "ats_bond_025";
string sBond26 = "ats_bond_026";
string sBond27 = "ats_bond_027";
string sBond28 = "ats_bond_028";
string sBond29 = "ats_bond_029";
string sBond30 = "ats_bond_030";
string sBond31 = "ats_bond_031";
string sBond32 = "ats_bond_032";
string sBond33 = "ats_bond_033";
string sBond34 = "ats_bond_034";
string sBond35 = "ats_bond_035";
string sBond36 = "ats_bond_036";
string sBond37 = "ats_bond_037";
string sBond38 = "ats_bond_038";
string sBond39 = "ats_bond_039";
string sBond40 = "ats_bond_040";
string sBond41 = "ats_bond_041";
string sBond42 = "ats_bond_042";
string sBond43 = "ats_bond_043";
string sBond44 = "ats_bond_044";
string sBond45 = "ats_bond_045";
string sBond46 = "ats_bond_046";
string sBond47 = "ats_bond_047";
string sBond48 = "ats_bond_048";
string sBond49 = "ats_bond_049";
string sBond50 = "ats_bond_050";
Modifié par Supreme_Pizza, 20 janvier 2013 - 10:54 .