Thanks in advance!
Mike
If you need to connection to a different type of OLE database, then that is fine and SF will work, but you will have to manually supply the connection string:
When you do this you will place this code in the Appmain.vb SetDataSourcesMethod and then remoce the SetConnections line (as this forces the Connection Manager to be used). Also, there is a lot of information about connection strings and setting them up manually within the help docs as well.
MicroFour.StrataFrame.Data.DataBasics.DataSources.Add(
it tells me that OleDbDataSourceItem is not defined
i know i am missing something here.
Please point me in the right direction as I cannot find anything on this provider in SF help. Keith Chisarik