Forum: VB.NET Oct 10th, 2008 |
| Replies: 2 Views: 664 Sorry........I wasnt clear enough............What i wanted to know is the differences between building a Single User and Multi User System.....I can build a system which will work on a single PC. But... |
Forum: VB.NET Oct 10th, 2008 |
| Replies: 2 Views: 664 Hello everyone.Sorry if this question seems to be very naive.but i am new to vb.net.
I have created single user applications in VB 6.0 and MS-Access.I want to build a system using VB.Net 2005 and... |
Forum: Visual Basic 4 / 5 / 6 Mar 22nd, 2008 |
| Replies: 6 Views: 1,534 Try this:
Dim CON As new ADODB.Connection
Dim rs As New ADODB.Recordset
Dim SQLname As String
Private Sub cmd_details_Click() |
Forum: VB.NET Mar 20th, 2008 |
| Replies: 4 Views: 1,791 Thanks Bwkeller, But perhaps I wasnt clear enough.I have data in a text files,Excel Files ,Word Document .Its like it has details of peoples are in the files like Name,Address,Phone Number,Age ,DOB.I... |
Forum: VB.NET Mar 19th, 2008 |
| Replies: 4 Views: 1,791 Hi Friends,
I am new to VB.Net 2005.I need to create a program which will store data from text files,word documents,excel files,xml files to a database.Can anyone help me.it is... |