guys im using a web app (asp.net)VS and connecting to access
but, having a problem with the inserts.
im in
VB.net
i use a
import System.Data
import System.Data.OleDb
and then:
Dim table as DataTable
Dim newRow as DataRow
but, when i use: table= data.Tables("someTbl")
after the dot intellisence doesnt have "Tables" to choose from.
it just plain doesnt exist.
now this is straight out of a wrox press book, so its got to be right.
has this happened to anyone else or is this just me?
is there some reference(s) i need to add here?:
thanks
rik
rik