Preferably use .NET tiers. Read about it at www.nettiers.com I think ... -- Regards, Mohamed Ahmed Meligy Solution Developer / Freelance .NET Consultant GNS...
164
Purav Gandhi
gandhipurav
Apr 15, 2006 3:49 pm
Hi Mohamed, I have installed it and created the dll, but I don't get how to insert a particular row in the db. I have a table named Role, I get a method called...
165
Eric Ramseur
Eramseur
Apr 15, 2006 3:54 pm
I would take a look at IBATIS [ google search it] or Nhibernate. I would say the pros of IBATIS is that its not db dependent and can support any feature the...
166
Mohamed A. Meligy
xmastereg
Apr 15, 2006 3:55 pm
that's NHibernate or .NET Tiers ? I don't know about NHibernate, but, if .NET Tiers, you'll find very comprehensive quick start on that in their site. ... -- ...
167
Eric Ramseur
Eramseur
Apr 15, 2006 4:01 pm
Purav, What version of the .net framework are you using? I suggest [ for any version] you look into some free code generators. They can make your sprocs for...
168
Purav Gandhi
gandhipurav
Apr 17, 2006 4:20 am
Hi, I started using nettiers but the problem is that it does not support Oracle. Can anyone suggest me some tool which supports oracle, mysql, & MS Sql. I ...
169
Eric Ramseur
Eramseur
Apr 17, 2006 4:36 am
IBATIS supports orcale,mysql and mssql. ... -- Eric Ramseur Microsoft.NET Consultant ... http://eramseur.blogspot.com | ASP.NET 2.0 Questions ...
170
Purav Gandhi
gandhipurav
Apr 17, 2006 4:43 am
How about using NHibernate ? Regards, Purav Gandhi _____ From: csharp2@yahoogroups.com [mailto:csharp2@yahoogroups.com] On Behalf Of Eric Ramseur Sent: Monday,...
171
Eric Ramseur
Eramseur
Apr 17, 2006 4:30 pm
http://www.hibernate.org/361.html All the info you need. It supports all the major plus some minor. ... -- Eric Ramseur Microsoft.NET Consultant ... ...
172
Eric Ramseur
Eramseur
Apr 17, 2006 4:30 pm
NHibernate is primarily tested on Microsoft SQL Server 2000. It is also known to work on these databases: - Microsoft SQL Server 2000...
173
glabana2003
Apr 18, 2006 10:40 am
Hi, I get the following error when I put my code behind partial class (Myfile.aspx.cs) into the App-code folder: Error 106 The file '/MyApp/Logon.aspx.cs' is...
174
Eric Ramseur
Eramseur
Apr 18, 2006 3:08 pm
Code-behind classes are best reserved for in the application directory as they get complied by ASP.NET and this could cause issues of a compile twice. You...
175
glabana2003
Apr 18, 2006 5:12 pm
Hi Eric, Thanks for the quick reply. Firstly the url of the MSDN article is at: http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en- ...
176
Eric Ramseur
Eramseur
Apr 18, 2006 5:40 pm
I think its best just to store DAL, BLL, and classes that are not associated with pages [ as they will be in another assembly like you stated] and precompile...
177
glabana2003
Apr 18, 2006 8:29 pm
I agree, I think I don't really have any choice! Thanks for the help and input! ... associated ... and ... achieve ... shouldnt ... article ... the ... the ......
178
VT Manpower Consultan...
vtjobs18
Apr 20, 2006 9:34 am
Dear Friends, VT Manpower Consultancy Services Pvt Ltd., is the leading Manpower provider for IT and ITES Companies in South India. We are providing a better...
179
Eric Ramseur
Eramseur
Apr 20, 2006 4:35 pm
Sorry for the spam, he will be removed immediatly. -- Eric Ramseur Microsoft.NET Consultant ... http://eramseur.blogspot.com | ASP.NET 2.0 Questions ...
180
Eric Ramseur
Eramseur
May 8, 2006 3:22 pm
I glad to see our membership is up to 40 now from the 15 members we had a couple of months ago. I am sorry not to give more discussions in this group as I am...
181
Eric Ramseur
Eramseur
May 25, 2006 8:50 pm
I did two blog entrys on Vista. One on vista in general and one with Rainbow [ C# / .net 2] . Rainbow : http://url123.com/gbae5 Vista Reviw :...
182
Eramseur
Jun 24, 2006 9:38 pm
https://www1.msteched.com/content/webcasts.aspx - some web casts on Windows Workflow. Get started on .NET 3.0 Labs: ...
183
Eric Ramseur
Eramseur
Jun 25, 2006 3:03 pm
MS is finally understanding what we proffessionals need. Here is a new prototype that auto generates a pretty good data connected App. All you need is the...
184
ilker onur kaya
ilkeronurkaya
Jun 26, 2006 8:20 pm
Hi everyone, I am trying to make an small uninstall program for my project. However, I dettach the database, clear the registers but I could not make an...
185
ilker onur kaya
ilkeronurkaya
Jun 26, 2006 8:26 pm
I was trying to say, "Please help!" :) Thanks again.. ... -- Żlker Onur Kaya I was trying to say, "Please help!" :) Thanks again.. On 6/26/06, ilker onur kaya...
186
Tom Price
tom_price
Jun 28, 2006 7:10 pm
Hello group, OK, I've got the source code for the ASP 2.0 Providers and I'm trying to make a series of modifications. I need to add extra fields to the...
187
Eric Ramseur
Eramseur
Jun 28, 2006 7:16 pm
Why dont you just store teh first name , last name in the profile instead of trying to mess with ASPNETDB. This is the reason they created the ASPNETDB system...
188
Eric Ramseur
Eramseur
Jun 29, 2006 6:34 pm
Can you please explain what you mean by parent role? Do you mean you want a root role and sub roles? You can in affect have a parent super root role by just...
189
Tom Price
tom_price
Jun 29, 2006 6:46 pm
Thx, tried that but how do you get a profile class generated based on the information added to web.config? Not a good fit for the other two tables, unless I'm...
190
Eric Ramseur
Eramseur
Jun 29, 2006 7:04 pm
My project was accepted at codeplex for the xml profile provider. If anyone has expertise in XQuery or SQL Server 2005 XML, please just ask if you want to...
191
Tom Price
tom_price
Jun 29, 2006 7:31 pm
Essentially converts role table from a pure list to a b-tree allowing establishment of a role admin at any point in the structure who is responsible for their...
192
Eric Ramseur
Eramseur
Jun 29, 2006 7:32 pm
I dont get what you mean. If you set the properties in the web.config, ASP.NET 2.0 and membership do all the work for you. All you have to do is call...