J
James Jenkins
Hi,
I am new, I have a c# app that uses a mdb file for holding statistics,
these stats are dumped into the mdb from one process every minute, and
obtained from another process periodically ( at the users call) which then
returns the stats. Do I have to worry that there will be an access problem
at some stage? - should I be adding something to the connection string? -
Any help would be good, also i have a second issue, Can I fill a dataAdapter
with datarows as opposed to datatables - I need to gather stats from this
mdb, but at the moment I have to enumerate the ExecuteScalar() - and then
call the command again.. Any advice would be great - TIA
James
I am new, I have a c# app that uses a mdb file for holding statistics,
these stats are dumped into the mdb from one process every minute, and
obtained from another process periodically ( at the users call) which then
returns the stats. Do I have to worry that there will be an access problem
at some stage? - should I be adding something to the connection string? -
Any help would be good, also i have a second issue, Can I fill a dataAdapter
with datarows as opposed to datatables - I need to gather stats from this
mdb, but at the moment I have to enumerate the ExecuteScalar() - and then
call the command again.. Any advice would be great - TIA
James