dbTalk Databases Forums  

Querix Debug

comp.databases.informix comp.databases.informix


Discuss Querix Debug in the comp.databases.informix forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Renza Rebecchi
 
Posts: n/a

Default Querix Debug - 09-09-2003 , 10:49 AM






Hi all,

How can I debug 4gl program with Querix under Windows 2000?

Is it necessary debug under Unix with d4gl or Querix have a debugger itself?

Thanks in advance

Renza



Reply With Quote
  #2  
Old   
preetinder dhaliwal
 
Posts: n/a

Default Re: Querix Debug - 09-09-2003 , 02:00 PM







What is querix?

Renza Rebecchi wrote:

Quote:
Hi all,

How can I debug 4gl program with Querix under Windows 2000?

Is it necessary debug under Unix with d4gl or Querix have a debugger itself?

Thanks in advance

Renza




sending to informix-list


Reply With Quote
  #3  
Old   
Neil Truby
 
Posts: n/a

Default Re: Querix Debug - 09-09-2003 , 04:16 PM




"preetinder dhaliwal" <preetinder.dhaliwal (AT) dhl (DOT) com> wrote

Quote:
What is querix?
Oh No!
You'll have Medhi on the warpath ....

It's a 4GL compiler.

Have a look at http://www.querix.co.uk/ if you're interested. They're nice
people - or the ones that I've met are ....




Reply With Quote
  #4  
Old   
Mark D. Stock
 
Posts: n/a

Default Re: Querix Debug - 09-09-2003 , 06:08 PM




preetinder dhaliwal wrote:
Quote:
What is querix?
It's an Informix 4GL compiler with GUI extensions, and soon to be 4Js
compiler, or so I'm told.

Quote:
Renza Rebecchi wrote:

Hi all,

How can I debug 4gl program with Querix under Windows 2000?
I don't know if Querix has a debugger available, but I'm sure Mehdi will
chip in real soon. ;-)

Cheers,
--
Mark.

+----------------------------------------------------------+-----------+
Quote:
Mark D. Stock mailto:mdstock (AT) MydasSolutions (DOT) com |//////// /|
Mydas Solutions Ltd http://MydasSolutions.com |///// / //|
+-----------------------------------+//// / ///|
|We value your comments, which have |/// / ////|
|been recorded and automatically |// / /////|
|emailed back to us for our records.|/ ////////|
+----------------------+-----------------------------------+-----------+

sending to informix-list


Reply With Quote
  #5  
Old   
Mark D. Stock
 
Posts: n/a

Default Re: Querix Debug - 09-10-2003 , 04:41 AM




preetinder dhaliwal wrote:

Quote:
Well, I asked because in my previous company, they used a tool called
querix to change 4gl programs to Oracle pro-C. Just wanted to know if it
was the same, so I could answer
To CHANGE 4GL code to Oracle Pro-C, or to allow 4GL code to access an
Oracle database?

Cheers,
--
Mark.

+----------------------------------------------------------+-----------+
Quote:
Mark D. Stock mailto:mdstock (AT) MydasSolutions (DOT) com |//////// /|
Mydas Solutions Ltd http://MydasSolutions.com |///// / //|
+-----------------------------------+//// / ///|
|We value your comments, which have |/// / ////|
|been recorded and automatically |// / /////|
|emailed back to us for our records.|/ ////////|
+----------------------+-----------------------------------+-----------+


sending to informix-list


Reply With Quote
  #6  
Old   
Renza Rebecchi
 
Posts: n/a

Default Re: Querix Debug - 09-10-2003 , 06:50 AM



I have only a 4gl program accessing an informix database and I want debug
this program under Windows...
Is it possible?

Thanks

"Mark D. Stock" <mdstock (AT) mydassolutions (DOT) com> ha scritto nel messaggio
news:bjmv3h$vit$1 (AT) terabinaries (DOT) xmission.com...
Quote:
preetinder dhaliwal wrote:

Well, I asked because in my previous company, they used a tool called
querix to change 4gl programs to Oracle pro-C. Just wanted to know if it
was the same, so I could answer

To CHANGE 4GL code to Oracle Pro-C, or to allow 4GL code to access an
Oracle database?

Cheers,
--
Mark.

+----------------------------------------------------------+-----------+
| Mark D. Stock mailto:mdstock (AT) MydasSolutions (DOT) com |//////// /|
| Mydas Solutions Ltd http://MydasSolutions.com |///// / //|
| +-----------------------------------+//// / ///|
| |We value your comments, which have |/// / ////|
| |been recorded and automatically |// / /////|
| |emailed back to us for our records.|/ ////////|
+----------------------+-----------------------------------+-----------+


sending to informix-list



Reply With Quote
  #7  
Old   
mehdi2@querix.com
 
Posts: n/a

Default Re: Querix Debug - 09-10-2003 , 08:14 AM




This is a multi-part message in MIME format...

--Alt-Boundary-16405.173302371
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Mail message body
Content-Disposition: inline

On 9 Sep 2003 at 17:49, Renza Rebecchi wrote:

Quote:
Hi all,

How can I debug 4gl program with Querix under Windows 2000?

Is it necessary debug under Unix with d4gl or Querix have a debugger itself?

Thanks in advance

Renza

Hi,

The current win2000 compiler doesn't have a native debugger,
however it is possible to use third party C level debuggers (such as
provided by Borland/Microsoft Visual C, gdb for win NT). Because the
compile method is through C, the 4GL level debugging is largely
straight forward.

