From: Frode L. <fr...@li...> - 2004-01-19 14:40:57
|
Isn't it typical, as soon as I've sent the mail I see the problem. Just had to remove the (10) behind int to get it working! Sorry! -----Original Message----- From: fir...@li... [mailto:fir...@li...] On Behalf Of Frode Lillerud Sent: 19. januar 2004 15:38 To: Firebird mailinglist Subject: RE: [Firebird-net-provider] Creating new database with C# Thanks to both Sander and Carlos, I got it working :) Now I am pondering one thing. Can anyone see a reason why the following query is successful; sql = "CREATE TABLE tokens (f1 varchar(10), token varchar(10));"; while the one below doesn't work - only difference is varchar => int sql = "CREATE TABLE tokens (f1 int(10) NOT NULL, token VARCHAR(50));"; I get a Dynamic SQL Error code = -104 Token unknown ( Anyone? Frode ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Firebird-net-provider mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |