| Thread | Last Post | Replies |
|
| QUEL in C | 30 May 2006 19:46 GMT | 1 |
I have a section that populates a C structure 'foo' from a Ingres table 'aTable'.... someCounter = 0; ## REPEAT RETRIEVE (
|
| [Info-ingres] Maintenance support | 30 May 2006 17:28 GMT | 2 |
Can anyone tell me why I have to pay more for Ingres support through Ingres than I did through CA? Has anyone else found that their support costs have gone up? Basically we'll be looking at moving from Ingres if this continues.
|
| Tracing an update done by a database rule | 29 May 2006 18:21 GMT | 2 |
I have defined a rule on a table. The rule inserts a row into a second table whenever a change is made to the 1st one. The rule causes an error of a duplicate row inserted. I wanted to pinpoint the error so I set a trace into a log
|
| Does Ingres SQL have an offset? | 28 May 2006 18:50 GMT | 8 |
Me again. Still working on the Rails support for Ingres. This time I'm trying figure out if Ingres has support for the idea of an offset in a result set. In MySql you have LIMIT. (Ingres has FIRST). But in MySql, you can ask
|
| [Info-ingres] The Ingres Concurrency Model ... | 26 May 2006 20:32 GMT | 1 |
Gang, It's Friday! Time for me to look even more stupider than usual ... OK, I'm going to quote Roy here:
|
| select if(...) from | 26 May 2006 14:12 GMT | 1 |
is it possible, with Ingres II, to write such a query : select field1, if(field2>25,field3,field4) from table where the syntax would be if(condition,then,else) ? Thanks !
|
| Embedded SQL: sqlca.sqlcode | 26 May 2006 12:39 GMT | 2 |
Regarding the sqlca.sqlcode in embedded sql what is the following a test for: sqlca.sqlcode != 100 I have found the following also:
|
| [Info-ingres] ODBC error on Linux | 26 May 2006 09:40 GMT | 1 |
I hope someone can help with one as we've just spent a whole day trying to figure out the problem to no avail. We're trying to connect from a linux box running Red Hat Enterprise linux 3 update 7 to an Ingres 2.0 database on an AIX platform. When we
|
| [Info-ingres] Accessing ABF apps from Linux client | 26 May 2006 08:17 GMT | 2 |
Server OS: SCO OpenServer Release 5.0.5 Client OS: SuSE 10.0 Pro IngresII 2.0/0001 (sos.us5/00) with Patch 6900 Up until now I was able to access my client's ABF/4GL app from my own SCO
|
| DBMS servers without dmf_connect lines in config.dat | 25 May 2006 17:17 GMT | 3 |
head $II_SYSTEM/ingres/version.rel II 2.5/0011 (rmx.us5/00) 10421 Reliant UNIX (aka SINIX-Y) 5.43
|
| execution of a query results in a internal error | 24 May 2006 17:09 GMT | 3 |
Ingres Release II 3.0.2 on SuSE Linux 9.3 Professional reports an an internal error, when trying to execute a query. The query works fine until the result is larger than 83143 rows. The query is run from an embedded sql application (C). When I try the
|
| Where are FRSKEY's defined (ABF)? | 24 May 2006 16:11 GMT | 1 |
Does anone know where the FRSKEY's are defined? For example in an OSQ we can define a menu-item as follows: 'Select', KEY FRSKEY5= {
|
| Ingres rollforwarddb (OpenIngres 2.0) error | 24 May 2006 14:04 GMT | 4 |
We were practicing a recovery test with one of our OpenIngres 2.0 databases. Our checkpoint process includes using Veritas Volume Manager to do volume snapshots of our Ingres data files during the checkpoint. When we do the rollforwarddb the snapshot data will be restored to the
|
| C Compilers for the Microsoft environment | 24 May 2006 08:48 GMT | 6 |
In spite of what my kids think, I am a pretty serene and reasonable guy. But one (of the very few) things that drives me absolutely beserk is having to install a gigabyte of spurious cack just to get a command-line C compiler and linker for the Microsoft environment. Even Visual ...
|
| ABF QUALIFICATION Clause | 23 May 2006 20:40 GMT | 3 |
What does the QUALIFICATION clause do in an ABF select query? i.e. tbl = SELECT prod, qty, det_code, supp, ord, FROM orders
|