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
  #11  
Old   
preetinder dhaliwal
 
Posts: n/a

Default Re: Querix Debug - 09-10-2003 , 11:28 AM







It allowed 4gl code to connect to Oracle, but if we looked at
intermediate c files, it used the same API's as used by pro c, but we
faced a few issues with 4gl reports, first page header, last row and
after groups behaved slightly differently. Also the tool was not able to
replicate behaviour of form inputs exactly.

However, have to agree that support from the company was pretty good.

Rgds

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?

Cheers,

sending to informix-list


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

Default Re: Querix Debug - 09-10-2003 , 11:29 AM






Yes, I am looking for a debugger under Windows like fgldb under Unix


Renza

"Mark D. Stock" <mdstock (AT) mydassolutions (DOT) com> ha scritto nel messaggio
news:bjnglj$2vm$1 (AT) terabinaries (DOT) xmission.com...
Quote:
mehdi2 (AT) querix (DOT) com wrote:

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.

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.

More from:

http://www.querix.com/

But I guess Renza can look here. :-)

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
  #13  
Old   
Mark D. Stock
 
Posts: n/a

Default Re: Querix Debug - 09-10-2003 , 03:06 PM




Renza Rebecchi wrote:

Quote:
Yes, I am looking for a debugger under Windows like fgldb under Unix
If you are using D4GL as you alluded to earlier, then the debugger should
run in your GUI. At least the later versions of 4Js (which is what D4GL is) do.

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
  #14  
Old   
Renza Rebecchi
 
Posts: n/a

Default Re: Querix Debug - 09-11-2003 , 02:03 AM



One month ago I tried to use 4js but I didn't understand how to debug!
Can anyone help me?

Renza



"Mark D. Stock" <mdstock (AT) mydassolutions (DOT) com> ha scritto nel messaggio
news:bjo27i$49p$1 (AT) terabinaries (DOT) xmission.com...
Quote:
Renza Rebecchi wrote:

Yes, I am looking for a debugger under Windows like fgldb under Unix

If you are using D4GL as you alluded to earlier, then the debugger should
run in your GUI. At least the later versions of 4Js (which is what D4GL
is) do.

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
  #15  
Old   
Mark D. Stock
 
Posts: n/a

Default Re: Querix Debug - 09-11-2003 , 09:56 AM




Renza Rebecchi wrote:

Quote:
One month ago I tried to use 4js but I didn't understand how to debug!
Can anyone help me?
If you mean you don't know how to operate the debugger, then at the risk of
invoking the wrath of khan (or was it Andrew , all I can say is RTFM.
It's operation is identical to the Informix debugger.

If you mean you don't know how to fire up the debugger, then I could say
the same, but let me say, fglrun -d myprog.

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
  #16  
Old   
Mark D. Stock
 
Posts: n/a

Default Re: Querix Debug - 09-11-2003 , 09:56 AM




Renza Rebecchi wrote:

Quote:
One month ago I tried to use 4js but I didn't understand how to debug!
Can anyone help me?
If you mean you don't know how to operate the debugger, then at the risk of
invoking the wrath of khan (or was it Andrew , all I can say is RTFM.
It's operation is identical to the Informix debugger.

If you mean you don't know how to fire up the debugger, then I could say
the same, but let me say, fglrun -d myprog.

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
sending to informix-list


Reply With Quote
  #17  
Old   
Everett Mills
 
Posts: n/a

Default RE: Querix Debug - 09-11-2003 , 10:57 AM




fglrun -d myprogram.42r will start the 4J's debugger, except in the
gutted 2.1 version that Informix used to sell. The debugger matches the
Informix fgldb function almost exactly.

--EEM

-----Original Message-----
From: Renza Rebecchi [mailto:renzarebecchi (AT) yahoo (DOT) it]
Sent: Thursday, September 11, 2003 2:04 AM
To: informix-list (AT) iiug (DOT) org
Subject: Re: Querix Debug

One month ago I tried to use 4js but I didn't understand how to debug!
Can anyone help me?

Renza



"Mark D. Stock" <mdstock (AT) mydassolutions (DOT) com> ha scritto nel messaggio
news:bjo27i$49p$1 (AT) terabinaries (DOT) xmission.com...
Quote:
Renza Rebecchi wrote:

Yes, I am looking for a debugger under Windows like fgldb under Unix

If you are using D4GL as you alluded to earlier, then the debugger
should
run in your GUI. At least the later versions of 4Js (which is what
D4GL
is) do.
Quote:
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


sending to informix-list


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

Default Re: Querix Debug - 09-12-2003 , 04:17 AM



Now I have reinstalled FourJs and I have tried to compile and debug a simple
program "Hello World" !!!
I have compiled succesfully but if I want to debug the program I have the
following error:

C:\PROGRA~1\FourJs\f4gl>fglrun -d prova
Four J's Dynamic Virtual Machine Version 3.20.01.66
Built Apr 25 2002 09:31:33
(c) 1989-2001 Four J's Development Tools Ltd
Language support library: INFORMIX GLS
Database front end : INFORMIX-ESQL VERSION 9.14(a)
"fglssrv" is not a file batch .
connect:localhost:6400
Program stopped at 'fgldebug.4gl', line number 58.
FORMS statement error number -6300.
Can not connect to GUI.

I have an evaluation version of FourJs, is it possible to debug?

Thanks
Renza

"Mark D. Stock" <mdstock (AT) mydassolutions (DOT) com> ha scritto nel messaggio
news:bjq3e5$jgk$1 (AT) terabinaries (DOT) xmission.com...
Quote:
Renza Rebecchi wrote:

One month ago I tried to use 4js but I didn't understand how to debug!
Can anyone help me?

If you mean you don't know how to operate the debugger, then at the risk
of
invoking the wrath of khan (or was it Andrew , all I can say is RTFM.
It's operation is identical to the Informix debugger.

If you mean you don't know how to fire up the debugger, then I could say
the same, but let me say, fglrun -d myprog.

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
  #19  
Old   
Mark D. Stock
 
Posts: n/a

Default Re: Querix Debug - 09-12-2003 , 08:07 AM




Renza Rebecchi wrote:

Quote:
Now I have reinstalled FourJs and I have tried to compile and debug a simple
program "Hello World" !!!
I have compiled succesfully but if I want to debug the program I have the
following error:

C:\PROGRA~1\FourJs\f4gl>fglrun -d prova
Four J's Dynamic Virtual Machine Version 3.20.01.66
Built Apr 25 2002 09:31:33
(c) 1989-2001 Four J's Development Tools Ltd
Language support library: INFORMIX GLS
Database front end : INFORMIX-ESQL VERSION 9.14(a)
"fglssrv" is not a file batch .
connect:localhost:6400
Program stopped at 'fgldebug.4gl', line number 58.
FORMS statement error number -6300.
Can not connect to GUI.
I'm not sure this is the correct place to ask 4Js questions..., especially
under the subject "Querix" :-|

Anyway, if you are running this to Windoze, then you need to run the 4Js
front-end for Windows. Also, your FGLSERVER needs to be pointing to your
Windows machine.

Quote:
I have an evaluation version of FourJs, is it possible to debug?
I don't know, but I would guess so. Try getting it to run in character mode
first, then sort out your GUI connection.

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.