If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Firebird on Fat32

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-14-07, 03:25
Sam_emon Sam_emon is offline
Registered User
 
Join Date: Dec 2007
Posts: 2
Firebird on Fat32

I have developed an application in C# which uses Firebird as a Database. I tested my Application on different Versions of windows using NTFS. Just to show my work to a fellow i sent it to him, he was using Windows Xp Under Fat32 File System.

In the DB folder of my application, I found a file names Firebid.txt that has the following content.


TORINO-B2FB10B9 (Server) Thu Dec 13 10:11:07 2007
XNET error (xnet:2321) XNET server initialization failed

I suspect its because of Fat32 Filesystem which may not be supporting Firebird Database.

The Bottom line is : are there any reservations for using Firebird on a Fat32 File System?

I have setup the envorinment on a Fat32 file system to debug it.
Reply With Quote
  #2 (permalink)  
Old 12-19-07, 16:51
loquin loquin is offline
Super Moderator
 
Join Date: Jun 2004
Location: Arizona, USA
Posts: 1,797
Well, FAT32 is inherently more prone to failure and corruption than is the NT file system. It's just going to fail, unless you regularly defrag, chkdsk, etc. And even then, it STILL can go belly up.

I wouldn't recommend it's use in any application where reliability is an issue.
__________________
Lou
使大吃一惊
"Lisa, in this house, we obey the laws of thermodynamics!" - Homer Simpson
"I have my standards. They may be low, but I have them!" - Bette Middler
"It's a book about a Spanish guy named Manual. You should read it." - Dilbert

Reply With Quote
  #3 (permalink)  
Old 12-21-07, 15:10
Sam_emon Sam_emon is offline
Registered User
 
Join Date: Dec 2007
Posts: 2
Thumbs up FireBird on Fat32

I came to know that Fat32 does not support UniCode characterset in filenaming. I had to Modify the Connection string for Firebird Db. Earlier it was UniCode_FSS which was only working for NTFS. Now I have changed my code as After detecting the current envorinment/FileSystem, I create another connection string that has CharacterSet as ASCII and It works Fine.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On