Tagged Questions
The mygeneration tag has no wiki summary.
2
votes
3answers
1k views
myGeneration problem with OraOleDB.Oracle provider (?)
I can't make myGeneration tool to work correctly.
This is the connection string that I use:
Provider=OraOLEDB.Oracle.1;Password=pass123;User ID=user1;Data Source=oradb1src;Persist Security Info=True
...
2
votes
3answers
700 views
DataLayer of a new Application: MyGeneration and/or Entity-Framework
The platform is ASP.Net 3.5sp1, with an Oracle db. We've considered both MyGeneration and Entity Framework for time and convenience in the DataLayer (and maybe some base classes in the Business ...
1
vote
1answer
19 views
Handling Contraints And Identifiers In A Custom Object Model For Persisting To A Relational Database
I have a robust set of objects that relate to one another and I need to figure out that best way to handle saving them to the database and still account for things like data constraints.
Let's say I ...
1
vote
1answer
264 views
Generate code from SPs using codesmith or MyGeneration?
I have CodeSmith and MyGeneration tools. I have SPs in SQL server. I want generate VB.Net code for SPs (not for Tables). Which templates will support for this? Please share if you know any templates ...
1
vote
2answers
118 views
Is it possible to write MyGeneration Templates in F# and how?
I want to write a MyGeneration Template File in F#. I know you can target various languages etc VB.NET and C# however for my own selfish benefit I would like to write it in F#.
Anyone one if and how ...
1
vote
2answers
331 views
Using MyGeneration, doodads, and Oracle XE, is it possible to implement an “auto number primary key” scheme?
Using MyGeneration, doodads, and Oracle XE, is it possible to implement an "auto number primary key" scheme?
Problem facts:
I am using Oracle XE. I have implemented the following table and trigger:
...
1
vote
1answer
314 views
How to get list of objects from BusinessEntity using myGeneration?
I used myGeneration in some projects; I noticed that BusinessEntity keeps the result of the query in a DataTable,
But what if the developer wants to get the result as List of objects?
To solve this, ...
1
vote
1answer
305 views
How to avoid 'Unknown' data types when generating code with MyGeneration and Oracle 10?
I am attempting to generate a dOOdads business entity using MyGeneration against an Oracle database table. ( http://www.mygenerationsoftware.com/portal/dOOdads/Overview/tabid/63/Default.aspx )
The ...
1
vote
1answer
615 views
MyGeneration Template Creation Tutorials
Just wondering if anyone has some good resources for learning how to create new templates with MyGeneration?
I've only found a couple of very basic introductions so far, and the majority of the rest ...
0
votes
1answer
18 views
Mygeneration autonumber field bug with MS Access database
I am using Mygeneration tools to create the abstract classes responsible for dealing with database to perform CRUD operation as well as some other dooDad operations. Problem is I cant retrieve the ...
0
votes
0answers
88 views
MyGeneration.dOOdads problem with MySQL connection in ASP.net with stored procedures
I am using MyGeneration.dOOdads which helps in generating Business layer and Data layer easily, but currently I am facing a problem with it.
I had worked with MS SQL database and was successful, but ...
0
votes
0answers
29 views
How can I DEBUG a MyGeneration code template?
I have read that MyGeneration code templates can be debugable.
Can you explain the steps I have to follow to be able to DEBUG a MyGeneration code template?
(Do I need to attach it as a process to ...
0
votes
1answer
28 views
What rules and conventions should a class follow to be able to work properly with NHibernate?
I am working on a code template to create POCOs from my Db Schema.
Is there a kind of summary list that defines the MUST-TO-HAVEs in a class so that it can be mapped to Db with NHibernate without any ...
0
votes
1answer
71 views
How can I configure MyGeneration tool to run the code template for each table and create .cs file for each?
How can I configure MyGeneration conde-generator tool to run the code template for each Db table and create a separate .cs for each?
0
votes
2answers
38 views
Where can I find the list of all the interfaces commonly used by MyGeneration?
Where can I find the list of all the interfaces commonly used by MyGeneration?
(I am especially asking this to learn walking through all the tables in my DataBase with foreach loop)
0
votes
1answer
35 views
Is it possible to have intellisense support in MyGeneration when it comes to write templates?
Is it possible to have intellisense support in MyGeneration when it comes to write templates?
Let's say can I write my templates in Visual Studio and then paste it to MyGeneration template editor ...
0
votes
1answer
32 views
How can I achieve this simple output in MyGeneration?
If I have n tables in my Db schema and if I want to walk through all tables in my Db and create a .cs file for each table that will contain the below generated code:
public class TableName
{
...
0
votes
1answer
37 views
Is there a basic template I can use to create POCOs from a Db by MyGeneration?
What is the main code template used in common with MyGeneration when it comes to creating POCOS from a Db schema?
Basically I want to have classes without any behavior; just properties (collections ...
0
votes
0answers
60 views
MyGen 1.3 and Oracle 11g Client/Server
I am currently experiencing a issue very similar to the problem shown here...
http://www.mygenerationsoftware.com/phpBB3/viewtopic.php?f=2&t=3278&p=12835&hilit=oracle#p12835
I have ...
0
votes
3answers
166 views
What is a good replacement for MyGeneration / d00dads code generation and data layer?
I have used MyGeneration and the d00dads architecture for several years, and have been a big proponent. The tool is fairly simple and straightforward and the code layer is dead simple.
But a recent ...
0
votes
1answer
122 views
Data lost from table on SQL Server
I'm having some strange behavior with one data base on SQL Server 2005, i made an application to store some data, i have only 1 store procedure for custome querys in wich i only have some selects (no ...
0
votes
1answer
60 views
Can you recommend a step-by-step tutorial on developing C# Code Templates with MyGeneration?
Basically the documentation provided in the official web site is not helping me so much to understand how it works.
Can you recommend a step-by-step tutorial on developing C# Code Templates with ...
0
votes
2answers
322 views
What is the most elegant C# .NET Data Access Layer design?
I would like to konw what is considered the most elegant C# .NET method to produce a Data Access Layer?
I am using MyGeneration DooDads. Is this an elegant solution?
Is it still acceptable to ...
0
votes
1answer
275 views
how can i use ORM tool like My Generation?
i downloaded MyGeneration from net. And run. it has got connection string. "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Data Source=localhost "
on the other hand;
my connection string ...
0
votes
2answers
210 views
Has anyone suffered any performance issues with CodeSmith or MyGeneration
I am new to both these pieces of software. A colleague of mine recommended these two to me. Just wanted to know if the stored procedure code they produce have any performance problems? I would like to ...
0
votes
1answer
114 views
Mygeneration Template Editor
i used mygeneration to generate my code,it is very helpful
but i found that the template editor is awful, and i dont have any substitution.
do u have any ideas? or better generator?(no CodeSmith, it ...
0
votes
1answer
236 views
MyGeneration command line input
I have looked all over the internet, mygenteration's forum, and mygenteration's website and I cannot figure out how to pass parameters into a template through the command line using the xmldatapath ...