ODBC.NET Add in and the DataGrid
Does anyone have an example of using the DataGrid with the ODBC.NET add in. I am having much dificulty in getting this to work. My entir goal is basically this.
I have an ODBC connection out to a database on a server. This is not an SQL database or other OLE compatible. The database type (if you need to know) is a TimesTen memory resident database. I can successfully connect to this database via the ODBC driver on my PC with no problems.
My entir goal is basically this.
All I want to do is select all information from one of the tables in my database and display it in the datagrid.
I can't imagine this tobe all that dificult of a task, so any assistance would be very much appreciated.
Thank you,
Bob