Re: [Harbour] Re: SqlMix and dbcreated

2010-03-15 Thread Massimo Belgrano
Imo must be extended rdd structure Follow my link http://www.masfoxpro.com/index.php?title=XBase&printable=yes PROCEDURE Main LOCAL cConnect := "DBE=ODBCDBE;DSN=OrderProcessing" LOCAL oSession := DacSession():new( cConnect ) IF .NOT. oSession:isConnected() ? "Unable to connect to server !"

Re: [Harbour] Re: SqlMix and dbcreated

2010-03-15 Thread Mindaugas Kavaliauskas
Hi, Shum wrote: It possible to implement the database connection number as a class ... like the DacSession class in Xbase++ ...?? I know nothing about DacSession, but I guess it could be implemented on the top of current code. Regards, Mindaugas ___

[Harbour] Re: SqlMix and dbcreated

2010-03-09 Thread Shum
Hi Mindaugas, It possible to implement the database connection number as a class ... like the DacSession class in Xbase++ ...?? Shum -- View this message in context: http://n2.nabble.com/SqlMix-and-dbcreated-tp3834818p4707029.html Sent from the harbour-devel mailing list archive at Nabble.com.