Stored Procedure creation in visualstudio.net :'The Operation could not be created'

J

J. Muenchbourg

I'm trying to create a stored procedure in vs.net, and following these
instructions in my PrepLogic:XML WebServices Manual



5. Replace the boilerplate code in the Stored Procedure
designer with this code:
CREATE PROCEDURE procFranceCustomers
AS
SELECT * FROM Customers
WHERE Country = ‘France’
6. Click the Save button to save the stored procedure to the
database.

I get a 'The Operation could not be created' alert messagebox when I try
to save the storeprocedure file. I'm not sure exactly what "boilerplate
code" refers to in vs.net, as theres nothing in Help menu to tell me.

??
Muench
 

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