[program-l] Re: Dataset Schemas in VS2015

  • From: "Drenth, Joe" <Joe.Drenth@xxxxxxxx>
  • To: "program-l@xxxxxxxxxxxxx" <program-l@xxxxxxxxxxxxx>
  • Date: Mon, 29 Oct 2018 21:20:19 +0000

Hi Dante,

Thank you very much for those documents. I will look at them soon and let you 
know what I find.

Thanks again,
Joe


Joseph Drenth
Senior R&D Software Engineer
JBT Corporation  |  Automated Systems
400 Highpoint Drive
Chalfont, PA  18914, USA
E: joe.drenth@xxxxxxxx<mailto:joe.drenth@xxxxxxxx>  P: 215 822 4457
www.jbtc-agv.com<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.jbtc-agv.com%2F&data=02%7C01%7C%7Cd07a795200cf456c447808d618d9e181%7C91c2207902ce47e8bb5bc93a3d5f1a78%7C0%7C0%7C636723721401917690&sdata=nK9H2JUrAkefVUj%2Fux6EMzfRJa3z%2Bbv0fXK6jNB6LBc%3D&reserved=0>

From: program-l-bounce@xxxxxxxxxxxxx [mailto:program-l-bounce@xxxxxxxxxxxxx] On ;
Behalf Of Dante Gagne
Sent: Monday, October 29, 2018 4:36 PM
To: program-l@xxxxxxxxxxxxx
Subject: [program-l] Re: Dataset Schemas in VS2015

**This email is from an external sender**
Hey Joe,

I'm not completely sure these will solve your problems since I've not really 
worked a great deal with Dataset schemas... and I'm not 100% sure these will 
help you browse the datasets, but these are the docs that my colleague sent me.

Can you take a look at these and tell me if these will solve the problem you're 
trying to solve? If the won't, please help me understand a bit more about the 
scenario. I'm sincerely hoping that we have *A* solution that you'll be able to 
use (either in VS2015 or VS2017), but I'm not absolutely confident in that 
assertion quite yet.

https://support.microsoft.com/en-us/help/317940/how-to-write-an-xsd-schema-from-a-database-by-using-a-dataset<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsupport.microsoft.com%2Fen-us%2Fhelp%2F317940%2Fhow-to-write-an-xsd-schema-from-a-database-by-using-a-dataset&data=02%7C01%7CJoe.Drenth%40JBTC.COM%7C73171589b5b34516467808d63dde7113%7C91c2207902ce47e8bb5bc93a3d5f1a78%7C0%7C0%7C636764422939878810&sdata=4Tk4FDx5PwK%2BGq07ancOWgve18%2Bf26qm8wbTyqoKSPU%3D&reserved=0>
https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/dataset-datatable-dataview/generating-strongly-typed-datasets<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fdotnet%2Fframework%2Fdata%2Fadonet%2Fdataset-datatable-dataview%2Fgenerating-strongly-typed-datasets&data=02%7C01%7CJoe.Drenth%40JBTC.COM%7C73171589b5b34516467808d63dde7113%7C91c2207902ce47e8bb5bc93a3d5f1a78%7C0%7C0%7C636764422939888819&sdata=M6U4Sn%2BNJGRPA2%2FTT9pcJVJiEV0wUd%2Fu%2Bepnop1ceoE%3D&reserved=0>

--Dante

From: program-l-bounce@xxxxxxxxxxxxx <program-l-bounce@xxxxxxxxxxxxx> On Behalf 
Of Drenth, Joe
Sent: Wednesday, October 24, 2018 12:32 PM
To: program-l@xxxxxxxxxxxxx
Subject: [program-l] Re: Dataset Schemas in VS2015

Thank you, Dante.

If VS2017 has a better way of configuring the structure of datasets, or if 
there is a better way of working with in-memory copies of a database for 
merging before an export, please let me know.

Thank you very much,
Joe


Joseph Drenth
Senior R&D Software Engineer
JBT Corporation  |  Automated Systems
400 Highpoint Drive
Chalfont, PA  18914, USA
E: joe.drenth@xxxxxxxx<mailto:joe.drenth@xxxxxxxx>  P: 215 822 4457
www.jbtc-agv.com<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.jbtc-agv.com%2F&data=02%7C01%7CJoe.Drenth%40JBTC.COM%7C73171589b5b34516467808d63dde7113%7C91c2207902ce47e8bb5bc93a3d5f1a78%7C0%7C0%7C636764422939888819&sdata=u37gEvhzmvT68zdgW7gyBNS9LRUQJnOubMbPX6W3FuQ%3D&reserved=0>

