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
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 Ms-Access which will work over a LAN. Where multiple users will be entering data.Kindly provide … | |
Re: Try this: [code] Dim CON As new ADODB.Connection Dim rs As New ADODB.Recordset Dim SQLname As String Private Sub cmd_details_Click() SQLname = "Select name from Customer where telephone='" & (txtphone.Text) rs.Open sqlName, CON, adOpenKeyset, adLockOptimistic txtname.Text = Rs!name End Sub Private Sub form_initialize() Set CON = New ADODB.Connection 'set the … | |
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 urgent.Thank you. |
The End.