SQL Database + Array RDD

Discuss anything else that does not suite other forums.

Moderator: Rathinagiri

User avatar
sudip
Posts: 1454
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: SQL Database + Array RDD

Post 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
With best regards,
Sudip
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: SQL Database + Array RDD

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: SQL Database + Array RDD

Post 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).
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply