Groups | Blog | Home
all groups > dotnet academic > january 2007 >

dotnet academic : VB.net Insert Textbox string into Access


TommyT
1/24/2007 5:35:16 PM
Hi,

Anyone know how I can insert the text captured in a textbox into
directly into an Access Dtabase using this connection?


New
System.Data.OleDb.OleDbConnection("provider=Microsoft.Jet.OLEDB.4.0;" &

_
"data source=C:\temp.MDB")


Thanks for any help,
pvdg42
1/25/2007 9:04:03 AM

[quoted text, click to view]
Insert the string in which field in which row of what table?
You may find tutorials on data access useful:

http://www.codeproject.com/vb/net/grid101.asp

http://msdn2.microsoft.com/en-us/library/aa581770.aspx

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vboricodeexamplesfordataaccess.asp

AddThis Social Bookmark Button