The VS Developer's Guide states that accessing tables through VS Tools integration is much simpler then craeting and managning external connections to the dB.
My question is how do one access a user table in a dB which is not part of the Dynamics.dic? In VBA I could use ADO and create connection to the dB and do whatever I desire.
Thanks!