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

Using an existing ODBC con object to connect to remote db #458

Open
2 tasks done
sdadsetan-concert opened this issue Jan 6, 2023 · 0 comments
Open
2 tasks done
Assignees
Milestone

Comments

@sdadsetan-concert
Copy link

sdadsetan-concert commented Jan 6, 2023

Prework

Proposal

We've configured our Workbench to use an ODBC connection which means that the database details are configured on the system and the user really just needs to provide their username and pw credentials to connect to a database. When connecting, a con object is created. For those that are interested in using pointblank for accessing remote databases, it would be nice if the con object could be used in db_tbl rather than have to specify all the database properties.

pseudo-code

db_tbl(con, table = "schema.table", ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants