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
~2K People Reached
Favorite Tags
Member Avatar for dinesh012

hi i trying to update some information with a picture to the database but it display followin error message "Syntax Error in Update Statement" this is my code plz any one can help me? i'm a beginner learning VB.net Try Dim fsreader As New FileStream(OpenFileDialog1.FileName, FileMode.Open, FileAccess.Read) Dim breader As …

Member Avatar for PatMoe
0
229
Member Avatar for dinesh012

hi i have a database with a image(Binarycode) and i want to select that image and infomation i tryed like this but it says liki this OledbExpaession unhandled No value given for one or more required parameters. my code like this Imports System.Configuration Public Class Form9 Dim A As String …

Member Avatar for dinesh012
0
205
Member Avatar for dinesh012

hi .... im tring to insert a picture with some information to the database when i run the progaram it will display the bellow message NullRefaranceExprasion was Unhandle Object reference not set to an instance of an object. this is my full code is there is any mistake? Imports System.IO …

Member Avatar for dinesh012
0
224
Member Avatar for dinesh012

I have a Database It created in Ms accsses how can i set a fix path to connct the database when i install the setup in another computer? plz help..?

Member Avatar for Begginnerdev
0
263
Member Avatar for dinesh012

con1.Open() Dim com2 As New OleDb.OleDbCommand("insert into Department(DNo,DName,Manager,AddressL1,AddressL2,City,Telephone,E-mail)values('" + TextBox1.Text + "','" + TextBox2.Text + "','" + TextBox3.Text + "','" + TextBox4.Text + "','" + TextBox5.Text + "','" + TextBox6.Text + "','" + TextBox7.Text + "','" + TextBox8.Text + "')", con1) com2.ExecuteNonQuery() MessageBox.Show("Succsessfuly Inserted", "Insert", MessageBoxButtons.OK) con1.Close() Me.Hide() Form2.Show() it …

Member Avatar for annaharris
0
135
Member Avatar for dinesh012

Dim connString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|datadirectory|\payroll.mdb;persist security infor = false" Dim conn As New OleDbConnection conn.ConnectionString = connString it will displya the message "Could not find installable ISAM." any one plz help

Member Avatar for TnTinMN
0
136
Member Avatar for dinesh012

how to completely rename a project in visual studio 2008(Vb.net) with all the files plz help..

Member Avatar for dinesh012
0
219
Member Avatar for dinesh012

how to completely rename a project in visual studio 2008(Vb.net) with all the files plz help..

0
43
Member Avatar for dinesh012

hi i have problem with my VB.net program I have a form and 3 GroupBox in the same form. i want go next 2 GroupBoxes afther Clicking the Next Button.. Can you Help me ? plz.. GroupBoxes1 to next GroupBoxes2 next GroupBoxes3

Member Avatar for ImZick
0
172
Member Avatar for dinesh012

hi i have problem with my VB.net program I have a form and 3 GroupBox in the same form. i want go next 2 GroupBoxes afther Clicking the Next Button.. Can you Help me ? plz.. GroupBoxes1 to next GroupBoxes2 next GroupBoxes3 using same Next button

Member Avatar for Dili1234
0
98