MySQL.dm:78:error:GetColumnData :undefined proc
tables.dm:173:error:Query.GetColumnData:undefined proc
Line 46: GetColumnData()
Line 173: var/list/data = Query.GetColumnData()
ID:160132
![]() Nov 10 2008, 7:02 pm
|
|
Recently, I have been trying to use Alathon's http://www.byond.com/developer/Alathon/MySQL but I have been getting two errors at compile when I open it. I dunno if its somthing I havent input in yet or because somthings not working?
MySQL.dm:78:error:GetColumnData :undefined proc tables.dm:173:error:Query.GetColumnData:undefined proc Line 46: GetColumnData()
Line 173: var/list/data = Query.GetColumnData()
|
Unless you explicitly want the objects-emulating-tables behavior, I'd check out SimpleMySQL instead. What are the specific needs you have?