When I go to edit the VB script associated with my file, this is what it looks like:
Partial Class secure_newjob
Inherits System.Web.UI.Page
Protected Sub Wizard1_FinishButtonClick(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.WizardNavigationEventArgs) Handles Wizard1.FinishButtonClick
End Sub
End Class
So I am wondering if there is a particular VB method that inserts to the database, where I can specify the SQL statement.
Isaac Lewis
Member
2 Points
3 Posts
Inserting Data to an Access Database using a Wizard
Oct 24, 2008 12:59 AM|LINK
I am wondering if someone has a bit of VB code that inserts data to an Access Database using a SQL statement on the finish button click.
Thank you very much
access database VB OnFinishButtonClick
Webmaster, Seraphim Energy.
Mikesdotnett...
All-Star
154840 Points
19854 Posts
Moderator
MVP
Re: Inserting Data to an Access Database using a Wizard
Oct 24, 2008 06:40 AM|LINK
Which actual bit are you stuck on?
Beginning ASP.NET Web Pages with WebMatrix | My Site | Twitter
Isaac Lewis
Member
2 Points
3 Posts
Re: Inserting Data to an Access Database using a Wizard
Oct 24, 2008 04:50 PM|LINK
When I go to edit the VB script associated with my file, this is what it looks like:
Partial Class secure_newjob
Inherits System.Web.UI.Page
Protected Sub Wizard1_FinishButtonClick(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.WizardNavigationEventArgs) Handles Wizard1.FinishButtonClick
End Sub
End Class
So I am wondering if there is a particular VB method that inserts to the database, where I can specify the SQL statement.
Thanks for the help...
Webmaster, Seraphim Energy.
Mikesdotnett...
All-Star
154840 Points
19854 Posts
Moderator
MVP
Re: Inserting Data to an Access Database using a Wizard
Oct 24, 2008 06:10 PM|LINK
Have a look at this: http://www.mikesdotnetting.com/Article.aspx?ArticleID=26. One of the samples shows inserting data into Access.
Beginning ASP.NET Web Pages with WebMatrix | My Site | Twitter