Is it possible to retrieve data from a stored procedure to a Datareader using the FB .net provider? IF so, can someone please post an example? thanks!...
Hai Could any one say how to embedded the fire bird database with the visual basic application. that is i have start and shurdown the server using my program....
Hello, Does anyone know if there is a lock file or registry setting that the embedded server uses to determine if the server is in use? If so, what/where it...
... Don't understand the question. The embedded server is in use (running, dll loaded) if the application is connected to a database or performing a service...
Sorry for the confusion. Here is the situation: My VB.NET application crashed and now the application refuses to load the database, but only on the machine...
... Applications don't load databases, they connect to them. Applications load a client library (a dll on Windows) that provides a functional interface to the...
... How you connect depends on the interface you are using. For ODBC, ask in the firebird-odbc-devel list. For .NET, ask in the firebird-net-provider list. ...
Hi all I've been working on this VB6 application that I've called "Totally" using the Firebird database for quite a long time, and I want to open it up to...
Dear friends: I read is possible to detect firebird events in Delphy, however I can't find how to make it in VB... Does exist at least one similar way? Thanks...
okey, thank you. Charles ... ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs...
Hi Abith Re the "Totally" wiki. ... You're absolutely right. Sorry about that. I re-installed it, and lost the database behind it all. I will have to re-load...
hi i am an newbie in firebird and .net and i want to ask, in example how to connect the vb or vb.net to an firebird server and how to make an select or insert....
Just put the following code into a module of your project, and you will instantly have Insert, Select and Update You will need to change the file variable to...
I am using VS 2005 b2, Firebird Server 2.0 a3, and Firebird .net provider 2.0 a2. I installed Firebird client (latest download) after VS 2005 was installed....
thanks for your reply. Right now I'm using VB6 and installed Firebird, Using ODBC connection in System DNS. I can able to see the data in my IBexpert database,...
try this link I have been able to connect thru Firebird ODBC Driver try download from this site http://firebird.sourceforge.net/ my problem now is how to...
Hi Jeff Try www.connectionstrings.com There are tons there, everything from SQL-Server to Firebird to AS-400 !!! The connection string usually always follows...
im trying to get a number of active connection using vb. i found out that in delphi can use TIBDatabaseInfo1.UserNames.Count how about in visual basic? pls...
Hi all. I'm very new to FireBird but still I see nothing wrong in my code. I keep getting a dynamic sql error (error code -104) when I try to execute this...
... Actually, next time you have a problem with the dotnet provider, you'd be better off using the firebird-net-provider list. This is a fairly old and quiet...
I got this code out of an article called VB Programming for Firebird and set it up to match my needs. However it is generating errors and I can't quite figure...