•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the MS SQL section within the Web Development category of DaniWeb, a massive community of 391,771 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,325 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our MS SQL advertiser:
Views: 386 | Replies: 1
![]() |
•
•
Join Date: Dec 2007
Posts: 10
Reputation:
Rep Power: 1
Solved Threads: 0
this is the questions i faced in an interview
i am new in .net and sql so anyone knows this ans please inform me
thanks
*Can we have an updateable view in SQL?
*What is the difference between stroed procedure and stored function in SQL?
*What is connection pooling? how can we acheive that in asp.net?
*What is the difference between typed and untyped dataset?
*What is the difference bewteen accessing the data throgh the dataset and datareader?
i am new in .net and sql so anyone knows this ans please inform me
thanks
*Can we have an updateable view in SQL?
*What is the difference between stroed procedure and stored function in SQL?
*What is connection pooling? how can we acheive that in asp.net?
*What is the difference between typed and untyped dataset?
*What is the difference bewteen accessing the data throgh the dataset and datareader?
*What is the difference between typed and untyped dataset?
- typed dataset is a dataset which you determine the types that are used in the columns of the datatables forming the dataset. if you create the dataset using visual studio.net's dataset designer, it creates a file with .xsd(xml schema definitions) extension. if you take a look at this file, you will see type definitions for the datatables in the dataset. this feature provides type safety for your data operations, and enables compile time error checking. if you have a typed dataset you can not set, for instance, a string value to int typed column. and the intellisense become active since it knows the column names and types of your table.
*What is the difference bewteen accessing the data throgh the dataset and datareader?
datareader provides read only and forward only data. if you only read data from the database and show it to users you can use datareader, it is more fast and performance saving. using dataset you can also make insert, update, delete operations and you can scroll through the rows backwards and forwards
- typed dataset is a dataset which you determine the types that are used in the columns of the datatables forming the dataset. if you create the dataset using visual studio.net's dataset designer, it creates a file with .xsd(xml schema definitions) extension. if you take a look at this file, you will see type definitions for the datatables in the dataset. this feature provides type safety for your data operations, and enables compile time error checking. if you have a typed dataset you can not set, for instance, a string value to int typed column. and the intellisense become active since it knows the column names and types of your table.
*What is the difference bewteen accessing the data throgh the dataset and datareader?
datareader provides read only and forward only data. if you only read data from the database and show it to users you can use datareader, it is more fast and performance saving. using dataset you can also make insert, update, delete operations and you can scroll through the rows backwards and forwards
Serkan Şendur
MCAD.NET
MCAD.NET
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb MS SQL Marketplace
•
•
•
•
ajax asp database decimal seperator thousand seperator when using sql server deleting records from ms sql table where columns have duplicate values developer development hacker management studio 2005 microsoft msdn news office security software sql sql cache dependency with polling-based invalidation survey vista
- Webmaster Site 24,000 visitors - 46,000 page views with revenue (Websites for Sale)
- CS vs EE, CS Degree and other questions (Computer Science and Software Design)
- How to promote your website, and gain active members (Growing an Online Community)
- MFC File I/O Philosophy questions/clarifications (C++)
- CTR questions (Pay-Per-Click Advertising)
- Help A Newbie Please (Growing an Online Community)
- ATI vs. ATI question. (Monitors, Displays and Video Cards)
Other Threads in the MS SQL Forum
- Previous Thread: help with an sql statement
- Next Thread: Selecting E-mail Addresses


Linear Mode