.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
Post a Comment