Server Explorer

  • Thread starter Thread starter jmmb
  • Start date Start date
J

jmmb

When using Server Explorer in VS.Net, I can query tables, create stored
procedures and even design objects in the database.
Another very important feature is the ability to drag a stored procedure to
your application generating all the code for the command.
Anybody knows if all of these works for other providers, like Oracle, MySql
and Access?

thanks,
 
Hi
yes it does provide the same features for other providers as well with the
appropriate modification of course for example access connections doesn't
support stored procedure since the DBMS itself doesn't include this feature

Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
Back
Top