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

Running example #10

Closed
DavidWhit opened this issue Oct 28, 2019 · 1 comment
Closed

Running example #10

DavidWhit opened this issue Oct 28, 2019 · 1 comment

Comments

@DavidWhit
Copy link

DavidWhit commented Oct 28, 2019

2019-10-29 08_58_19-main rs - rust test - Visual Studio Code

In the base odbc package I'm able to connect and every thing works. Though when trying to create the pool and use the connection it says they are of different types. `pool.get().unwrap().raw()` This does return the connection but when calling Statement with parent is where the complier isn't happy and says they are different: `Statement.with_parent(conn)` I'm only importing those as in the example. I'm new to Rust, any ideas here?
@DavidWhit
Copy link
Author

Actually I see it now, cargo dependencies are on odbc 10 and I'm trying to use 14. Also see the pull request...

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

No branches or pull requests

1 participant