Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JBR

Pages: [1]
1
Automation Interface, Add-Ins and Tools / Re: SQLQuery
« on: May 24, 2007, 04:16:03 am »
Thank you.
I see that after I posted my message  ;).

My second problem with SQLQuery was that it dosn't work if names of Table and Columns (in the SQL query) weren't in uppercase.

Now it works.

2
Automation Interface, Add-Ins and Tools / SQLQuery
« on: May 24, 2007, 03:23:32 am »
I'm writting add-in for my company (C#) and I want to execute SQL query to EA's DB.
I saw the method SQLQuery for repository but I can't find how to use it (even in EA tutorial  :-/)
Did someone use this method ? and how ?
Do you know how to execute SQL query in a add-in ?

thank you.

3
Automation Interface, Add-Ins and Tools / Re: replace \n
« on: June 19, 2007, 12:32:52 am »
The concatenation is good but I can't delete the carrier return at the end of the line
The function %REPLACE(attNotes, "\n", "<BR>\n")% is wrong

How can I do?

4
Automation Interface, Add-Ins and Tools / replace \n
« on: June 18, 2007, 04:40:41 am »
Hi,

In the opNotes I have this texte :
Texte de la requête.
Renseigné pour les indicateurs de type Requête.
Peut contenir des mots-clés paramètres qui seront encadrés par des accolades {}


I'd like to generate code like this :
 * Texte de la requête.<br>
* Renseigné pour les indicateurs de type Requête.<br>
* Peut contenir des mots-clés paramètres qui seront encadrés par des accolades {}



I use this script :
$note = %REPLACE(attNotes, "\n" , "<br>\n * ")%
$cartouche += " * " + $note + "\n"
$cartouche


but the resut is :
  * Texte de la requête.
<br>
 * Renseigné pour les indicateurs de type Requête.
<br>
 * Peut contenir des mots-clés paramètres qui seront encadrés par des accolades {}


what is wrong ?
Thank you

5
Thank you for your response.

I'm a beginner in EA.
Have you a sample (C or VB) to extract the elements of a diagram ?

6
is it possible to transform an user interface (custom diagramm) to JSP file  with EA ?

thanks

7
It's Ok with patch 798  :)

8
According Sparx, this problem will be solved in the next patch ( 798 ).

They think that we had this fail because our model is large.

9
Oracle9i Release 9.2.0.5.0 - Production


Other problem :
when we generate the documentation; we have sometime this message :
"
OraOLEDB[-2147217913]
ORA-01722: Invalid number

"

10
I have the same fail with all languages.

More investigations :
If I use a connection with base oracle, I have this error;

but if the base oracle is exported in a .EAP connected to Oracle, I have no error.




11
Hi,

with EA 6.1, I can generate code (Java); but yesterday, I've installed EA 6.5.797 and now, it's impossible to generate code.
I have this message "Internal application error". :(

someone can help me please....
ty

12
ty for your reply...I'll try it today...

13
Yes I would like to capture the content of the constraints in the generated code but I don't know how to do.

14
Automation Interface, Add-Ins and Tools / Code generation + constraints
« on: August 23, 2006, 01:21:53 am »
Hi,

sorry for all my english mistaskes (I'm french  :P)

I defined constraints in classes and in attributes...
When I generate the code, I would like to recover the list of constraints (classes and attributes)

How to do it ?
ty

PS: idem for TagValues

Pages: [1]