Jarosław Kluz
Jarosław Kluz
Yes, field is a date, no special format. For simplicty I created fresh new table called pocodateissue with 6 date fields and poco insert sql command. ``` Dim sql =...
``` Private Class Poco Property Id As Integer Property DateTimeField As Date End Class ``` ``` Private Sub TestOnPetaPoco() Dim db = DatabaseConfiguration. Build. UsingConnectionString(_DbContext.GetConnectionStringAccess). UsingProvider(Of Providers.MsAccessDbDatabaseProvider). Create 'While Not...
@pleb So, what's the status?
@hpposch Interesting approach. However I suppose we shouldn't create helper classes or any other workarounds to get absolutely basic functions or behaviours. That's why I switched from PetaPoco to another...
@hpposch I use [Linq2Db](https://github.com/linq2db/linq2db) and both MS Access and MS SQL at work.
Hi, have you solve the issue?
@sdanyliv, absolutely fantastic, it works. How did you know? I've never used query this way. 👍 I also needed to Count how many times Person is in each group (no...
@sdanyliv, yes, result of what you proposed is clean and maximally optimal. I've never used such a syntax you proposed and looking into web I see that 99% of examples...
@sdanyliv, concerning link you provided to examples - thanks, it's clear - but I'm looking for examples and **explanation** of using syntax ```Group By ... Into ... x = Max,...
@sdanyliv Nice. you farewelled VB.Net two decades ago. I met VB when it was necessary to improve my work in Excel, 15 years ago, then 10 years ago I switched...