No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Re: Hi, this is a code to create a table in a database. database name= UJNIMZ table name= YOU CAN ENTER TO TextBox1 Try it my friends... thank you. UJNimz ------------------------------------------------------------------------------------ Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim con As OleDbConnection Dim com As OleDbCommand … | |
Re: [COLOR="Red"][/COLOR] [B][/B] I want to add data to a table in a data base. this code have error in insert into statement. please solve this to me. thank you. [ujnimz] Dim con As OleDbConnection Dim com As OleDbCommand Dim NAME As String Try con = New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Users\NIMANTHA\Documents\DONUJ.accdb") com = … |
The End.