AncientTiger
Programmer
Here's a good question for y'all...
Let's say that I've got a Lotus approach database file on my pc, and I want to access data using Microsoft excel's VBA with SQL. I know just enought about SQL to manipulate data in an Access DB, but can it be done with Approach as well? Is SQL really a STANDARDIZED Query Language?
Also, if it CAN be done, what would the connection string look like? I know that with Access it's:
-----------------------------------------------------
dbsource = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source='c:\somefilepath\mydatabase.mdb'"
-----------------------------------------------------
but with Approach what would it be?
dbsource = "???????????????????????????????;Data Source='c:\somefilepath\mydatabase.apr'"
Thanks for any help!
AT
Let's say that I've got a Lotus approach database file on my pc, and I want to access data using Microsoft excel's VBA with SQL. I know just enought about SQL to manipulate data in an Access DB, but can it be done with Approach as well? Is SQL really a STANDARDIZED Query Language?
Also, if it CAN be done, what would the connection string look like? I know that with Access it's:
-----------------------------------------------------
dbsource = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source='c:\somefilepath\mydatabase.mdb'"
-----------------------------------------------------
but with Approach what would it be?
dbsource = "???????????????????????????????;Data Source='c:\somefilepath\mydatabase.apr'"
Thanks for any help!
AT