[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.com

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

[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)?

[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 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

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

2008-06-13 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

[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

[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

[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] 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