MySQL Forums
Forum List  »  Newbie

Re: Failure to run the script in MySql
Posted by: Phillip Ward
Date: November 18, 2014 06:22AM

Quote

USE [ChairsDB]
GO
/****** Object: StoredProcedure [dbo].[SaveProductCatalog] Script Date:
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
Looks suspiciously like [Microsoft] SqlServer, not [Oracle] MySQL.

Why would you think that a DDL script for one DBMS would stand any chance of working in another?

Regards, Phill W.

Options: ReplyQuote


Subject
Written By
Posted
November 18, 2014 12:19AM
Re: Failure to run the script in MySql
November 18, 2014 06:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.