-
yesterday the company i work in (Epsilon Delta) made a purchase . i tried to register to entity spaces . username: Wolferen E-Mail: sehab@epsilon-delta.com i should have received an varfication key. but it didnt happen. what can i do?
-
Do i have to overeide the methods in esDataProvider class in way that if the esDataResponse Class has an IsException is true write to EventLog. Am I in the right diriction? if yes how can i partial this class.
-
(where queries are executed)? what to over ride?
-
Hi, I need to add to the base classes methods to handel DB Errors and write them to EventLog. Where ineed to implement this functions (where queries are executed)?
-
Hi again, Can any boddy help?
-
Binding data to DataGridView: Code: Dim ProvidersColl As New ProvidersCollection ProvidersColl.LoadProvidersView() With dgvSuppliers .VirtualMode = True .AutoGenerateColumns = False .AllowUserToOrderColumns = True .AllowUserToAddRows = False .SelectionMode = DataGridViewSelectionMode.FullRowSelect .DataSource = ProvidersColl End With The LoadProvidersView
-
I have a WinForm DataGridView with dataSource Filled with EntitySpases OjectEntityCollection. My Problem Is that I want to Get the SelectedRows (there type is DataGridViewRowCollection) and fill new OjectEntityCollection With The Selected Rows. how can id that? Rmarks: I thout about: Code: Dim collection As New EmployeesCollection() Dim entity As Employees
-
Hi, Do you have any ready presntation on EntitySpaces?, i need one to present it to my managers.
-
Is There any problem with the qustion? Can it be done with EntitySpaces?
-
Hi, I am wondring ,our company have multi users to the application and each user have its own LogIn to DB (Username AND password ) by SQL Authentication. what solution you can recommend me?