Jump to content

Talk:Embedded SQL

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jimkoke (talk | contribs) at 15:34, 24 May 2011 (Database engines do not support Embedded SQL). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconDatabases (inactive)
WikiProject iconThis article is within the scope of WikiProject Databases, a project which is currently considered to be inactive.

copyvio?

http://www.cs.sfu.ca/CC/354/zaiane/material/notes/Chapter4/node33.html --Yurik 23:09, 21 November 2006 (UTC)[reply]

Direct copy and likely copyright violation. I have removed it. 68.39.174.238 18:16, 10 February 2007 (UTC)[reply]

MySql...so does it or doesn't it?

MySql is listed in both the support and not support. The text under support seems to be copy-pasted from the Microsoft SQL above it. The reference for the does NOT support does indeed say that it's not natively supported, but seems to be a project to add support. It's not clear at all and I don't want to muddy the waters by changing things to fit my best guesses. 66.14.187.7 (talk) 00:27, 28 July 2010 (UTC)[reply]

Database engines do not support Embedded SQL

I suppose this is a nit, but statements such as "xxx SQL does not support Embedded SQL." are incorrect; perhaps "xxx SQL does not provide an Embedded SQL preprocessor."? The SQL engine should not be able to determine, nor should it care, if an SQL statement was hand coded or the result of Embedded SQL. Anybody can support Embedded SQL by writing a preprocessor and inserting into an existing compiler tool chain. As written, the statements on this page imply that if a group wants Embedded SQL, they cannot use engines such as MySQL. Admittedly, if the engine vendor does not provide support, it may not exist.