embedded sql meaning in English
内嵌式 sql
镶嵌式查询语言
Examples
- Increased development productivity as compared to jdbc , especially if an application is being ported from an existing embedded sql architecture c , cobol , etc
与jdbc相比,提高了开发生产率,当从现有嵌入式sql体系结构( c和cobol等)移植应用程序时尤其如此 - For making this both easier and more standardized , embedded sql is a metaprogramming system used to easily combine database access with c
要让这个过程变得又简单、又标准化,那么嵌入式sql就是一个很好的元编程系统,可以在c语言中简单地合并数据库访问的功能。 - Using the embedded sql though , makes the database access much more natural , intuitive , and error - free for the programmer than through the direct use of libraries
使用嵌入式sql可以让对数据库的访问比直接使用库函数来访问数据库更加自然、直观,而且程序员可以更少犯错误。 - The tutorial also introduces you to the process used to convert one or more high - level programming language source code files containing embedded sql into an executable application
本教程还将向您介绍用于将一个或多个包含嵌入式sql的高级编程语言源代码文件转换成可执行应用程序的过程。 - But a malicious user who knows something about the database could use the text box to enter an embedded sql statement with the customer name , resulting in a statement like the following
但是,对数据库有所了解的恶意用户可能使用文本框输入包含客户姓名的嵌入式sql语句,产生类似如下的语句: