.net - Reading from in-memory Access Database in C# -


please show me few examples of reading in-memory access database (i.e. uploaded website) in c# / .net 4.0.

you can't - oledb need real file connection. instead, save access database file system, use oledb connection , command classes work database.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -