Talk:Embedded SQL

Latest comment: 13 years ago by 66.14.187.7 in topic MySql...so does it or doesn't it?
WikiProject iconDatabases Unassessed (inactive)
WikiProject iconThis article is within the scope of WikiProject Databases, a project which is currently considered to be inactive.
???This article has not yet received a rating on Wikipedia's content assessment scale.

copyvio? edit

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? edit

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 edit

I suppose this is a nit, but statements such as "xxx SQL does not support Embedded SQL." are incorrect. It may be that the "xxx SQL" vendor does not provide an Embedded SQL preprocessor.

Support for Embedded SQL is in the compiler tool chain, not the database engine itself. Therefore, any database engine that can be accessed by a high level language (i.e., has an SDK) does support Embedded SQL; whether there is an actual preprocessor provided by the vendor is irrelevant. The SQL engine does know, or care, if the SQL interface calls were hand coded or the result of Embedded SQL preprocessing.

Suggest rephrasing the statements to indicate whether the database engine vendor provides/supports an Embedded SQL Preprocessor tool.