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...
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...
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...
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...
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...
Hi thomas, where you have download IBOle ver5 freeware oledb driver? Codebue Fabio .-----------------------------. P-Soft via S.Lorenzo, 2 25030 Urago d'Oglio...
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...
Hello, here an example from ibfreesamples.. .......................................................... Set cn = New ADODB.Connection cn.CursorLocation =...
Hello Eduardo, here is the second from Microsoft Developer Network: ............................................................................ ......... Best...
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 ...
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...
... [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...
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@...
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...
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...
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...
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...
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. ...
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....
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@...
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:...
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...
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...
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...
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...