Do you have the instruction for using ODBC data source? I am using PervasiveSQL 2000i, which I am not allowed to upgrade to new version, so I must use the ODBC way to connect.
Thanks,
Calvin
You should just need to manually provide the connection string. We have native OLEDB providers if this database has an OLEDB provider. In either case, you will need to manually specify the connection string.
MicroFour.StrataFrame.Data.DataBasics.DataSources.Add(New OLEDBDataSourceItem("","YourConnectionString"))