-
Notifications
You must be signed in to change notification settings - Fork 5
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
bug in dbGetInfo method #8
Comments
OK, i will fix it quickly based on your code.
Oh I want to know this! |
Sorry, that was premature! It's kind of working, I had some issues and not sure if they are problems with RODBCDBI or something I'm doing. I got all the way through the "Adding a SQL back-end" vignette until the tbl(x, "tablename") - still have to figure out some more. I send what I have soon |
What you are trying to do is one of the things which I really wana do... Keep up the good work! |
Fixed! You can install the fixed package by the following command.
Thanks alot. |
I believe this method should be more something like this:
Currently it's trying to do dbObj(dbObj, ...) which doesn't make sense. I haven't worked through other aspects related to the return object, but this is working for me for dplyr now. Thanks
The text was updated successfully, but these errors were encountered: