embedded sql meaning in English
内嵌式 sql
镶嵌式查询语言
Examples
- For embedded sql programs , the application code page is determined at precompile bind time and at execution time
对于嵌入式sql程序而言,应用程序代码页在预编译/绑定时以及执行时确定。 - Using database objects allows an application to avoid embedded sql , with its maintenance difficulties and system dependencies
使用数据库对象可以使应用程序避免内嵌sql及其维护的困难和系统依赖性。 - A future version of the sql server database engine will drop support for connections from db - library or embedded sql applications
Sql server数据库引擎的未来版本将不再支持来自db - library或嵌入式sql应用程序的连接。 - This tutorial introduces you to embedded sql programming and walks you through the basic steps of constructing an embedded sql application
本教程向您介绍嵌入式sql编程,并带您走过用于构造嵌入式sql应用程序的基本步骤。 - Many embedded sql implementations , however , are basically just specialized macro processors that generate regular c programs as output
然而,很多嵌入式sql的实现通常都是一些专用的宏处理器,可以生成c程序作为输出结果。