Search Results

0
votes

Something faster than MS Access 2007, Fast Portable Database Recommendations?

You can also use Firebird : www.firebirdsql.org It's free and very easy to use. There is some good .net drivers. If you sell your application : MySQL is not free. …
0
votes

MySQL function that alerts if a new row is inserted.

In some database (Interbase, Firebird, perhaps others...), your can trigger event. http://www.firebirdsql.org/do …
0
votes

.NET remoting and Delphi win32

You can also see Crosstalk …
1
vote

How to cancel a long-running Database operation?

I think the best solution seems to kill sessions via monitoring table. With Oracle you can make it as says Burnsys In Firebird 2.5 it will looks the …
0
votes

iPhone / .NET WCF Interoperability

I know RemObjects SDK for OS X I hope it can be helpful for you. …
1
vote

Getting LINQ to Firebird to work

The blog post you speak about is beta version the final release is on Jir …
0
votes

How do I connect to Interbase 6 on a remote location from .NET?

you'd better not use Interbase 6 which is very old. You can use newest version of Interbase of the fork of Interbase open source named Fi …
4
votes

.NET component in DELPHI 2009

Not in delphi for Win32. You can use Delphi PRISM for this. You can also check CrossTalk or …
0
votes

Storing Images in DB - Networked Desktop Applications

It seems to me that what you want to do something like what Infovark do. They use Firebird for this and I'll give you a link o …