KEMBAR78
Part2 database connection service based using vb.net
Part 2 – Database Connection in
VB.NET using Service based database
Dr. Girija Narasimhan 1
Step 1- creating Dataset
PROJECT  Add New Item  Common Item Service based database dataset
Finish
Media Descriptor
File (.MDF) created
Dr. Girija Narasimhan 2
In memory-representation of data, Get record of data from retrieved
from a database, the data adapter creates a dataset and stores data in it.
The connection with the database is closed “disconnected architecture” ,
it works as Virtual Database containing table rows and columns
Dr. Girija Narasimhan 3
Click the finish buttonDr. Girija Narasimhan 4
Click the property of
database1.mdf
Change “copy if newer” means
it will copy the database from
the project root only if you
make some changes to the
database an build your project
Each time run the application dbase is
updated, the update are going to the
copy instead of the original
Dr. Girija Narasimhan 5
View-serverexplorer-right click .mdf ”add new table”
Dr. Girija Narasimhan 6
Type Table name
Step 2: Column name
and datatype and size
Step 3: Press
update Step 1
Table design
Dr. Girija Narasimhan 7
Server explorerdatabase1.mdfemp1(table>right click select “show table data”
Dr. Girija Narasimhan 8
Viewother windowsdata sourcesconfigure data source with wizard .
Then only table column appear.
Hint: data source is not visible when you are in dbo.table , it is visible only in
form design, so go to form design and then select data source
Dr. Girija Narasimhan 9
From data source -drag column and place it in form1 (any form)
Dr. Girija Narasimhan 10
Click “app.config’”property
in solution Explorer
Solution explorer : Copy from
database1.mdf property full path and paste
it in app.config “attachDbFilename”
Step 1
Step 2
Dr. Girija Narasimhan 11
Summary of the Tutorial:
Step 1: ProjectAdd new itemcommon item  service based database dataset
solution explorer .MDF file right click property  copy to output directory change
as “copy if newer”
Step 2 :view server explorer Data connection  .mdf right click  add new table 
change table name  assign column name  press update
Step 3: server explorer  now created table appear in the under .mdf - right click “show
table data”  enter record values
Step 4 : In the form design  view  other windows  select data sources
database1dataset right click -select “configure data source with wizard”  then table
and column name appear  drag columns and place it in form design
Step 5: In the solution explorer  right click .mdf property  copy the “full path” url
information  app.config right click the property  paste the full path url in the
connection string ”Attach DbFilename =“
Dr. Girija Narasimhan 12

Part2 database connection service based using vb.net

  • 1.
    Part 2 –Database Connection in VB.NET using Service based database Dr. Girija Narasimhan 1
  • 2.
    Step 1- creatingDataset PROJECT  Add New Item  Common Item Service based database dataset Finish Media Descriptor File (.MDF) created Dr. Girija Narasimhan 2
  • 3.
    In memory-representation ofdata, Get record of data from retrieved from a database, the data adapter creates a dataset and stores data in it. The connection with the database is closed “disconnected architecture” , it works as Virtual Database containing table rows and columns Dr. Girija Narasimhan 3
  • 4.
    Click the finishbuttonDr. Girija Narasimhan 4
  • 5.
    Click the propertyof database1.mdf Change “copy if newer” means it will copy the database from the project root only if you make some changes to the database an build your project Each time run the application dbase is updated, the update are going to the copy instead of the original Dr. Girija Narasimhan 5
  • 6.
    View-serverexplorer-right click .mdf”add new table” Dr. Girija Narasimhan 6
  • 7.
    Type Table name Step2: Column name and datatype and size Step 3: Press update Step 1 Table design Dr. Girija Narasimhan 7
  • 8.
    Server explorerdatabase1.mdfemp1(table>right clickselect “show table data” Dr. Girija Narasimhan 8
  • 9.
    Viewother windowsdata sourcesconfiguredata source with wizard . Then only table column appear. Hint: data source is not visible when you are in dbo.table , it is visible only in form design, so go to form design and then select data source Dr. Girija Narasimhan 9
  • 10.
    From data source-drag column and place it in form1 (any form) Dr. Girija Narasimhan 10
  • 11.
    Click “app.config’”property in solutionExplorer Solution explorer : Copy from database1.mdf property full path and paste it in app.config “attachDbFilename” Step 1 Step 2 Dr. Girija Narasimhan 11
  • 12.
    Summary of theTutorial: Step 1: ProjectAdd new itemcommon item  service based database dataset solution explorer .MDF file right click property  copy to output directory change as “copy if newer” Step 2 :view server explorer Data connection  .mdf right click  add new table  change table name  assign column name  press update Step 3: server explorer  now created table appear in the under .mdf - right click “show table data”  enter record values Step 4 : In the form design  view  other windows  select data sources database1dataset right click -select “configure data source with wizard”  then table and column name appear  drag columns and place it in form design Step 5: In the solution explorer  right click .mdf property  copy the “full path” url information  app.config right click the property  paste the full path url in the connection string ”Attach DbFilename =“ Dr. Girija Narasimhan 12