| 
      
      
      From: Thomas M. <tm...@bs...> - 2002-11-05 19:28:03
       | 
| TIA -- Thomas Miller Delphi Client/Server Certified Developer BSS Accounting & Distribution Software BSS Enterprise Accounting FrameWork http://www.bss-software.com | 
| 
      
      
      From: Thomas M. <tm...@bs...> - 2002-11-08 19:18:40
       | 
| I'll try one more time. Any update???? Thomas Miller wrote: > TIA > -- Thomas Miller Delphi Client/Server Certified Developer BSS Accounting & Distribution Software BSS Enterprise Accounting FrameWork http://www.bss-software.com | 
| 
      
      
      From: Paul R. <pr...@ib...> - 2002-11-10 10:44:00
       | 
| Thomas Miller wrote: > I'll try one more time. Any update???? > Yep - it is always worth persevering. I had drafted a reply, and then canned it, thinking it was too lame. And, indeed it is. A snapshot will be forthcoming RSN. I rate it as high-priority, but unfortunately it keeps getting pushed back by things that are urgent or even higher priority. I shall force myself to make some time to throw a build out this week, along with the usual indemnity disclaimers. If nothing has appeared by Thursday feel free to harass me. Paul -- Paul Reeves http://www.ibphoenix.com Supporting users of Firebird and InterBase | 
| 
      
      
      From: Thomas M. <tm...@bs...> - 2002-11-21 14:57:30
       | 
| Per your request, I am reminding you to get a new build out real soon!!!! Did you ever figure out the decimal location issue? 530000 ; 0.53 Paul Reeves wrote: > Thomas Miller wrote: > >> I'll try one more time. Any update???? >> > > Yep - it is always worth persevering. I had drafted a reply, and then > canned it, thinking it was too lame. And, indeed it is. > > A snapshot will be forthcoming RSN. I rate it as high-priority, but > unfortunately it keeps getting pushed back by things that are urgent > or even higher priority. > > I shall force myself to make some time to throw a build out this week, > along with the usual indemnity disclaimers. If nothing has appeared by > Thursday feel free to harass me. > > > Paul -- Thomas Miller Delphi Client/Server Certified Developer BSS Accounting & Distribution Software BSS Enterprise Accounting FrameWork http://www.bss-software.com | 
| 
      
      
      From: Paul R. <pr...@ib...> - 2002-11-21 16:12:25
       | 
| Thomas Miller wrote: > Per your request, I am reminding you to get a new build out real soon!!!! > I'm working on it as we speak. It should appear somewhere within the next 24 hours. I'll announce it here anyway. > Did you ever figure out the decimal location issue? 530000 ; 0.53 > I don't think anything has been done. I can't see anything about this in a quick trawl through recent posts - can you remind me what the issue was? Paul -- Paul Reeves http://www.ibphoenix.com Supporting users of Firebird and InterBase | 
| 
      
      
      From: Thomas M. <tm...@bs...> - 2002-11-21 17:07:46
       | 
| In Crystal, all the numbers decimal places are out of place 0.53 shows up as 530000. With out this fix, there really isn't anything we can do testing wise. Unfortunately I don't know ODBC or C/C++ and can't give much help on the programming issue. Tell me if this makes sense. The Numeric(18,6) field is being stored internally as a Int64. When it is retrieved from the database, it should put back the decimal place (6 places). It doesn't seem to be doing that (putting back the decimal place). Paul Reeves wrote: > Thomas Miller wrote: > >> Per your request, I am reminding you to get a new build out real soon!!!! >> > > I'm working on it as we speak. It should appear somewhere within the > next 24 hours. I'll announce it here anyway. > >> Did you ever figure out the decimal location issue? 530000 ; 0.53 >> > > I don't think anything has been done. I can't see anything about this > in a quick trawl through recent posts - can you remind me what the > issue was? > > > Paul -- Thomas Miller Delphi Client/Server Certified Developer BSS Accounting & Distribution Software BSS Enterprise Accounting FrameWork http://www.bss-software.com | 
| 
      
      
      From: Paul R. <pr...@ib...> - 2002-11-21 17:31:37
       | 
| Thomas Miller wrote: > In Crystal, all the numbers decimal places are out of place > > 0.53 shows up as 530000. > > With out this fix, there really isn't anything we can do testing wise. > Unfortunately I don't > know ODBC or C/C++ and can't give much help on the programming issue. > > Tell me if this makes sense. > Yep - this makes sense. The reason I haven't put the snapshot out earlier is because I discovered that the driver seems to mangle the datatypes during the metadata querying phase. This means that applications that do metadata lookups (ie the clever ones like Crystal and Access) get one thing and think it is something else. Or, they just ignore the bad data completely. I discovered this because I wanted to get to the bottom of the whole issue of why the driver doesn't work properly with Access. It appears to be a problem in the original release of the driver and not one that has crept in with recent enhancements. I didn't have the time to verify this before today, hence the delay. I'd like to get this fixed, but I wont have a chance to take a more serious look at it until next month. This only affects applications that rely on metadata querying. With pure SQL statements they are executed and data is retrieved correctly. Not much consolation if you are using Crystal or Access. Paul -- Paul Reeves http://www.ibphoenix.com Supporting users of Firebird and InterBase | 
| 
      
      
      From: Thomas M. <tm...@bs...> - 2002-11-21 17:56:44
       | 
| The bigger problem is that I am getting to a point where I need this to work or fork out some money for a commercial one. I would prefer to use the Open Source version and contribute as a tester. Once I go to a commercial one, it doesn't make much sense for us to test the Open Source driver. I understand that this is all voluntary, but if there is any way you can fix this problem sooner, I would be very great full. I will also continue to test the driver extensively. Paul Reeves wrote: > Thomas Miller wrote: > >> In Crystal, all the numbers decimal places are out of place >> >> 0.53 shows up as 530000. >> >> With out this fix, there really isn't anything we can do testing >> wise. Unfortunately I don't >> know ODBC or C/C++ and can't give much help on the programming issue. >> >> Tell me if this makes sense. >> > > Yep - this makes sense. > > The reason I haven't put the snapshot out earlier is because I > discovered that the driver seems to mangle the datatypes during the > metadata querying phase. This means that applications that do metadata > lookups (ie the clever ones like Crystal and Access) get one thing and > think it is something else. Or, they just ignore the bad data completely. > > I discovered this because I wanted to get to the bottom of the whole > issue of why the driver doesn't work properly with Access. > > It appears to be a problem in the original release of the driver and > not one that has crept in with recent enhancements. I didn't have the > time to verify this before today, hence the delay. > > I'd like to get this fixed, but I wont have a chance to take a more > serious look at it until next month. > > This only affects applications that rely on metadata querying. With > pure SQL statements they are executed and data is retrieved correctly. > Not much consolation if you are using Crystal or Access. > > > Paul -- Thomas Miller Delphi Client/Server Certified Developer BSS Accounting & Distribution Software BSS Enterprise Accounting FrameWork http://www.bss-software.com | 
| 
      
      
      From: Wieslaw P. <wie...@po...> - 2002-11-21 18:16:41
       | 
| > out some money for a commercial one. I would prefer to use the Open Source > version and contribute as a tester. Once I go to a commercial one, it > doesn't > make much sense for us to test the Open Source driver. I got a commercial driver, I am quite happy with, but I think to test Open Source driver makes sense anyway. > Wiesiek |