Skip to search.
firebird-vb

Group Information

  • Members: 212
  • Category: Databases
  • Founded: May 9, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 199 - 228 of 293   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
199 sasidhardoc Offline Send Email May 19, 2005
3:57 am
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!...
200 Oluwatope Akinniyi
topeakinniyi Offline Send Email
May 19, 2005
10:17 am
201 Abith K. Pandian
abithmail Offline Send Email
May 23, 2005
6:11 am
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....
202 Will Freeman
willefreeman Offline Send Email
Jul 14, 2005
10:27 pm
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...
203 Helen Borrie
helebor Offline Send Email
Jul 14, 2005
10:58 pm
... 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...
204 Will Freeman
willefreeman Offline Send Email
Jul 15, 2005
5:23 am
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...
205 Helen Borrie
helebor Offline Send Email
Jul 15, 2005
6:08 am
... 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...
206 cris_lemuel Offline Send Email Jul 29, 2005
1:49 pm
Help, How do I connect and call the Ibexpert procedure in my VB6....
207 Helen Borrie
helebor Offline Send Email
Jul 29, 2005
2:19 pm
... 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. ...
208 bdtsr01 Offline Send Email Jul 31, 2005
5:32 am
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...
209 Oscar Villacis
oscarvillacisz Offline Send Email
Aug 8, 2005
11:10 pm
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...
210 charles lemuel
cris_lemuel Offline Send Email
Aug 12, 2005
4:08 am
I install the Firebird ODBC then configurate in the System DNS, you can be able to open the database. Charles Lemuel Philippines ... ...
211 sasidhardoc Offline Send Email Aug 18, 2005
11:57 pm
Oscar I have a sample app in VB.NET that receives event notification from FB - if you would like, I can send it to you. MS...
212 charles lemuel
cris_lemuel Offline Send Email
Aug 19, 2005
2:25 am
okey, thank you. Charles ... ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs...
213 Abith
abithmail Offline Send Email
Sep 13, 2005
1:23 pm
is the link is broken Regards Abith K...
214 Brad Thomas
bdtsr01 Offline Send Email
Sep 14, 2005
7:39 am
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...
215 Laurentiu _
laurstorage Offline Send Email
Sep 23, 2005
12:17 am
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....
216 jedkiwi05 Offline Send Email Sep 24, 2005
12:15 am
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...
217 sasidhardoc Offline Send Email Nov 6, 2005
7:38 pm
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....
218 charles lemuel
cris_lemuel Offline Send Email
Nov 7, 2005
1:06 am
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,...
219 Oliver Lu
tslu69 Offline Send Email
Dec 6, 2005
10:56 am
Where can I get a good reference for beginner like myself...
220 charles lemuel
cris_lemuel Offline Send Email
Dec 13, 2005
2:56 am
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...
221 Jeffry Proctor
jeffpgmt Offline Send Email
Jan 26, 2006
11:27 pm
Does anyone have a link or example of an ADO connection that does NOT use a DSN for use in a VB6 project? TIA JeffP.......
222 Brad Thomas
bdtsr01 Offline Send Email
Jan 27, 2006
3:58 am
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...
223 kevtey Offline Send Email Mar 14, 2006
5:41 am
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...
224 Abith
abithmail Offline Send Email
Mar 14, 2006
6:00 am
Hi do any one have samples how to connect delphi with the firebird ... [Non-text portions of this message have been removed]...
225 dotnetcarpenter Offline Send Email Mar 17, 2006
4:24 am
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...
226 dotnetcarpenter Offline Send Email Mar 17, 2006
9:28 pm
It was the string concanating of my SQL that trigger the error. Doh...
227 Helen Borrie
helebor Offline Send Email
Mar 17, 2006
10:18 pm
... 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...
228 sbdlinxg Offline Send Email Apr 3, 2006
10:44 pm
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...
Messages 199 - 228 of 293   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help