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 95 - 124 of 293   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
95 Gamboa Quinde Milton ...
mgamboa@... Send Email
Jan 19, 2004
3:54 pm
Hi, I am new using Firebird with M$ (VB or Interdev). Can anyone help me with an example of calling stored procedures (with params) from VB or Interdev. Thanks...
96 Thomas Rueger
trproduction... Offline Send Email
Jan 20, 2004
9:43 am
Hy Eduardo, her is an example from Microsoft Developer Network: ' Define a command object for a stored procedure Set Cnxn = New ADODB.Connection ' Here you...
97 Thomas Rueger
trproduction... Offline Send Email
Jan 20, 2004
9:50 am
Hy Eduardo, for a newbie i suggest the following way for creating the Connection: Create on your desktop a file, call it: connectiontest.udl Then click the...
98 wernerh.geo Offline Send Email Jan 21, 2004
2:19 pm
Hi all, We're now trying to change most of our systems to use firebird. We are very confused on which OLE DB Provider we should use, so if some of you could...
99 Thomas Rueger
trproduction... Offline Send Email
Jan 22, 2004
12:54 pm
Hello, i'm using VB 6 SP 5 for Windows NT, Windows 2k Prof and Server and Windows XP Home. Server: Firebird RC 7 and 8 and Embed. Always take the IBOLE Version...
100 Codebue Fabio
fcodebue Offline Send Email
Jan 22, 2004
1:03 pm
Hi thomas, where you have download IBOle ver5 freeware oledb driver? Codebue Fabio .-----------------------------. P-Soft via S.Lorenzo, 2 25030 Urago d'Oglio...
101 Helen Borrie
helebor Offline Send Email
Jan 22, 2004
1:13 pm
... http://www.zstyle.dp.ua/eng/download.htm hb...
102 Gamboa Quinde Milton ...
mgamboa@... Send Email
Feb 5, 2004
4:42 pm
Hi, When I call a Stored Procedure from an ASP (VBScript - Interdev) with input parameters everything works fine, but when I am no able to retrieve output...
103 Thomas Rueger
trproduction... Offline Send Email
Feb 6, 2004
1:38 pm
Hello, here an example from ibfreesamples.. .......................................................... Set cn = New ADODB.Connection cn.CursorLocation =...
104 Thomas Rueger
trproduction... Offline Send Email
Feb 6, 2004
1:59 pm
Hello Eduardo, here is the second from Microsoft Developer Network: ............................................................................ ......... Best...
105 Codebue Fabio
fcodebue Offline Send Email
Feb 11, 2004
12:47 pm
Hello, I use VB6 and FB1.5 Some time while i'm debugging I have a critical error : Windows protection fault...memory is read..bla bla bla moremy write.. bla ...
106 Thomas Rueger
trproduction... Offline Send Email
Feb 11, 2004
3:00 pm
Hello Fabio, i think that's a problem from VB6 Debugger. VB6 is using the temp and the installfolder, but i think that's not the folder from your project...
107 h_urlaf Offline Send Email Feb 13, 2004
10:38 pm
... [procedure to store blobs] I copied your code into my sub below, but it crashes (takes down VB and all) at the rs.Update. Any thoughts? Dim rs As New...
108 topeakinniyi Offline Send Email Feb 26, 2004
12:24 am
Try http://www.sibprovider.com if you can spare a one tome fee of $30 for the best oledb provider. Chris...
109 Werner
wernerh.geo Offline Send Email
Feb 26, 2004
12:53 am
Helen and others, If you try this oledb, let me know, I sent several e-mails to the author of this provider, trying to solve some doubts before buy it, and he...
110 Epstein, Ed
eepstein@... Send Email
Feb 26, 2004
1:12 am
He was a little difficult to get in contact with thats true. I never got a response to my emails. I did eventually get his personal cell number in Brazil and...
111 daemonBSD@...
javanick Offline Send Email
Feb 26, 2004
8:39 pm
Hi!, I am new using Firebird, before used MSSQL how I can obtain the value of a autoincrement field from ADO? If I prove it from IBManager works the field...
112 cr4mnh0j Offline Send Email Feb 28, 2004
7:57 am
Hi, I'm also making a vb program and I'd like to use firebird with it. I was wondering if somebody could teach me (or post a link to) how to use the oledb...
113 Brad Thomas
bdtsr01 Offline Send Email
Feb 28, 2004
8:06 am
Which oledb provider? There's a few. Which provider did you use with the asp.net project? Regards Brad...
114 cr4mnh0j Offline Send Email Feb 28, 2004
8:18 am
The firebird .net data provider. Since this time I have to use vb6 I can't use that. My problem is more of I don't know how to use it rather than finding a...
115 Brad Thomas
bdtsr01 Offline Send Email
Feb 28, 2004
1:32 pm
Hmmm - well, I use the SIBProvider with VB6. www.sibprovider.com If you are Microsoft's ADO, its a snap. Here's my connection string for SIBProvider. ...
116 Marietta Crockett
etta_ Offline Send Email
Feb 28, 2004
6:33 pm
The link below provides a tutorial on using Firebird with VB. Including using several providers. http://home.pacbell.net/cetta/VB-Firebird-SAP.html...
117 Tope Akinniyi
topeakinniyi Offline Send Email
Feb 28, 2004
11:36 pm
Hi, Try the documentations presented at those OLEDB sites you know and want to use. If not helpful, let me know how you relate to DB from your VB programs....
118 cr4mnh0j Offline Send Email Mar 1, 2004
11:44 am
Thanks to those who replied, coz now I understand what I have to do and what I have to study to do it....
119 Epstein, Ed
eepstein@... Send Email
Mar 1, 2004
4:56 pm
Brad, I am interested in how many transactions you can pull per second. Mine seems to hit a ceiling of 300. Thanks Edwin Epstein ... CONFIDENTIALITY NOTICE:...
120 Brad Thomas
bdtsr01 Offline Send Email
Mar 2, 2004
1:30 am
Ed ... Do you mean how many inserts/updates etc per second? Remember also that the architecture of IB/FB could have something to do with it - the...
121 cr4mnh0j Offline Send Email Mar 2, 2004
4:49 am
I remembered that there's one more thing I want to ask. Do the firebird ole db's for vb6 support the database events functionality of firebird? I needed to...
122 Brad Thomas
bdtsr01 Offline Send Email
Mar 2, 2004
6:01 am
This might be very worthwhile (when it ships in May 2004): http://www.ibphoenix.com/main.nfs?a=ibphoenix&s=1078203307:28691&page=ibp_fi rebird_book written by...
123 Brad Thomas
bdtsr01 Offline Send Email
Mar 2, 2004
7:40 am
I found a thing on the Internet that converts C header files! http://www.filelibrary.com:8080/cgi-bin/freedownload/Windows/j/74/convrtvb.z ip It needs the...
124 Thomas Rueger
trproduction... Offline Send Email
Mar 2, 2004
9:13 am
Hello, take a closer look at KB Q195910 and Q195224. So it depends on your OLE DB Provider. For example if you use MS SQL Server and SQLOLEDBProvider only two...
Messages 95 - 124 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