VistaDB support in the future? |
Post Reply ![]() |
Author | |
gcpeters ![]() Newbie ![]() ![]() Joined: 24 April 2006 Location: United States Status: Offline Points: 4 |
![]() ![]() ![]() ![]() ![]() Posted: 30 May 2006 at 12:58am |
I've been testing the SpamFilter software on an internal basis using SQL Server as the quarantine database engine. I'm looking at suggesting this product to one of my clients and I developed some software for. We're currently using VistaDB in their .NET applications because of the cost / licensing / ease of deployment, etc... I know that this is not one of the supported database, but I gave it a try and I ported the SQL Server schema to VistaDB using their data migration tool. I'm using an OLEDB provider that is supplied by VistaDB. I have it working with Spam Filter with a couple of exceptions. Complaints that a non-nullable column cannot be updated to null when a message arrives. The only non-nullable field is the primary key which is auto incrementing. Any suggestions? Since this isn't a supported DB, I understand if you might not be able to help much on it. I was wondering if you would consider supporting VistaDB in the future. It's a really nice database engine. Thanks, George |
|
George Peters
george.peters@aqware.com |
|
![]() |
|
LogSat ![]() Admin Group ![]() ![]() Joined: 25 January 2005 Location: United States Status: Offline Points: 4104 |
![]() ![]() ![]() ![]() ![]() |
George,
We don't have any plans so far to support that platform. If however you can post the full errors you are seing in the logs we may be able to find a workaround for you tor try. |
|
![]() |
|
gcpeters ![]() Newbie ![]() ![]() Joined: 24 April 2006 Location: United States Status: Offline Points: 4 |
![]() ![]() ![]() ![]() ![]() |
Thanks for the response. I had 3 errors originally, but have since resolved one of them by manually updating the database. I think that if I remove one of these entries and the system attempts to add it back, it'll generate an error again. 05/30/06 00:02:01:593 -- Adding default Reject Codes: Domain is in local blacklist file The other two that I see in the logs are related to the quarantine table. I notice that tblMsgs has nothing in it and nor does the tblQuarantine. I assume the later has something to do with the following error(s). Error that appears throughout the log: 05/31/06 23:24:25:904 -- (304) Blacklist cache - starting cleanup Error that appears when an item is being quarantined: 05/30/06 03:25:55:092 -- (4004) - Reverse DNS not found - Thanks for any suggestions that you might have to offer. I'm using an OLEDB connection: Provider=VistaDBOLEDB20.VistaDBOLEDB;Database Name="C:\Program Files\SpamFilter\Database\SpamFilter.vdb". Of course, without the database engine, it would be difficult for you to do anything. The engine consists of 1 db file and for the OleDB, just 2 supporting DLLs. Deploying with .NET requires no additional DLL. That's one of the features I liked about this DB engine, very small footprint and easy to deploy/backup. Supports encryption, etc. I have a feeling it's related to the identiy column. I have used this engine before in a C# project that could toggle between SQL Server and VistaDB. I've never run into a problem with the identity value, then again I wasn't doing anything special. Thanks again, George
|
|
George Peters
george.peters@aqware.com |
|
![]() |
|
Energy Recruit ![]() Newbie ![]() Joined: 18 November 2008 Status: Offline Points: 1 |
![]() ![]() ![]() ![]() ![]() |
Of course, without the database engine, it would be difficult for you to do anything. The engine consists of 1 db file and for the OleDB, just 2 supporting DLLs. Deploying with .NET requires no additional DLL. That's one of the features I liked about this DB engine, very small footprint and easy to deploy/backup. Supports encryption, etc. I have a feeling it's related to the identiy column. I have used this engine before in a C# project that could toggle between SQL Server and VistaDB. I've never run into a problem with the identity value, then again I wasn't doing anything special. |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0.309 seconds.