Forum: VB.NET Jul 23rd, 2007 |
| Replies: 0 Views: 1,614 Hello, I get this error message when I try to do an update on my form. Can somebody help. Please see the my code below.
Imports System
Imports System.Data
Imports System.Data.OleDb
Imports... |
Forum: VB.NET Jul 18th, 2007 |
| Replies: 2 Views: 5,939 |
Forum: VB.NET Jul 16th, 2007 |
| Replies: 2 Views: 5,939 hello guys, I have an access database table with ten columns and I want to be to load all the data from my table into a vb.net form. can somebody please guide me how to do this.
thank you in... |
Forum: VB.NET Jul 16th, 2007 |
| Replies: 3 Views: 6,404 |
Forum: VB.NET Jul 13th, 2007 |
| Replies: 3 Views: 6,404 hello, can somebody please help me. I need to create a clear button to delete all the data from my form. I don't know how to do this. can some body give an idea how to do this, I am using vb.net 2003. |
Forum: VB.NET Jul 9th, 2007 |
| Replies: 2 Views: 2,512 Hello Guys,
I am getting this error message and I can't figure out why. can somebody please help. below is the code.
Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As... |
Forum: VB.NET Jul 1st, 2007 |
| Replies: 2 Views: 3,223 Hi All,
I am getting the below error message when I try to degug my program.
The 'Migrosoft.Jet.OLEDB.4.0' provider is not registered on the local machine
Thanks in advance. |
Forum: VB.NET Jun 19th, 2007 |
| Replies: 1 Views: 10,396 does anybody know how to create a login form in vb.net? I have an access database and I am trying to create a login form with a user name and password to have multiple users login.
Please help. |