I can create the database fine. I can read the system tables without error. I don't receive any exception or error just a -1 and the table isn't there.
Steve -----Original Message----- From: Jiri Cincura [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 8:49 AM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Assistance getting table created programmatically On Fri, Oct 17, 2008 at 4:08 PM, Steve Gums <[EMAIL PROTECTED]> wrote: > It is supposed to return 0 or 1. -1 indicates an error does it not. Not to > mention any attempt to read or insert into this table results in a table not > found error so I know the table isn't getting created. If the table isn't created, there's error on server, and this error will cause exception (FbException), which you can (should) handle. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
