Log in

View Full Version : database not selected


Runeblade
06-25-2006, 09:35 AM
Im trying to do insert commands on mysql but i keep getting no database is selected, i think i've seen tutorials on how to add one but wouldn't know how to select them or mabe they auto select, idk I need some help.

<<<<< Found it within afew minutes, but i guess not to waste this thread can we add class specific aa's? im sure i seen this else where but can't think of anything else to ask atm.

Runeblade
06-25-2006, 01:58 PM
I need help removing a ojbect i inserted using mysql

<<<INSERT INTO object (id, zoneid, xpos, ypos, zpos, heading, itemid, charges, objectname, type, icon) VALUES (5001, 152, '220', '90', '-55', '140', 17909, 0, 'IT66_ACTORDEF', 53, 1115);>>>>

what can i do?

Angelox
06-25-2006, 03:16 PM
Im trying to do insert commands on mysql but i keep getting no database is selected, i think i've seen tutorials on how to add one but wouldn't know how to select them or mabe they auto select, idk I need some help.

<<<<< Found it within afew minutes, but i guess not to waste this thread can we add class specific aa's? im sure i seen this else where but can't think of anything else to ask atm.

USE;
USE peq or USE eq , whatever database you have -