Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~431 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for Programmer666

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 …

Member Avatar for Programmer666
0
107
Member Avatar for Reiko

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 …

Member Avatar for AUGXIS
0
118
Member Avatar for Programmer666

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.

Member Avatar for bwkeller
0
206

The End.