Showing related tags and posts accross the entire site.
-
Hi, I'm brand new to CodeSmith and so far it looks great. I've been looking through thte Template Explorer and the TypedDataSet.cst template popped out at me. I am creating a DataSet based DAL using Visual Studio 2005. I notice that .xsd, .vb, .xsc and .xss files are generated by VS. My question...
-
Fistly, on the good note, I just wanted to say that netTiers is really great and does save lots of work. However, there is one thing I can't handle and hope that the community can help figure this. I have done some searching and (my bad, possibly) can't find an easy solution for my problem. I...
-
I want a template to reference a dll that will create complex data for the template to use such as a strongly typed dataset. How can I do this? or how can I pass in a strongly typed dataset into the template and have the template be able to understand/recognize this dataset? Thanks
-
Hi, I have a problem with a custom stored procedure. It does not return Dataset anymore (worked fine until now) when I am calling it from the Service of the entity which belongs. Stored Procedure : CREATE PROCEDURE [dbo].[usp_Material_FindMaterial_Like] @Code as nvarchar(50) AS BEGIN SET NOCOUNT ON;...
-
Hi all, I'm trying to get a DataSource from.NetTiers. I've read the posts in this forum and followed some suggestions. Here is how everyone suggested: TList<Cities> cityList = DataRepository.CitiesProvider.GetAll(); DataSet ds = cityList.ToDataSet(false); //when I set this to true, it gives...
-
I found a lot of posts about problem for converting TList to DataSet but how I can convert DataSet to TList and VList in order to use generated classes I am used to? Thank in advance Alex