If using MSVC, for example, you need only load the binary (first
ensuring it has been compiled in debug, not release mode), load the
4GL source and set appropriate breakpoints, etc.

If debugging a GUI process, it is necessary to start the application
first, and then attach the debugger to the running process - from here
you can subsequently set breakpoints, etc and resume execution.

4GL debugging on Unix is hugely simplified - we can supply a front-
end for gdb which is tailored to 4GL debugging (and is designed to
work as closely as possible to the original Informix debugger). Let me
know if you require any further information.


--------------------------------------------------------------------------------------------
------------------------------
Hydra 4 = Informix Compatible 4GL Compiler with various GUI Front
End and Graphical IDE.

Where to find: http://www.querix.com
--------------------------------------------------------------------------------------------
-------------------------------

--Alt-Boundary-16405.173302371--
sending to informix-list


Reply With Quote
  #8  
Old   
mehdi2@querix.com
 
Posts: n/a

Default Re: Querix Debug - 09-10-2003 , 08:30 AM




On 10 Sep 2003 at 10:41, Mark D. Stock wrote:

Quote:
preetinder dhaliwal wrote:

Well, I asked because in my previous company, they used a tool called
querix to change 4gl programs to Oracle pro-C. Just wanted to know if it
was the same, so I could answer

To CHANGE 4GL code to Oracle Pro-C, or to allow 4GL code to access an
Oracle database?

Querix Hydra compiler dose not change the 4GL code to Pro-C, it will
keep the original 4GL code and allow the binary code to run against
many different databases including Informix,Oracle, DB2, MS-Sql
Server ...etc. with no need to recompile.

It also gives you several configurable GUI options, with no need to
change 4GL code (ActiveX and Java components integration on the
client side).

As per your previous posting, in Hydra 4.1 the current extensions are
included both at the server and client sides. Design Studio (GUI IDE)
includes a GUI FORM DESIGNER much like that of VB, with
integration of normal .per files.

More from:

http://www.querix.com/


sending to informix-list


Reply With Quote
  #9  
Old   
Mark D. Stock
 
Posts: n/a

Default Re: Querix Debug - 09-10-2003 , 10:03 AM




mehdi2 (AT) querix (DOT) com wrote:

Quote:
On 10 Sep 2003 at 10:41, Mark D. Stock wrote:

preetinder dhaliwal wrote:

Well, I asked because in my previous company, they used a tool called
querix to change 4gl programs to Oracle pro-C. Just wanted to know if it
was the same, so I could answer

To CHANGE 4GL code to Oracle Pro-C, or to allow 4GL code to access an
Oracle database?

Querix Hydra compiler dose not change the 4GL code to Pro-C, it will
keep the original 4GL code and allow the binary code to run against
many different databases including Informix,Oracle, DB2, MS-Sql
Server ...etc. with no need to recompile.
I knew that, that's why I was asking Preetinder which he meant.

Quote:
As per your previous posting, in Hydra 4.1 the current extensions are
included both at the server and client sides. Design Studio (GUI IDE)
includes a GUI FORM DESIGNER much like that of VB, with
integration of normal .per files.
I assumed that Renza was asking about a debugger, like fgldb, which runs
under Windows 2000, like fglrun -d.

Quote:
More from:

http://www.querix.com/
But I guess Renza can look here. :-)

Cheers,
--
Mark.

+----------------------------------------------------------+-----------+
Quote:
Mark D. Stock mailto:mdstock (AT) MydasSolutions (DOT) com |//////// /|
Mydas Solutions Ltd http://MydasSolutions.com |///// / //|
+-----------------------------------+//// / ///|
|We value your comments, which have |/// / ////|
|been recorded and automatically |// / /////|
|emailed back to us for our records.|/ ////////|
+----------------------+-----------------------------------+-----------+

sending to informix-list


Reply With Quote
  #10  
Old   
Mark D. Stock
 
Posts: n/a

Default Re: Querix Debug - 09-10-2003 , 10:06 AM




mehdi2 (AT) querix (DOT) com wrote:

Quote:
On 10 Sep 2003 at 10:41, Mark D. Stock wrote:

preetinder dhaliwal wrote:

Well, I asked because in my previous company, they used a tool called
querix to change 4gl programs to Oracle pro-C. Just wanted to know if it
was the same, so I could answer

To CHANGE 4GL code to Oracle Pro-C, or to allow 4GL code to access an
Oracle database?

Querix Hydra compiler dose not change the 4GL code to Pro-C, it will
keep the original 4GL code and allow the binary code to run against
many different databases including Informix,Oracle, DB2, MS-Sql
Server ...etc. with no need to recompile.
I knew that, that's why I was asking Preetinder which he meant.

Quote:
As per your previous posting, in Hydra 4.1 the current extensions are
included both at the server and client sides. Design Studio (GUI IDE)
includes a GUI FORM DESIGNER much like that of VB, with
integration of normal .per files.
I assumed that Renza was asking about a debugger, like fgldb, which runs
under Windows 2000, like fglrun -d.

Quote:
More from:

http://www.querix.com/
But I guess Renza can look here. :-)

Cheers,
--
Mark.

+----------------------------------------------------------+-----------+
Quote:
Mark D. Stock mailto:mdstock (AT) MydasSolutions (DOT) com |//////// /|
Mydas Solutions Ltd http://MydasSolutions.com |///// / //|
+-----------------------------------+//// / ///|
|We value your comments, which have |/// / ////|
|been recorded and automatically |// / /////|
|emailed back to us for our records.|/ ////////|
+----------------------+-----------------------------------+-----------+

sending to informix-list


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.