Data Application Block Sample Application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I download v2 of the DAB and tried the sample application to see how it is
all used, however I am missing some SPs from the Northwind database on my
machine.
I noteiced in the code for the Form of th sample app some comments telling
me to run a sql script:
/// <summary>
/// Data Access Application Block Quick Start Samples.
/// Please run CreateStoredProcedures.sql in SQL Query Analyzer
/// to create database objects used by these examples.
/// </summary>

Where do I actually find the .sql file mentioned?? I searched my machine
and also google etc and cannot find it.

Please can someone let me have this file or a pointer to it?

--------------------------
Shaun Venus

emailid: sunevnuahs
domain: hotmail.com
--------------------------
 
Hi Shaun,

Script SetupDataBase.sql (x:\Program Files\Microsoft Application Blocks for
..NET\Data Access v2\) will create the neccessary SP.

You should just run SetupDataBase.bat.

Regards,
Peter Jausovec
(http://blog.jausovec.net)
 
Back
Top