Hi there,
I am currently writing an application for NNTP, the application requires
very FAST inserts, updates etc.
I started to write it with mySQL and I got good results, I was wondering if
anyone can confirm speed comparisions (and other comparisons) using MSDE
rather than mySQL.
As fa...
more >>
Hi everybody,
I cannot create a new record in my DB what is problem ?
oleDbConnection = new OleDbConnection(
"Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=c:\\Temp\\AlphaControlDB.MDB");
oleDbConnection.Open();
OleDbDataAdapter DA = new OleDbDataAdapter() ;
DA.SelectCommand = ne...
more >>
Can any one please tell me design decision which lead most of the
function in Microsoft Data access block to be static.
Thanks
Vivek...
more >>