| Thread | Last Post | Replies |
|
| Data type of a tuple id in r3? | 30 Jul 2005 21:44 GMT | 2 |
In the past I've used a construct of the following to get rid of duplicates as a last resort. delete from table1 where tid in
|
| returning a single value efficiently from a database procedure to .net in ingres (using IngresParameter.ReturnValue and ExecuteScalar) | 28 Jul 2005 18:28 GMT | 2 |
In microsoft's support: http://support.microsoft.com/default.aspx?scid=kb;en-us;310070#XSLTH315012112212 0121120120 it demonstrates how to access the return value of a stored procedure using executeScalar. Let's presume that the proc needs parameters and
|
| [Info-ingres] Friday is coming ... | 28 Jul 2005 10:53 GMT | 4 |
Gang, We usually save the contentious arguments for Fridays ... but maybe we should wait for Roy to come back from vacation before discussing the question a client of mine recently asked:
|
| TERM_INGRES for ssh client. | 27 Jul 2005 17:30 GMT | 2 |
Any idea of a suitable setting using ssh to connect to Solaris boxen?
|
| [Info-ingres] Why cant I run infodb? | 27 Jul 2005 06:26 GMT | 1 |
Hi Dudes, Having recently upgraded a Linux box to II2.6 I've just found that only ingres can run the infodb command. Anybody else gets greeted with:
|
| RE: [Info-ingres] INGRES SREPORT Problem | 22 Jul 2005 16:15 GMT | 3 |
Err, message says everything? Logon as ingres, and run: 'upgradefe siege INGRES -uakis_dba' Regards, Artur Fajok
|
| sequence .nextval evaluating twice when used inside an INSERT cmd | 22 Jul 2005 14:47 GMT | 1 |
Call anyone spot the difference in the newsessionid value in these two examples ? #1 : create procedure MM_createSessionEntry
|
| [Info-ingres] maxlocks | 21 Jul 2005 13:44 GMT | 3 |
Can anyone tell me if there's an easy way to trace transactions that have forced to a table level lock? The errlog mentions that we've gone to table level but doesn't show the offending sql. It would be really handy if there were some trace level.
|
| RE: [Info-ingres] Re: is there an equivavlent to auto_increment i n ingres ? | 20 Jul 2005 14:50 GMT | 10 |
The advantage of using the unique system maintained key is so you can differentiate between otherwise duplicate records. Very useful if you have thousands of rows being inserted and you dont want to go off to a secondary table to increment a unique number for every row.
|
| RE: [Info-ingres] Re: is there an equivavlent to auto_increment i n ingres ? | 20 Jul 2005 14:46 GMT | 3 |
All, An interesting debate from which two anecdotes spring to mind, that illustrate where (I think) artificial keys can be a pain, but also a godsend:
|
| is there an equivavlent to auto_increment in ingres ? | 20 Jul 2005 13:28 GMT | 8 |
The header says it all really, I can't seem to find any reference in the docs explaining how to do auto incrementing primary keys in tables in an ingres DB. I've gone with incrementing a biging value in a separate table every time an entry gets added, but this seems like a ...
|
| jdbc-query tracing/logging | 15 Jul 2005 13:37 GMT | 2 |
There are a lot of solutions given in this group but I think they are not exactly what I need/want. I have a Linuxserver (Ingres 2.6). A remote client can query the databases on this server through a JDBC-connection.
|
| [Info-ingres] RE: Calling Ingres Database Procedures through .Net Data Provider | 15 Jul 2005 13:25 GMT | 1 |
Ingres r3 supports row-producing procedures. The Ingres .NET Data Provider reads the result set produced by that procedure just as any result set produced by a query. If the procedure is something like this:
|
| Sysmod sql | 15 Jul 2005 08:07 GMT | 1 |
Where are the sql files that are run whenever a sysmod is done ? I want to add two secondary indices to ii_entities but don't want sysmod's to remove them Colin
|
| concatenate multiple rows | 13 Jul 2005 15:15 GMT | 1 |
I'm new to Ingres. I have the following data in one table: id description_id description 1 1 desc1
|