Hi, i need to use atoms with 2 databases at the same time:
1- with access. This was not problem (cmsaccess....=
2- with dbf from foxpro using the oledb provider for net shipped with visual foxpro 8. How can i map it in atoms xml???
TIA
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I haven't written a specific foxpro provider at this stage (since I don't have foxpro).
Can you connect via ODBC? If so, you can just set up a second connection using CODBCDatabase (the server name is a connection string).
If not, then you'll need to write a specific class for foxpro. It's pretty easy to do, just copy the classes for MSSQL for the database and the connection, change the names and the types for the internal objects they use where appropriate and you should be OK.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, i need to use atoms with 2 databases at the same time:
1- with access. This was not problem (cmsaccess....=
2- with dbf from foxpro using the oledb provider for net shipped with visual foxpro 8. How can i map it in atoms xml???
TIA
I haven't written a specific foxpro provider at this stage (since I don't have foxpro).
Can you connect via ODBC? If so, you can just set up a second connection using CODBCDatabase (the server name is a connection string).
If not, then you'll need to write a specific class for foxpro. It's pretty easy to do, just copy the classes for MSSQL for the database and the connection, change the names and the types for the internal objects they use where appropriate and you should be OK.