Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21b8dcab9847fd8

Jump to content

Talk:Embedded SQL

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 15 years ago by 66.14.187.7 in topic MySql...so does it or doesn't it?

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.