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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 264 - 293 of 293   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
264 karencyl Offline Send Email Apr 16, 2007
9:09 am
Helen: As your experience, which driver should I use connect to interbase 2007 with ADO in Excel? Where can get more information? Thanks...
265 Helen Borrie
helebor Offline Send Email
Apr 16, 2007
9:24 am
... I don't use InterBase 2007 or ADO or Excel but, as an educated guess, I'd suggest the Easysoft or Datadirect drivers that come with InterBase 2007. ... ...
266 David Wessell
d_wessell Offline Send Email
Apr 30, 2007
7:12 pm
Hi, I have the Interbase driver installed, and have been using it to run queries from Excel.. But I'd like to start running them in VBA for Excel.. But I can't...
267 David Wessell
d_wessell Offline Send Email
May 1, 2007
2:38 pm
I finally managed to puzzle it out.. Dim dbMain As New ADODB.Connection Dim rs As New ADODB.Recordset dbMain.Open "DRIVER=Firebird/InterBase(r) ...
268 Helen Borrie
helebor Offline Send Email
May 1, 2007
2:57 pm
... Quick Start Guide, in the doc directory beneath the Firebird root. Helen...
269 Marc Miron
m_miron Online Now Send Email
May 1, 2007
4:53 pm
check out http://www.connectionstrings.com/ Marc Miron. ... Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos. [Non-text...
270 David Wessell
d_wessell Offline Send Email
May 3, 2007
8:09 pm
Hi.. I'm creating some spreadsheets that will live in a shared folder on a server. When a user opens the file from their client machine, I would like for the...
271 Anthony Mwakaba
mwakabaalm Offline Send Email
May 4, 2007
3:34 pm
David, Your scheme will not work because once you open the spreadsheet on the client, all the macros , VBA etc run in the context of the CLIENT not the server....
272 David Wessell
d_wessell Offline Send Email
May 4, 2007
7:42 pm
Hi Anthony, Thanks for the information.. I had originally written the script using ADO and went with a connection string like: dbMain.Open...
273 Anthony Mwakaba
mwakabaalm Offline Send Email
May 10, 2007
2:11 pm
David, Sorry for the delay,... If you had already started with ADO then you are halfway there already. All you need is to install any of the firebird ODBC...
274 David Wessell
d_wessell Offline Send Email
May 18, 2007
4:01 pm
Hey Anthony, Thanks a ton.. What I was originally hoping for, and I apologize if I didn't spell it out correctly, was to avoid installing local ODBC drivers on...
275 diegogandino Offline Send Email Jul 2, 2007
3:01 pm
Im developing an aplication that need create users on the firebird server and grant access. I read that the only way to create or modify users is with the API,...
276 idacompllc Offline Send Email Aug 28, 2007
3:56 pm
I'm using classic ASP and querying data from a Firebird 1.5.4 server using Firebird ODBC 2.0. Problem: When querying from Crystal Reports or from within...
277 Anthony Mwakaba
mwakabaalm Offline Send Email
Aug 30, 2007
3:23 pm
Hi, My first thought is that you are using the CURRENCY VB datatype somewhere,and VB is not able to convert properly.The currency datatype is actually an 64...
278 rafael yambao
raphyambao Offline Send Email
Sep 2, 2007
6:34 am
Hi, Is it possible to connect into other database in one connection? In MSSQL sql you can connect to other database if you have link. Example I have EMPLOYEE...
279 Helen Borrie
helebor Offline Send Email
Sep 2, 2007
8:03 am
... Firebird doesn't support schema namespaces, which allows you to perform cross-database queries. It does support multi-database transactions, allowing you...
280 rafael yambao
raphyambao Offline Send Email
Sep 2, 2007
9:28 am
How can I use the two phase commit using VB6? Right now I'm using ADODB.Connection, How can I apply or use this two phase commit? Thanks. Best Regards, Raf ......
281 Helen Borrie
helebor Offline Send Email
Sep 2, 2007
10:30 am
... I can't help with that. I'm not an ADODB or VB user at all. But what determines it is a) whether ADODB supports multi-db transactions and b) whether your...
282 Anthony Mwakaba
mwakabaalm Offline Send Email
Sep 3, 2007
3:37 pm
Hi, In a word NO. You need to open each database with its own connection. For you to use two phase commit protocol you need one of the databases to supply the...
283 rafael yambao
raphyambao Offline Send Email
Sep 5, 2007
3:19 pm
Ok thanks a lot.... ... I can't help with that. I'm not an ADODB or VB user at all. But what determines it is a) whether ADODB supports multi-db transactions...
284 evyn Offline Send Email Nov 1, 2007
1:14 pm
Hi, I want to develop a small application for personal use, in C#, using embedded Firebird for the database. I have downloaded...
285 Javier Soques
jsoques Offline Send Email
Nov 2, 2007
10:11 am
... Wrong group, ask your question in the Firebird Net Provider group. Javier...
286 Anthony Mwakaba
mwakabaalm Offline Send Email
Nov 5, 2007
1:10 pm
Download the Dot net provider for firebird ? evyn <evan.dembskey@...> wrote: Hi, I want to develop a small application for...
287 bdtsr01 Offline Send Email Feb 2, 2008
5:34 am
... [snip] Lin ... You need to add the Set keywordd, as in: Set myCommand.ActiveConnection = myConnection Since myConnection is an object, and ActiveConnection...
288 Rick I. Raubenheimer
rickraubie Offline Send Email
Oct 2, 2008
10:45 am
Can anyone help? I have written a Microsoft Access 2003 database that links into a Firebird database (used by a program called QuickEasy, developed by others...
289 Helen Borrie
helebor Offline Send Email
Oct 2, 2008
11:19 am
... I think it's telling you the opposite. You have applied numbers for the PKs of your ad hoc records that you pulled out of your thumb, and then... ... ...
290 Rick I. Raubenheimer
rickraubie Offline Send Email
Oct 3, 2008
2:16 pm
Dear HeLen Thank you for your response, but I could do with specifics on using the ODBC driver via Access/Visual Basic. When I get Access to link to Firebird...
291 justhkd Offline Send Email Mar 3, 2009
7:51 am
How do you enable Firebird as one of the Data Connection Types in Delphi Prism?...
292 eric.kaneshiro Offline Send Email Aug 10, 2010
9:47 pm
I'm having problems connecting to a remote firebird server from Windows 7 64-bit OS. Tried installing both the 32 and 64-bit drivers: ...
293 Oscar Garcia
oa_garcia_ch Offline Send Email
Aug 16, 2010
2:24 am
Hello to all, I'm joining this group confident that some of you guys out there with more experience out there can help me out. I am running firebird on a...
Messages 264 - 293 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