Re: [Firebird-net-provider] "Error Reading Data from Connection"

2008-07-24 Thread Kixzo Database Team
Hello, Let me give some details of what I am doing. I have 75 page TIFF file. On which i am doing OCR and extracting the Text from all the 75 pages. Which consist of a single string data. And that string data I am passing to the insert Query. OCRDATA= "OCRResult"; Query= "INSERT INTO OCRCONTENT(F

[Firebird-net-provider] "Error Reading Data from Connection"

2008-07-24 Thread Kixzo Database Team
Hello, I am facing problem with inserting data into BLOB Subtype 1 field. When the text size going to some extent. What could be the problem. I am using a simple insert query for inserting the Text Data. Regards, Rakesh Singh. http://www.4colordesign

[Firebird-net-provider] Regarding connection speed with .Net

2008-06-18 Thread Kixzo Database Team
Hello all, I have installed Firebird 2.0 (server) in a system. Now, I am trying to connect it via .Net Provider using FBConnection.Open() from the same system. What should be the reason of the connection established with server is so time consuming (approximately 3 to 4 seconds)? Follow

[Firebird-net-provider] user password

2008-06-17 Thread Kixzo Database Team
Hello, Is there any way to get the password of any user. Because, I have tested that, FBSecurity class do not display user password. I just want to know this from security point of view. Regards, Rakesh Singh http://www.4colordesign.com

[Firebird-net-provider] Database Password

2008-06-16 Thread Kixzo Database Team
Hello, I have three database Created on Firebird Super Server. And with all the database I am using default admin Username and Password i.e. SYSDBA and MASTERKEY for retrieving and updating data. Now I have one requirement to change the Admin Password of one of my database. I tried this with F

[Firebird-net-provider] Regarding connection speed with .Net

2008-06-12 Thread Kixzo Database Team
Hello All, I have installed Firebird 2.0 (server) in one of the system. Now, I am trying to connect from another system via .Net Provider using FBConnection.Open(). The problem is that it is taking 3 to 4 seconds to connect with server. Even I have reinstall it for 3 to 4 times. I want

[Firebird-net-provider] crystal report problem

2008-06-02 Thread Kixzo Database Team
Hello All, I am using VS .NET 2005 and crystal Report for generating reports. I am facing some problem in displaying data on the report. Using Firebird provider I am able to establish connection to the firebird server and also to get the table list. Using the Field Explorer have placed the f

[Firebird-net-provider] Firebird Database Synchronization

2008-05-16 Thread Kixzo Database Team
Hello, I need some help regarding the Firebird Database Synchronization. Is it possible to implement the working offline functionality for firebird server? I am facing the problem is, I have an application which can work offline with database, but when it connects to main database, it can

[Firebird-net-provider] Query regarding OCTET_LENGTH()

2008-04-29 Thread Kixzo Database Team
Hello, I have one query regarding OCTET_LENGTH() function. As per my requirement, I am having a bunch of files those are going to store into Firebird 2.0 from my application. And while retrieving them from database, I want to display their size. As far as performance reason is concerned, I want

[Firebird-net-provider] firebird Security

2008-03-03 Thread Kixzo Database Team
Hello, I have one query regarding changing the SYSDBA Password. I have installed the application on the clients machine and has also created the Database on the remote machine. I want to change the password, from masterkey to some other name, though the firebird tool is available but I don't w

Re: [Firebird-net-provider] Query Result

2008-02-28 Thread Kixzo Database Team
: [EMAIL PROTECTED]; For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Query Result On 2/28/08, Kixzo Database Team <[EMAIL PROTECTED]> wrote: > What my concern is. I want results in Group of 100 records, like > The result will return first

Re: [Firebird-net-provider] Firebird-net-provider Digest, Vol 22, Issue 17

2008-02-28 Thread Kixzo Database Team
on managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Firebird-net-provider digest..." Today's Topics: 1. Query Result (Kixzo Database Team) 2. Re: Query Result (Jiri Cincura) 3. Re: Qu

Re: [Firebird-net-provider] Query Result

2008-02-28 Thread Kixzo Database Team
ebird .NET providers Subject: Re: [Firebird-net-provider] Query Result On 2/28/08, Kixzo Database Team <[EMAIL PROTECTED]> wrote: > What my problem is I Querying database from some result, the result dataset > is about 5K rows, which I had to display in the Listview control in my C#

[Firebird-net-provider] Query Result

2008-02-28 Thread Kixzo Database Team
Hello, I need some help, regarding the Query Result. I am not that much good at database side so I want some help. What my problem is I Querying database from some result, the result dataset is about 5K rows, which I had to display in the Listview control in my C# application. It is taking