17
I Use This!
Inactive

News

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Posted over 12 years ago by [email protected] (Phillip Williams)
I would like to know if you would have any interest in covering some events for us in your area? There would be NO COST at all for admission, and it would not be necessary for you to be an experienced reporter. We are looking for members of the ... [More] public to cover events such as Music Concerts, Sporting Events, Restaurant Openings, Movies, Gallery [Less]
Posted over 12 years ago by [email protected]
El This may help, here is Linq to SQLite. [link]<[link]>
Posted almost 13 years ago by [email protected] (MMBW)
Saludos feliz 14 de Febrero, Venta especial del 1 al 14 de Febrero 2013: 1.-Todos los directorios empresariales y de emails, estran al 2x1 hasta el 14 de Febrero. Mexico, Usa, Canada, Centro America, Sur America o resto del mundo. Incluye para este especial sin costo: Software de envio emails, busqueda , reportes,
Posted almost 13 years ago by [email protected] (Twenty Twenty Vision)
iPhone App - 20/20 Vision - [link]
Posted almost 13 years ago by [email protected] (Timur Sadykov)
Oh )) Thanks for prompt reply. Sad, but so be it. In my current case it doesn't worth investing time into it. Maybe later )
Posted almost 13 years ago by [email protected] (Tibold Kandrai)
Hi, FYI, the project is dead, but with some effort you can make it work quite well. :) It's a nice project and I managed to build quite a nice system with it, but it has it's limitations. I suggest you go to DBLinq's source and fix the problems you find yourself. I have some fixes myself. If you (or anyone) is interested I
Posted almost 13 years ago by [email protected] (Timur Sadykov)
Just starting to explore dblinq. Successfully created .cs and included into project along with .dll's. Trying to execute trivial queries - receiving Incorrect AutoSync specification for member 'ID'. For all the tables. All the tables contain id column of serial type and set as PK. What may be wrong? Thanks.
Posted almost 13 years ago by [email protected] (Mandor)
I changet the order MyDataContext dc = new MyDataContext(conn); var q = from stuff in dc.stuffs join price in dc.prices on stuff.sifra equals price.sifra into stuff_price from ac in stuff_price.DefaultIfEmpty() where
Posted almost 13 years ago by [email protected] (Tibold Kandrai)
Hi, Thanks for the answer! I started a quite big project with DbLinq quite recently and I have some fixes in it, mainly performance improvements. Though I'm not entirely sure if my changes are correct but it working as expected. Since my qustion ... [More] I did some research on alternatives. There is NHibernate, but all the reviews I read they say it's really [Less]
Posted almost 13 years ago by [email protected] (Mandor)
Supplement. These are selects that are recorded in PostgreSQL log: SELECT stuff$."naziv" FROM "public"."stuffs" stuff$ LEFT JOIN "public"."prices" price$ ON stuff$."sifra" = price$."sifra" WHERE ((LOWER(stuff$."naziv") LIKE '%' || LOWER(((E''))) || '%') OR (LOWER(stuff$."shortnaziv") LIKE '%' || LOWER(((E''))) || '%'))