Hi Steve, First of all, please use the Jira to submit the bug (the patch will be welcomed too) About the bug itself, I don't know why you just don't upload the database manually created to the server?... Anyway, I used Access a long time ago (hopefully), and everyone know that anything else is better than Access; I recommend you to see this as a "signal" and don't use it, did you tried using sqlite or embedded firebird? (I'm not an expert in neither one, I just guess them might fit your needs)
Bye, Diego On 11/13/08, Steve Hodgkiss <[EMAIL PROTECTED]> wrote: > > Hi, > > When doing a schema export using NHibernate.JetDriver the script comes > out wrong > > create table [FieldValue] (Id INT !!! REPLACE THE PRECEEDING 'INT' AND > THIS PLACEHOLDER WITH 'COUNTER' !!!, Answer TEXT($1) null, Question > TEXT($1) null, Signup_id INT null, primary key (Id)) > > It seems the placeholders and not getting replaced. I would much > rather be using sqlite or sql server but I need something inexpensive > to run on a shared host in medium trust. > > Is schema export supported? Or am I missing something? > > Thanks > > Steve > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "NHibernate Contrib - Development Group" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com.ar/group/nhcdevs?hl=en -~----------~----~----~----~------~----~------~--~---
