|
|
Browse by Tags
All Tags » documentation API architecture
-
Hi
We want to save more than one rows in a table in one single transaction. We are using the following code to add the entries into the table, this code is in some method which we are calling from some other class. We are using a loop to insert the values into the table .....but when we go and have a look at the table ...
-
Hi Mike,
Thanks for the reply. Just one question , here we don't have the database object like table/view/procedure. We want to fire query inline query
Selct <SequenceName>.NextVal from dual to get the next value from the sequence defined. How can we do that using MyGeneration and EntitySpace 1.5.3.0 ? Can you please give us the steps to ...
-
Hi
We are having an issue of retrieving NextVal on the Oracle Sequence. Is there any way by which we can retrieve the same w/o using Stored Procedure or View ?
FYI : We have already been through this link http://www.entityspaces.net/blog/OracleSequencesAndConcurrencyHandling.aspx. But this is not what we need ...
We need to assign the ...
-
hi , I am currently in the process of evaluating Entity Space , with the Oracle as a back endI wanted to know as to whether the ES architecture support oracle reference type cursor. We are calling a stored procedure which returns a oracle ref type cursor as the output. I am trying to get some examples/samples of the same on the forum but i am ...
-
Hi all,
I am getting this error Compiler Error Message: CS0246:
The type or namespace name 'EntitySpaces' could not be found (are you
missing a using directive or an assembly reference?)
Line 18: using System.Data;Line 19: Line 20: using EntitySpaces.Interfaces;Line 21: using EntitySpaces.Core;Line 22:
After installing ...
-
Thanks for your comments. It sounds like there are two specific areas you would like more documentation for. Hierarchical model usage and a more thorough high level API architecture overview. I will add these to our tracking system, and after 1.6 has shipped we will reinforce these areas in our documentation. Once again, thanks for thoughts.
|
|
|