Showing related tags and posts accross the entire site.
-
Hi There I am having trouble with the netiers component of codesmith. My main problem is that I have a view and would like to search on that view using a like % clause. I cant see any built in methods that allows you do do this. I wrote a custom stored procedure that calls that view and filters on string...
-
I have several tables without primary key. When I click Generate it reports that Table AddressTransaction does not have a primary key, it will not be generated. Table AndonLog does not have a primary key, it will not be generated. It would be nice to fall back to creating a VList so I could at least...
-
I've made a view (called: MaleCustomers) which shows all male customers (select customer.* from customers where gender = 'Male'). The view returns an exact structure of the customer table. .netTiers generates an entity MaleCustomers and a provider MaleCustomersProvider which has a method...
-
Hi All, I am trying to update a collection bound to a DataGridView through a BindingSource and using a BindingNavigator for my grid commands. One of these commands updates the data bound items in bulk in a separate thread. This causes a cross-thread operation exception to be thrown by the binding navigator...
-
Hello, In nettiers we have : Tlist for tables + Tlist for its custom stored procedures. Vlist for views and for procs returning having the same resultset as for the view. But very often we use stored procedures to do some custom logic and return a resultset. We have several procedures for the logical...
-
I am confused why this code is in the EntityGridView. Can anyone explain why this is necessary? The result is that it adds a new entity to the list when I call my custom proc that returns no records. I don't see this with methods that return a TList, but for whatever reason, it happens with a VList....
-
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