Skip to content
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

Closed
jhernancanom opened this issue Jun 30, 2016 · 8 comments
Closed

About LuaSQL.ODBC.pull28 #51

jhernancanom opened this issue Jun 30, 2016 · 8 comments

Comments

@jhernancanom
Copy link

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

@blumf
Copy link
Contributor

blumf commented Jul 1, 2016

#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.

@jhernancanom
Copy link
Author

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:

#28 #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 http:///blumf/luasql 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
#50 and #52
#52, suggest you have
some bigger problems.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#51 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AFjJ3UputyDgyBRPFQxt5Fc1powh2heJks5qRRQzgaJpZM4JCj2a
.

@jhernancanom
Copy link
Author

((sorry, bugs with keyboard))

My supossing was correct: it is ver_y_ difficult to impl_e_ment it. I must
wait.

2016-07-01 12:55 GMT-05:00 Hernan Cano:

Thank you, friend.

My supossing was correct: it is ver difficult to implment it. I must wait.

I'll go on with this info.

@moteus
Copy link

moteus commented Jul 25, 2016

There also avaliable Lua-ODBC library wich provice almost full ODBC v3 API.

@jhernancanom
Copy link
Author

Fine, Alexey.
Thanks.
I need to deep in LuaODBC.... I cannot see yet how it receives what is the
Provider (Firebird/InterBase(r) driver, PostgreSQL ANSI, SQL Server, SQLite
ODBC Driver, Microsoft Access Driver (*.mdb), etc...)

Normally in GitHub there is obly C-sources. Where can I get the .DLLs (I
use Lua v5.3)? Or where is there instructions for (a good) complete?

2016-07-25 4:45 GMT-05:00 Alexey Melnichuk:

There also avaliable Lua-ODBC https://github.com/moteus/lua-odbc
library wich provice almost full ODBC v3 API.

@moteus
Copy link

moteus commented Jul 25, 2016

To print all installed drivers just use

odbc = require"odbc"
env=odbc.environment()
env:drivers(print)

https://github.com/moteus/lua-odbc/blob/22eb545f05ec94b98ac714f08616629a7c508ed9/.travis.yml#L51

To build on windows you can use msvc solution
https://github.com/moteus/lua-odbc/tree/master/msvc
But luarocks also works.

PS there also exists luasql compatiable module odbc.luasql

@jhernancanom
Copy link
Author

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:

To print all installed drivers just use

odbc = require"odbc"
env=odbc.environment()
env:drivers(print)

https://github.com/moteus/lua-odbc/blob/22eb545f05ec94b98ac714f08616629a7c508ed9/.travis.yml#L51

To build on windows you can use msvc solution
https://github.com/moteus/lua-odbc/tree/master/msvc
But luarocks also works.

PS there also exists luasql compatiable module odbc.luasql


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#51 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFjJ3WtgkbWAMMCuVu0F-oGaGbOR6l0wks5qZPtlgaJpZM4JCj2a
.

@tomasguisasola
Copy link
Contributor

Since there are no more messages, I think the issue was solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants