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
~275 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

2 Posted Topics

Member Avatar for RameshKumar.M

Hi, Am getting the below error at the time of running form to save data. Am checking step by step, at that time i found the error occured in the open connection line [Con.Open()]. Am Using MS Access 2007 for Database, format is (Dashboard.accdb). Kindly give any solution to solve …

Member Avatar for RameshKumar.M
0
92
Member Avatar for rajabca

[code] 'Code is in VB.NET Imports System.Data.OleDb Public Class RegisterUser 'Variables Decleration Public Con As OleDbConnection Public Cmd As OleDbCommand Public Dr As OleDbDataReader Public Da As OleDbDataAdapter Dim Email_id As Object 'TextBox(EmployeeID.Click) TBEmpID.Text = Trim(TBEmpID.Text) 'End Sub 'TextBox(EmailName.Click) TBEmailName.Text = Trim(TBEmailName.Text) 'End Sub 'Button(BClear.Click) TBEmpID.Text.Clear() TBEmpName.Text.Clear() TBEmailName.Text.Clear() TBPass.Text.Clear() TBCPass.Text.Clear() …

Member Avatar for RameshKumar.M
0
183

The End.