Subject | Re: Dot Net Code Samples |
---|---|
Author | Muthu Annamalai |
Post date | 2004-01-07T03:18:07Z |
Hi Mathew:
Thanks for your info. I visited the site you mentioned. It is very useful.
I have a doubt in the connection string.
Do we really have to use the server name for a embed server connection.
For example the connection string is as follows:
string connectionString =
"Database=C:\\PROGRAM FILES\\FIREBIRD\\EXAMPLES\\EMPLOYEE.GDB;" +
"User=SYSDBA;" +
"Password=masterkey;" +
"Dialect=3;" +
"Server=localhost";
Here for a embed server, what we have to use in the place of 'Server=localhost'.
I am thinking that the embedd server will not take connection apart from the application itself. So do we have to leave that string ?
Once again thanks for your time and info.
Muthu Annamalai
Thanks for your info. I visited the site you mentioned. It is very useful.
I have a doubt in the connection string.
Do we really have to use the server name for a embed server connection.
For example the connection string is as follows:
string connectionString =
"Database=C:\\PROGRAM FILES\\FIREBIRD\\EXAMPLES\\EMPLOYEE.GDB;" +
"User=SYSDBA;" +
"Password=masterkey;" +
"Dialect=3;" +
"Server=localhost";
Here for a embed server, what we have to use in the place of 'Server=localhost'.
I am thinking that the embedd server will not take connection apart from the application itself. So do we have to leave that string ?
Once again thanks for your time and info.
Muthu Annamalai
----- Original Message -----
From: Matthew Raymer
To: firebird-support@yahoogroups.com
Sent: Tuesday, January 06, 2004 7:35 PM
Subject: RE: [news] [firebird-support] Dot Net Code Samples
Hello,
I am in the middle of a C# .NET project using Firebird. So far, it has
been pretty much the same as writing a project for MSSQL. Though, it
does have some minor differences.
The best help I know of is to download the .NET Provider (HYPERLINK
"http://sourceforge.net/project/showfiles.php?group_id=9028"http://sourc
eforge.net/project/showfiles.php?group_id=9028) from sourceforge.
Carefully pick the correct framework version. You can also download the
documenation for the provider on the same page.
The only example code I have seen so far is used for MONO (open source
NET Framework) and not for .NET, but they are supposed to be
compatible.
HYPERLINK
"http://www.go-mono.com/firebird.html"http://www.go-mono.com/firebird.ht
ml
If anybody knows of any others, please tell me!
Matthew
[Non-text portions of this message have been removed]