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 - 25 Jan 2007 15:04 GMT
> Hi,
>
[quoted text clipped - 8 lines]
>
> Thanks for any help,
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/vbor
icodeexamplesfordataaccess.asp