PtokaX forum

Development Section => Extensions for PtokaX Lua => Topic started by: Setuper on 25 June, 2007, 17:15:06

Title: luasql
Post by: Setuper on 25 June, 2007, 17:15:06

-- load driver
require"luasql.mysql"
-- create environment object
env = assert (luasql.mysql())
-- connect to data source
con = assert (env:connect("SqlDb"))


I don't know reason of the mistake  ???
Title: Re: luasql
Post by: bastya_elvtars on 25 June, 2007, 22:02:14
What is the error?
Title: Re: luasql
Post by: Setuper on 25 June, 2007, 22:29:27
Syntax error loading module 'luasql.mysql' from file 'luasql\mysql.dll':
not found procedure

please help