RE: [Harbour] RDDSQL Question.

2010-03-03 Thread Horodyski Marek (PZUZ)
-Original Message- From: Viktor Szakáts [mailto:harbour...@syenar.hu] Sent: Wednesday, March 03, 2010 3:53 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] RDDSQL Question. Hi Marek, > Sorry, I know nothing about .mdb and ado, but above should work for >

Re: [Harbour] RDDSQL Question.

2010-03-03 Thread Viktor Szakáts
Hi Marek, > Sorry, I know nothing about .mdb and ado, but above should work for > MySql. > --- > > And too for Oracle. Many, many examples :) > I preparing to co-operate with the OCI. For now, I can not, because he > has a GPF with the current version. I do not have it now time to pre

RE: [Harbour] RDDSQL Question.

2010-03-03 Thread Horodyski Marek (PZUZ)
-Original Message- From: Mindaugas Kavaliauskas [mailto:dbto...@dbtopas.lt] Sent: Wednesday, March 03, 2010 1:38 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] RDDSQL Question. Hi, Itamar Lins wrote: > Can you create examples of creating, RDDINFO( RDDI_EXEC

Re: [Harbour] RDDSQL Question.

2010-03-03 Thread Mindaugas Kavaliauskas
Hi, Itamar Lins wrote: Can you create examples of creating, RDDINFO( RDDI_EXECUTE, "CREATE TABLE test (id int, txt char(20))") adding, RDDINFO( RDDI_EXECUTE, "INSERT INTO test (id,txt) VALUES(1,'abc'), (2, 'def'))") modifying fields of the tables via rddsql. RDDINFO( RDDI_EXECUTE, "

[Harbour] RDDSQL Question.

2010-03-03 Thread Itamar Lins
Hi! Can you create examples of creating, adding, modifying fields of the tables via rddsql. The current examples are only query. For tables mdb via ado and other if possible. Best regards, Itamar M. Lins Jr. ___ Harbour mailing list (attachment size

Re: [Harbour] rddsql/sddpg install problems

2009-09-04 Thread Viktor Szakáts
it seems as if INSTALL_RULE was assembled more than once, once with INSTALL_FILES set to libsddpg.a, but at the next iteration INSTALL_FILES was empty. afaict this second iteration must somehow be happening inside instsh.mk, as it is protected to be evaluated with an empty install_files list.

Re: [Harbour] rddsql/sddpg install problems

2009-09-01 Thread Przemyslaw Czerpak
On Wed, 02 Sep 2009, Tamas TEVESZ wrote: Hi, > > Yet another: > > include $(TOP)$(ROOT)config/header.mk > > without any header files. > oh. i thought PRG_HEADERS := harupdf.ch was that. > anyway, testing... harupdf.ch is part of contrib/hbhpdf library only. There is no: PRG_HEADERS :

Re: [Harbour] rddsql/sddpg install problems

2009-09-01 Thread Tamas TEVESZ
On Wed, 2 Sep 2009, Przemyslaw Czerpak wrote: hi, > Yet another: > include $(TOP)$(ROOT)config/header.mk > without any header files. oh. i thought PRG_HEADERS := harupdf.ch was that. anyway, testing... > > this actually has been bugging me for a while - it seems that much > > (a

Re: [Harbour] rddsql/sddpg install problems

2009-09-01 Thread Przemyslaw Czerpak
On Wed, 02 Sep 2009, Tamas TEVESZ wrote: Hi, > thanks, i got further with this. now it's external/libhpdf: > make[3]: `../../../../../lib/sunos/sunpro/libhbxbp.a' is up to date. > ! Installing xbp.ch on /tmp/hb/include > ! Installing xbpdev.ch on /tmp/hb/include > ! Installing appevent.ch on /tmp

Re: [Harbour] rddsql/sddpg install problems

2009-09-01 Thread Tamas TEVESZ
On Tue, 1 Sep 2009, Przemyslaw Czerpak wrote: hi, > > it seems as if INSTALL_RULE was assembled more than once, once with > > INSTALL_FILES set to libsddpg.a, but at the next iteration > > INSTALL_FILES was empty. afaict this second iteration must somehow be > > happening inside instsh.mk,

Re: [Harbour] rddsql/sddpg install problems

2009-09-01 Thread Przemyslaw Czerpak
On Tue, 01 Sep 2009, Tamas TEVESZ wrote: Hi, > something's fishy with the rddsql install target. right now as far as > i can tell, it only manifests itself on sunos (where /bin/sh isn't > quite the brightest spark in town), and on the surface is > shell-related, but the cause looks to be lying

[Harbour] rddsql/sddpg install problems

2009-09-01 Thread Tamas TEVESZ
hi, something's fishy with the rddsql install target. right now as far as i can tell, it only manifests itself on sunos (where /bin/sh isn't quite the brightest spark in town), and on the surface is shell-related, but the cause looks to be lying deeper therein. do find the relevant piece of t

Re: [Harbour] rddsql

2008-12-01 Thread Mindaugas Kavaliauskas
Bruno Luciani wrote: Yes mindaugas I understand what do you say , I use DBF and RDDCDX but I like in future try other databases . In your experiencies how is the perfomance of rddsql and mysql or postgres when you load a database , in a browse ? respect DBF ? I hear that may be is not good in l

[Harbour] rddsql

2008-11-28 Thread Bruno Luciani
Yes mindaugas I understand what do you say , I use DBF and RDDCDX but I like in future try other databases . In your experiencies how is the perfomance of rddsql and mysql or postgres when you load a database , in a browse ? respect DBF ? I hear that may be is not good in larger database, which i

Re: [Harbour] RDDSQL

2008-11-28 Thread Mindaugas Kavaliauskas
Hi, no, I've never used Firebird in real app, I only created a sample of sql driver for Harbour. It is based on native Firebird C API (http://www.ibphoenix.com/downloads/60ApiGuide.zip), but not on IBPP. I guess IBPP is also based on Firebird API. Every DBMS has its + and -. Someone needs O

Re: [Harbour] RDDSQL

2008-11-27 Thread Mario H. Sabado
-- Message: 6 Date: Thu, 27 Nov 2008 02:19:40 +0200 From: Mindaugas Kavaliauskas <[EMAIL PROTECTED]> Subject: Re: [Harbour] RDDSQL To: "Harbour Project Main Developer List." Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; char

Re: [Harbour] RDDSQL

2008-11-26 Thread Mindaugas Kavaliauskas
Bruno Luciani wrote: Victor , wich is the final idea in RDDSQL only mysql ? Thanks Bruno Hi, I hope I can give an answer. The final idea is include more sql DBMS and include more features (not DMBS specific) in sqlbase/sqlmix, like iteration of changed records, etc. Currently only MySQL DB

[Harbour] RDDSQL

2008-11-26 Thread Bruno Luciani
Victor , wich is the final idea in RDDSQL only mysql ? Thanks Bruno ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour