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

DBCoreTest app referenced in docs is missing #72

Open
bdschaap opened this issue Aug 15, 2024 · 1 comment
Open

DBCoreTest app referenced in docs is missing #72

bdschaap opened this issue Aug 15, 2024 · 1 comment

Comments

@bdschaap
Copy link

bdschaap commented Aug 15, 2024

The DBCoreTest app referenced in the docs isn't available in this github repo. The code for DBTest exists but that uses System.Data.SqlClient rather than Microsoft.Data.SqlClient. Please make the code for DBCoreTest available. Also, please make a build artifact so it's available similar to the DBTest one found here.

Thanks!

@Malcolm-Stewart
Copy link
Contributor

DBCoreTest is DBTest with the following modifications:

  1. The -type command-line switch is absent and the ODBC and OLE DB connection types are not implemented.
  2. System.Data.SqlClient is replaced by Microsoft.Data.SqlClient for the .NET connection.
  3. A -wait switch was added to have some way of testing the "Trace an already running app" scenario in the docs.

We are not ready to release a compiled app at this point. But we can get the source code up in a project.

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

2 participants