Hello, i have one Question
OleDbConnection cn = new OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=D:/data.mdb");
How to use MSAccess Darabase online
OleDbConnection cn = new OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=http://mydomain.com/data.mdb");
is it possible in any way ?
Guest UserPosted Jul 14, 2014, 8:49 AM
Look for this article for help:
http://kb.tableausoftware.com/articles/knowledgebase/resolving-could-not-find-installable-isam-error
prince rajPosted Jul 14, 2014, 8:45 AM
it shows Error
"Could not find installable ISAM".
prince rajPosted Jul 12, 2014, 9:28 AM
Guest UserPosted Jul 12, 2014, 8:40 AM
Access database over HTTP. You must setup RDS on the server for his to work.
Provider=MS Remote;Remote Provider=Microsoft.Jet.OLEDB.4.0;Remote Server=http://server.adress.com;Data Source=d:\myPath\myDatabase.mdf;