Hi Francesco,
I have used SqlMix+MySql and ADORdd+MsSql with good results.
Warm regards,
Jayadev
--
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups
"Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to harbour-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/CADPHLr9wsJ-euD6D5OyP6B8fM0v%2B79wW3MFgXjV6XUkTAJx7YQ%40mail.gmail.com.
ADODB
Have been using for the last 5 years with MS SQL, MySql, MariaDB and SQLite
Pros:
1. Works with any SQL engine, DBF file, Access, Excel
2. With the exception of a few differences between SQL commands from each engine, you can reuse or use your programming with any SQL engine.
3. Each connector is optimized by the makers of the specified SQL engine
4. You can work with several SQL engines at the same time.
5. It advises when your current record is no longer valid because of changes made by another user or process.
6. Many methods and properties that make it easy to use as accustomed by DBF users (FIND, SORT, FILTER, EOF, BOF, Move(n), MoveFirst(),MoveLast(), AddNew(),etc)
7. Used by all mayor MS products, PHP, etc
8. Good error system that allows you to identify the problem and recover within programming
9. I like the fact that you can identify added, modified or deleted records and can batch update records.
Cons;
(?) You must install the connector to the SQL engine you want to work with.
It is slower than HbMySql but hardly noticeable.
--
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/44bf94e7-30aa-4e05-9ab9-80a2bd5d869f%40googlegroups.com.
You can download sqlado.rar from https://groups.google.com/forum/m/#!forum/ado-harbour
Ado.prg has a clases DBADO that facilitates the use of the recordset and access to fields values.
If you have any questions or comments you may join the group.
Regards
David Field
--
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/03e0688e-dfee-4056-8990-4c9fa6399ce7%40googlegroups.com.