C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
2
Reply
What are the features of Embedded SQL
John Peterson
13y
2.1k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
http://www.cs.sfu.ca/CourseCentral/354/zaiane/material/notes/Chapter4/node33.html
Munesh Sharma
10y
0
Embedded SQL provides several advantages over a call-level interface: ->Embedded SQL is easy to use because it is simply Transact-SQL with some added features that facilitate using it in an application. ->It is an ANSI/ISO-standard programming language. ->It requires less coding to achieve the same results as a call-level approach. ->Embedded SQL is essentially identical across different host languages. Programming conventions and syntax change very little. Therefore, to write applications in different languages, you need not learn new syntax. ->The precompiler can optimize execution time by generating stored procedures for the Embedded SQL statements.
Nirav Vasoya
10y
0
Message