Hi,
Could anybody tell me if MS Access support SqlDataAdapter? Or OleDBDataAdapter is the only option?
thanks
Printable View
Hi,
Could anybody tell me if MS Access support SqlDataAdapter? Or OleDBDataAdapter is the only option?
thanks
I would image Access does not support SQLDataAdapter, since its not a server database.
The SQLDataAdapter is for sql server databases only. For MS Access you should use the OLEDBDataAdapter.