Re: [Firebird-net-provider] Backup/Restore

2008-12-18 Thread Kixzo Team
-Original Message- From: Jiri Cincura [mailto:disk...@cincura.net] Sent: Thursday, December 18, 2008 6:24 PM To: kixz...@4colordesign.com; For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Backup/Restore On Thu, Dec 18, 2008 at 12:51, Kixzo Team

[Firebird-net-provider] version issue

2008-11-30 Thread kixzo
Hello, I am using Firebird .NET Data Provider Version 2.1.0 and there is a problem with Increasing Page Size. Current release of Firebird .NET Data Provider 2.5.0 Alpha2, I want to know when this version will be stable. Because we have our clients using the Firebird 2.0 and .NET Provider 2.1.0 I

[Firebird-net-provider] Alter Procedure with SQL Script in Super server 2.1

2008-11-27 Thread kixzo
Hello, I was using Super server 2.0 and has created Stored procedures in this server, I wanted to shift to Server version 2.1. so I created the SQL Script file for the Database with all the structure in Server version 2.0 I then installed the Super server 2.1 with client Library version 2.1

[Firebird-net-provider] Page Size Issue

2008-11-27 Thread kixzo
Hello, I am very to say that I am not able to create the Database with desired pages size. I tried everything by updating the Firebird client library and also the server. I tried with Super server 2.0.1 and client library 2.0 no result Super server 2.0.1 and Client library 2.1 no result.

Re: [Firebird-net-provider] Page size issue

2008-11-27 Thread kixzo
and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Page size issue On Thu, Nov 27, 2008 at 15:04, kixzo <[EMAIL PROTECTED]> wrote: > But it is an alpha2 version, can I use it in my application, as this version > might me under testing. If you&#

[Firebird-net-provider] Page size issue

2008-11-27 Thread kixzo
Hello, I tested the same with the firebird client version 2.5.0.0 But it is an alpha2 version, can I use it in my application, as this version might me under testing. What could be the effect If use it. Regards, Rakesh Singh http://www.4colordesign.com -

[Firebird-net-provider] Page Size Issue using FBConnection.CreateDatabase()

2008-11-27 Thread kixzo
Hello, Previously I was using the firebirdsql.data.firebirdclient.dll version 2.0.1.0 I switched to versio firebirdsql.data.firebirdclient.dll version 2.1.0.0 But still I not able to create database with specified page size. Do I need to upgrade database server, I am using firebird Super S

[Firebird-net-provider] Database Page size

2008-11-27 Thread kixzo
Hello, When I am creating Database with page size 8192 or 16384 it is Create Database with Default Page size 4096. I am using following command FbConnectionStringBuilder strbuldr = new FbConnectionStringBuilder(); strbuldr.UserID = "SYSDBA"; strbuldr.Password = "masterkey"; strbuldr.

[Firebird-net-provider] Backup/Restore

2008-11-17 Thread kixzo
Hello, I want to show the Backup and restore Progress to the Users. How can I do so, is there any way firebird process returns any values on the Progress. Rakesh Singh http://www.4colordesign.com - This SF.Net ema

[Firebird-net-provider] Backup/Restore Notification

2008-11-17 Thread kixzo
Hello, How can I set notification for the user after my Database backup and Restore process complete. I have used this. Backup.ServiceOutput += new ServiceOutputEventHandler(Backup_ServiceOutput); But no result. Regards, Rakesh Singh. http://www.4colordesign.com --

[Firebird-net-provider] storing arabic and english text

2008-09-10 Thread kixzo
Hello, Is there any way to store English and Arabic test In a same field i.e. in BLOB SUBTYPE 1. As I know that the character set for storing Arabic in ISO88596 and collation is also ISO88596. But my problem is that I want to store English and Arabic text in a same field. How can I do so,

[Firebird-net-provider] Searching inside plain text

2008-09-09 Thread kixzo
Hello, I have one question, with our software there is one requirement for Arabic text searching. Presently we are storing text contents in Plain text in BLOB subtype 1 Field. Now my question is? if I have Arabic language installed in my machine would I be able to search the Arabic language fr

[Firebird-net-provider] concurrent connection

2008-09-04 Thread kixzo
Hello, We have our multi user software, operating from different machines in the network database is installed on the server machine. For communication with the database from all the machines we are using same User name and password i.e username = 'sysdba' and password = 'xx#x##XX' something li

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