Possible to Call a Stored Procedure or use MS Query?

A

Archer_TX

Hi,

Does anyone know if I can call a Stored Procedure from Visio 2007?

I'm connecting to SQL 2000 and can't get what I need from a table or view.

Thanks.
 
A

Al Edlund

Stored procedure calls infer some programming expertise as well as a
knowledge of some form of data access (oledb, odbc, ado, etc.). Visio does
not support these natively so the code would have to be written.

If you're at v2007 Professional the product supports datarecordsets. This
gives you the ability to link to data from several sources. It allows the
programmer to manipulate the connection strings, and sql commands that they
want to send (the assumption here is you are doing some form of select
statement).

For vba programmers a good source of example scenarios is on
technet.microsoft.com in the scriptcenter (since vbscript is very close to
vba) if you don't want to use the built in data connectivity.

al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top