Hi
I am trying to insert record to Pups Database using ado.net and vb.net in a windows application.
This form will collect data from user to insert it into stores table at Pubs database (storeID, name, address etc..).
I am not able to get the new inserted record into the stores table
here is my coude behind for the form
Imports System.Data.SqlClient
Public Class ParametersExample
Inherits System.Windows.Forms.Form
Dim con As Go to the complete details ...