Search found 7 matches

Return to advanced search

Oops, didn't think of that... :oops:

Anyway, a big thanks for the help with the stored procedure handling!!!

/ P W
by Peter Welzien
on Mon Aug 30, 2004 10:58 pm
 
Forum: dOOdads - MyGeneration's .NET Architecture
Topic: Feature requests for dOOdads
Replies: 7
Views: 1075

There is one more thing I'm missing!

I need to be able to create parameters to call stored procedures, could you add that as well?

Best regards,

Peter Welzien
by Peter Welzien
on Mon Aug 30, 2004 8:18 am
 
Forum: dOOdads - MyGeneration's .NET Architecture
Topic: Feature requests for dOOdads
Replies: 7
Views: 1075

Well Mike, I'm trying to actually override where dOOdads is retrieving it's connection string. I'm trying to make it read it from a dynamic source so I can't use the config file and I don't really want to pass any parameters to the constructor. This is what I want to do: public override str...
by Peter Welzien
on Mon Aug 30, 2004 8:04 am
 
Forum: dOOdads - MyGeneration's .NET Architecture
Topic: Feature requests for dOOdads
Replies: 7
Views: 1075

Feature requests for dOOdads

Hi! I have some feature requests: - ConnectionString is virtual and can be overridden but all the functions uses the internal _raw variable, wouldn't it be better to let them use the virtual property as well? As for the other properties as well. - Let LoadFromSqlNoExec() return the integer va...
by Peter Welzien
on Fri Aug 27, 2004 7:34 am
 
Forum: dOOdads - MyGeneration's .NET Architecture
Topic: Feature requests for dOOdads
Replies: 7
Views: 1075

Enhancement - Dynamically Query SQL ?

Would it be possible to add a simple SQL query interface? It would be really nice to be able to make a small query or update a value without having to use an external program.
by Peter Welzien
on Fri Apr 23, 2004 10:57 am
 
Forum: Enhancements
Topic: Enhancement - Dynamically Query SQL ?
Replies: 3
Views: 676

Great, I'm looking forward to this feature!

Thank you! :D
by Peter Welzien
on Fri Mar 05, 2004 5:50 pm
 
Forum: Enhancements
Topic: Business objects enhancements
Replies: 2
Views: 691

Business objects enhancements

I checked your Csharp_SQL_BusinessObject and found it very useful but wouldn’t it be better to call a stored procedure called “LoadEmpty” than selecting nothing (0=1) in the AddNew function?

It would at least move all the SQL to the database instead of having them mixed at two locations.
by Peter Welzien
on Fri Mar 05, 2004 5:26 pm
 
Forum: Enhancements
Topic: Business objects enhancements
Replies: 2
Views: 691

Return to advanced search