No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
> Dim conn1 As New OleDbConnection("connection string") > Dim cmd1 As New OleDbCommand("insert into stu (id,name,course) VALUES ('" & TextBox1.Text & "', '" & TextBox2.Text & "', '" & TextBox3.Text & "')", conn1) > Dim da1 As New OleDbDataAdapter(cmd1) > da1.Fill(ds, "stu") > Dim dr As DataRow = ds.Tables("stu").NewRow > …
i have vb 2005 express edition. so i dont have crystal report. now i want to print some data from the form to paper. so can anybody help me to print those data
I have created a database in ms access and a form, in which i want to add some records, it is updating correctly, but when i close the form and restart the application and started to add new records the previous records are deleted automatically. please help me in this
The End.
situ.pati