Page 3 of 3

Re: SQL Database + Array RDD

Posted: Tue Feb 09, 2010 11:09 am
by sudip
Hello Kana,

Have you tried with hb_dbcreatetemp(tablename, table_structure_array). This is a Harbour function to create temporary disk table.

With best regards.

Sudip

Re: SQL Database + Array RDD

Posted: Tue Feb 09, 2010 1:15 pm
by Roberto Lopez
Kana wrote: Is it possible to modify the connection to other SQL database?
AFAIK, no. It even needs libmysql.dll to work.

Re: SQL Database + Array RDD

Posted: Tue Feb 09, 2010 1:21 pm
by Roberto Lopez
Roberto Lopez wrote:
Kana wrote: Is it possible to modify the connection to other SQL database?
AFAIK, no. It even needs libmysql.dll to work.
But, you could try with \samples\rdd.sql\mdb with any sql server having an ODBC client. I've not tested, but it could work.

Of course, you should change connection data (line 15).