From: program-l-bounce@xxxxxxxxxxxxx<mailto:program-l-bounce@xxxxxxxxxxxxx
[mailto:program-l-bounce@xxxxxxxxxxxxx] On Behalf Of Dante Gagne
Sent: Wednesday, October 24, 2018 3:01 PM
To: program-l@xxxxxxxxxxxxx<mailto:program-l@xxxxxxxxxxxxx>
Subject: [program-l] Re: Dataset Schemas in VS2015

**This email is from an external sender**
Joe, I'll look into it. I can't make any promises since I have some idea of the 
scale of accessibility related issues that VS2015 had, but I'll see if I can 
figure out a solution for you. The biggest question I want to figure out is if 
VS2017 just exposed an undiscoverable workflow which has been around since the 
days of olde, or if they had to implement a new workflow.

Let me get back to you.

--Dante

From: program-l-bounce@xxxxxxxxxxxxx<mailto:program-l-bounce@xxxxxxxxxxxxx
<program-l-bounce@xxxxxxxxxxxxx<mailto:program-l-bounce@xxxxxxxxxxxxx>> On 
Behalf Of Drenth, Joe
Sent: Wednesday, October 24, 2018 6:53 AM
To: program-l@xxxxxxxxxxxxx<mailto:program-l@xxxxxxxxxxxxx>
Subject: [program-l] Dataset Schemas in VS2015

Hi Dante and others,

Is there a nonvisual way in Visual Studio 2015 to modify the database schema 
that drives how the tables and constraints set up a C# dataset? It was 
originally constructed by someone else using the graphical representation of 
the multiple tables and lines connecting fields, but this is not something that 
seems accessible. I have also looked into modifying the XSD or other files in a 
text editor, but there is no documentation that I can find to clarify what the 
different tags mean, etc.

Upgrading to VS2017 is not currently an option, because my employer only 
recently upgraded us all to VS2015.

Any help on this topic would be greatly appreciated.

Thanks,
Joe


Joseph Drenth
Senior R&D Software Engineer
JBT Corporation  |  Automated Systems
400 Highpoint Drive
Chalfont, PA  18914, USA
E: joe.drenth@xxxxxxxx<mailto:joe.drenth@xxxxxxxx>  P: 215 822 4457
www.jbtc-agv.com<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.jbtc-agv.com%2F&data=02%7C01%7CJoe.Drenth%40JBTC.COM%7C73171589b5b34516467808d63dde7113%7C91c2207902ce47e8bb5bc93a3d5f1a78%7C0%7C0%7C636764422939898824&sdata=eTdHFRrNLJbMO8q2c%2F%2Fi88eB2LIyboKVsORs%2F62cQfs%3D&reserved=0>

From: program-l-bounce@xxxxxxxxxxxxx<mailto:program-l-bounce@xxxxxxxxxxxxx
[mailto:program-l-bounce@xxxxxxxxxxxxx] On Behalf Of Dante Gagne
Sent: Tuesday, October 9, 2018 2:15 PM
To: program-l@xxxxxxxxxxxxx<mailto:program-l@xxxxxxxxxxxxx>
Subject: [program-l] Introduction/Return

**This email is from an external sender**
Hey folks,

I wanted to introduce myself to new folks and let folks know that I'm back. My 
name is Dante and I'm one of the Program Managers at Microsoft on Visual 
Studio, and my main responsibilities are around the infrastructure of Visual 
Studio (e.g. The shell, editor, etc...) as well as our compatibility with 
assistive technologies (e.g. Jaws, NVDA, etc...). I'm sorry that I've not been 
around for quite a while... something happened with the listserv and I got 
knocked off. But, I'm back and I'm happy to contribute where it makes sense.

Basically, my goal for being here is to pay attention to the issues that 
visually impaired developers are having and when possible, bring that feedback 
back to Microsoft. In return, if people are having issues, I'd like to help 
folks be successful in whatever ways I can.

In full disclosure, I do not (currently) use a screen reader as I'm sighted, 
but I've been working in this space for several years now. I'm far from an 
expert and the biggest thing I want to gain is an understanding of the 
challenges that folks deal with. More than anything, we have 'ideas' on the 
best ways to make Visual Studio accessible and productive, but I prefer first 
hand commentary. I'm always happy to learn that I'm wrong, because it's an 
opportunity to make things better. If folks have feedback on any of the Visual 
Studio products (including Visual Studio, VS Code, Azure DevOps, etc...), I'd 
like to hear about them. And I'll do what I can to help... sometimes that help 
takes a while, but I assure you that I read every message that comes my way and 
take action wherever I can.

So, if anyone has any questions, feel free to contact me directly. Beyond that, 
thanks for letting me lurk here and chime in where I can.

Respectfully,
Dante
Senior Program Manager
Microsoft

Other related posts: