From:
<car...@te...> - 2003-12-25 11:50:43
|
Hello: > Can I use the embedded server’s libraries with .net provider? Not using 1.5 version, but 1.6 version, that is under development yet, will work with the embedded server too. > If yes where can I set which libraries the .net provider > should use? In the 1.6 you can tell to which type of server you are going to connect, using the ServerType element in the connectionString: ServerType = 0 // Classic or SuperServer ServerType = 1 // Embedded server > If no, is .net provider a good choice in my case? Will it > work as a stand alone application which needs no other servers or > services to be installed on client’s machine? As i tell before it's not possible using 1.5 version of the .net data provider. > Where and how can I make a new firebird account? Did you mean a new user account for connect to the database ?? if yes you can try to add it using the FbSecurity class of the .NET provider, or a Firebird administration tool like IBExpert or Database Workbench. > What could be the problem? Can you send to me the table structure please ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain |