-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About LuaSQL.ODBC.pull28 #51
Comments
#28 is quiet a big change. I haven't pulled it myself because I'd wanted others to review it first. My personal LuaSQL branch has the source for that and other extended feature on ODBC and Firebird, but needs work for the other drivers. However, your other tickets, #50 and #52, suggest you have some bigger problems. |
Thank you, friend. My supossing was correct: it is ver difficult to implment it. I must wait. I'll go on with this info. 2016-07-01 8:20 GMT-05:00 blumf:
|
((sorry, bugs with keyboard)) My supossing was correct: it is ver_y_ difficult to impl_e_ment it. I must 2016-07-01 12:55 GMT-05:00 Hernan Cano:
|
There also avaliable Lua-ODBC library wich provice almost full ODBC v3 API. |
Fine, Alexey. Normally in GitHub there is obly C-sources. Where can I get the .DLLs (I 2016-07-25 4:45 GMT-05:00 Alexey Melnichuk:
|
To print all installed drivers just use odbc = require"odbc"
env=odbc.environment()
env:drivers(print) To build on windows you can use msvc solution PS there also exists luasql compatiable module |
Very fine, Alexey. I will check this info and will talk about it to you.... by these means. 2016-07-25 13:07 GMT-05:00 Alexey Melnichuk:
|
Since there are no more messages, I think the issue was solved. |
Hello, friends.
This message is for the team in charge of LuaSQL, specifically ODBC connection.
In January-2015 I put a request; I remember that it was numered with 27.
And you put a request numbered 28, that is in the TXT that I send join to this message.
LuaSQL.ODBC.url_pull28.txt
It referes to using an string connection instead a DSN.
In the pull 28 you states that the modification was done. I have the sources of the change.
But I see today that it is no in the 2016-06-22 download.
I would want to know what happend with this: Is it not posible to apply the adjusment? Is it not possible to use a string-connection instead a DSN? Is DSN the only way to ODBC-connect from Lua because a string-connection is not possible?
Thanks, friends.
HERNAN CANO M
Systems Analyst - Programmer
LuaSQL.ODBC.url_pull28.txt
The text was updated successfully, but these errors were encountered: