I have to access sql tables with xharbour and fivewin .
I have to be able to add record modify and delete .
I cant install odbc driver on each workstation .
Each workstations are connected to a Win2003 server and the EXE is
on this server .
How to do it ??
FiveWin and MS Sql
-
- Posts: 23
- Joined: Thu Aug 30, 2007 8:52 am
SQL and FiveWin
I suggest you investigate ADORDD, in the sticky post just above your message.
Regards
Alex
Regards
Alex
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
-
- Posts: 363
- Joined: Wed Feb 15, 2006 2:06 pm
- Location: Oxford, England
SQLRDD is build based on ODBC.
Since ADO can use a native ado provider or a ODBC DSN, is my guess that ADO is faster than an RDD.
In my experience, the best way to handle SQL tables is using SQL statements, you lose A LOT if you try to manipulate SQL data "a la DBF", that`s why ADO is the best way to handle data, the power of the SQL along with a DBF like data handling.
Since ADO can use a native ado provider or a ODBC DSN, is my guess that ADO is faster than an RDD.
In my experience, the best way to handle SQL tables is using SQL statements, you lose A LOT if you try to manipulate SQL data "a la DBF", that`s why ADO is the best way to handle data, the power of the SQL along with a DBF like data handling.
Saludos
R.F.
R.F.