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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 2 - 31 of 293   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2 Javier Soques
jsoques Offline Send Email
May 11, 2003
1:12 am
What a coincidence! I used to program in VB up to about 2 years ago and I have been programming in Java but I still like VB. I recently discovered Firebird...
3 Helen Borrie
helebor Offline Send Email
May 11, 2003
1:36 am
... [snip] ... Javier, Let me know when you have something to upload and I'll organise a permanent repository for it. As a temporary thing, you can use the...
4 Bernie
numero4uk Offline Send Email
May 11, 2003
1:51 pm
Well this is pretty cool. I've just discovered IBFirebird and it looks very promising. If this group can produce some kind of knowledge base regarding using it...
5 Helen Borrie
helebor Offline Send Email
May 11, 2003
2:03 pm
... Lesson no. 1 - IB is IB, and Firebird is Firebird. They are increasingly different animals since July 2000. :-) heLen ... See you at the First European...
6 Klerman Gutierrez
klerman@... Send Email
May 11, 2003
2:51 pm
Hello... My first question to the list... How can one retrieve the result of a FireBird stored procedure from Access 2000 (VBA) code, using ADO & ODBC ?. ...
7 Javier Soques
jsoques Offline Send Email
May 15, 2003
2:10 pm
Question: why can´t the messages be seen with Yahoo´s web interface? Javier...
8 Javier Soques
jsoques Offline Send Email
May 15, 2003
2:30 pm
Just wanted to let you know that I will soon upload files of the DLL I was talking about. I also opened a project in sourceforge where I will post updates and...
9 Bernie
numero4uk Offline Send Email
May 15, 2003
5:38 pm
I'm very interested in using Firebird as a back end db for a VB 6 front end application that is currently using an Access db with DAO. This is fine for ...
10 Javier Soques
jsoques Offline Send Email
May 16, 2003
1:19 pm
Create a new VB project. Add the Microsoft Data Grid Control (OLEDB) component. Add a command button. Type this code for the command button On_Click event: ...
11 Bernie
numero4uk Offline Send Email
May 17, 2003
2:58 pm
Hi Javier, Thanks for this. I get an error on the click. "Your username and password are not defined. Ask you database administrator to set up a Firebird...
12 Javier Soques
jsoques Offline Send Email
May 17, 2003
8:30 pm
Check out: https://sourceforge.net/projects/fbdll4vb/ Please comment.... Bye Javier Soques...
13 Bernie
numero4uk Offline Send Email
May 18, 2003
1:52 pm
Hi Javier, Okay I got the dll and ran the VB sample. It won't connect to a .gdb file but works fine with the fdb file. I did ensure the paths were correct as...
14 Javier Soques
jsoques Offline Send Email
May 18, 2003
2:04 pm
Can we browse the archives, please? Bye Javier...
15 Javier Soques
jsoques Offline Send Email
May 18, 2003
2:13 pm
Can you access your database through other means (isql,IBconsole)? What is the admin user name & password? Is the server listening to the standard port of...
16 Bernie
numero4uk Offline Send Email
May 19, 2003
11:25 am
Hi Javier, I can access db through IBconsole. Username SYSDBA password masterkey. I don't know what port the server is listening to and don't know how to check...
17 Javier Soques
jsoques Offline Send Email
May 19, 2003
12:51 pm
Weird, it´s not dependant of the extension. Is the database you are trying to connect in a Dialect 3 format? The API (IBPP) can only connect to Dialect 3...
18 Javier Soques
jsoques Offline Send Email
May 19, 2003
12:54 pm
Weird, it´s not dependant of the extension. Is the database you are trying to connect in a Dialect 3 format? The API (IBPP) can only connect to Dialect 3...
19 Bernie
numero4uk Offline Send Email
May 19, 2003
1:46 pm
Got the new file. Command1 and Command3 both succeed but 2 & 4 both fail. The db I've been trying to connect to is the employee example and hasn't been altered...
20 Javier Soques
jsoques Offline Send Email
May 20, 2003
12:54 pm
Command 1 will just test the DLL. Command 2 will create the database c:\test.fdb. It will fail if it already exists and is being used. If it is not being used...
21 Bernie
numero4uk Offline Send Email
May 20, 2003
2:12 pm
Javier it works! I had wrongly assumed that the employee sample db would be in the right dialect as it came but checking with IBConsole it was set to 1. So...
22 Javier Soques
jsoques Offline Send Email
May 21, 2003
10:31 am
I'm glad that it worked. ... Yes, these are the only function for now. ... Yes, check out the VB example 2 (project2), it parsed the XML and loads a...
23 Javier Soques
jsoques Offline Send Email
May 22, 2003
12:36 am
New release 0.1a (fixed some details, like ExecuteDDL returning false always). http://fbdll4vb.sourceforge.net Bye Javier...
24 Javier Soques
jsoques Offline Send Email
May 25, 2003
4:16 am
** 2003/05/24 ** Enhanced ExecuteDDL, now supports multiple SQL statements separated by colon (;). This method is really for executing SQL statements that...
25 Helen Borrie
helebor Offline Send Email
May 25, 2003
12:28 pm
... Javier, I haven't been following this (been in Germany for the Firebird conference) but the term you want is "DML" (Data Manipulation Language)....
26 Javier Soques
jsoques Offline Send Email
May 26, 2003
12:17 pm
... Thanks Helen for your feedback. I think I will rename the methods (I already have an ExecuteDML). What I really want is a method that will execute in a...
27 Javier Soques
jsoques Offline Send Email
May 29, 2003
11:06 pm
** 2003/05/29 ** Changed method names to reflect what they do. Old name New name ... ExecuteDDL ExecuteBatch ExecuteDML ExecuteSelect New methods ... ...
28 edward_van_h2002
edward_van_h... Offline Send Email
Jun 6, 2003
3:14 pm
Hi (Doesn't look like there's much traffic here...) I just read about the embedded version of FireBird that is part of the 1.5 RC... but no information about...
29 Helen Borrie
helebor Offline Send Email
Jun 7, 2003
12:37 pm
... No. Embedded applications work by accessing API-like functions via internal macro calls. You use a specialised form of SQL (called ESQL) to code static...
30 Javier Soques
jsoques Offline Send Email
Jun 7, 2003
5:16 pm
I haven't tried the embedded dll for FireBird yet. Checkout my DLL project in sourceforge (http://fbdll4vb.sourceforge.net) it connects to a FireBird database...
31 Javier Soques
jsoques Offline Send Email
Jun 8, 2003
2:27 pm
Here's a version of fbdll4vb.dll using the fbembed.dll (https://sourceforge.net/project/showfiles.php? group_id=80875&release_id=164311) Please note that the...
Messages 2 - 31 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