• oledb c# with access
    2 replies, posted
As most of you know theres a mysql_fetch_array function in php.. Does anyone know if theres a similar function for oledb, i need to run a query then get the results back in an array. So far I can only push it to a datagridview which isn't really what im looking for.
Do you need to use OleDB, or is ADO.NET an option? OleDB is pretty ancient, that's all. [editline]20th December 2010[/editline] That said, is there some kind of ExecuteReader() method? That's what I use with ADO.NET.
It's apart of my course so ye, i'll have a look but if anyone else has any more information it would be appreciated
Sorry, you need to Log In to post a reply to this thread.