|
|
|
ช่วยดูการเชื่อมต่อ MS Access 2007 กะ VB 2008 หน่อยค่ะ ช่วยหน่อยนะคะ |
|
|
|
|
|
|
|
ช่วยดูการเชื่อมต่อ MS Access 2007 กะ VB 2008 หน่อยค่ะ ช่วยหน่อยนะคะ
แบบว่าทำไม่ถูกอ่ะค่ะ คือว่าพอคอมเม้นต์ที่ cnn.open() และ cmd.ExecuteNonQuery() ทำงานได้แต่ข้อมูลไม่ลง database อ่ะค่ะ
ไม่แน่ใจเพราะว่ายังไม่ได้เชื่อมกะ database หรือเปล่า ช่วยดูให้หน่อยนะคะ ขอบคุณมากๆเลยค่ะCode (VB.NET)
Private Sub ButtonInsert_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonInsert.Click
Dim cnn As New System.Data.OleDb.OleDbConnection
cnn.ConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0;data source = C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\WindowsApplication1\WindowsApplication1\product.mdb;"
'cnn.Open()
Dim cmd As New System.Data.OleDb.OleDbCommand
cmd.Connection = cnn
cmd.CommandText = "insert into product(ProductID,CategoriesID,ProductName,Brand,Model,Color,Price,Quantity) values (" & txtProductID.Text & "," & txtTypeID.Text & "," & txtProductName.Text & "," & ComboBoxBrand.Text & "," & txtProductModel.Text & "," & ComboBoxColor.Text & "," & txtPrice.Text & "," & txtQuantity.Text & ")"
'cmd.ExecuteNonQuery()
cnn.Close()
MessageBox.Show("บันทึกข้อมูลเรียบร้อยแล้ว")
End Sub
Tag : .NET, Ms Access, Win (Windows App), VB.NET, VS 2008 (.NET 3.x)
|
|
|
|
|
|
Date :
2010-09-08 21:46:32 |
By :
deathshadow |
View :
3190 |
Reply :
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
น่าจะไม่มีสิทธิ์ในการ Write Database ครับ ลองคลิกขวาที่ Database -> Properties -> Tab Security -> Add User Everyone
|
|
|
|
|
Date :
2010-09-08 21:50:01 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เปลี่ยนตรงไหนหรอคะ
|
|
|
|
|
Date :
2010-09-08 21:52:38 |
By :
deathshadow |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
product.mdb ครับ
|
|
|
|
|
Date :
2010-09-08 22:03:43 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จะลองดูนะคะ ขอบคุณค่ะ
|
|
|
|
|
Date :
2010-09-08 22:05:24 |
By :
deathshadow |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทำไมหา tap security พี่พูดถึงใน ms vb ใช่ไหมคะ
|
|
|
|
|
Date :
2010-09-08 22:21:57 |
By :
deathshadow |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|