Re: [Firebird-net-provider] Visual Studio 2008 - Add data connection

2008-04-28 Thread Mat Dunning
Jiri Cincura wrote: > On 4/28/08, Mat Dunning <[EMAIL PROTECTED]> wrote: >> Thanks for that, but I have already gone through these instructions. > > You have to double backslash characted in path, 'cause it's special character. > Hi that's worked. Thanks very much for such a quick reply. cheers

Re: [Firebird-net-provider] Visual Studio 2008 - Add data connection

2008-04-28 Thread Jiri Cincura
On 4/28/08, Mat Dunning <[EMAIL PROTECTED]> wrote: > Thanks for that, but I have already gone through these instructions. You have to double backslash characted in path, 'cause it's special character. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.

Re: [Firebird-net-provider] Your login SYSDBA is same as one of the

2008-04-28 Thread Jiri Cincura
On 4/28/08, Marco <[EMAIL PROTECTED]> wrote: > OK, thanks, but can I unlok this block? You have to delete this role from account, that created it. This is here completely OT, follow the support list. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.

Re: [Firebird-net-provider] Visual Studio 2008 - Add data connection

2008-04-28 Thread Mat Dunning
Jiri Cincura wrote: > Check this out > https://firebird.svn.sourceforge.net/svnroot/firebird/NETProvider/trunk/DataDesignerExtensibility/ReadMe.txt > . > Thanks for that, but I have already gone through these instructions. I've put the two main files here, if anybody wants to take a look http:/

Re: [Firebird-net-provider] Your login SYSDBA is same as one of the

2008-04-28 Thread Marco
Jiri Cincura ha scritto: > On 4/23/08, Marco <[EMAIL PROTECTED]> wrote: >> "Your login SYSDBA is same as one of the SQL role name. Ask your database >> administrator to set up a valid Firebird login." > > This is trick, when you need to block sysdba account. Look at > firebird-support list for m

Re: [Firebird-net-provider] Your login SYSDBA is same as one of the

2008-04-28 Thread Marco
Jiri Cincura ha scritto: > On 4/23/08, Marco <[EMAIL PROTECTED]> wrote: >> "Your login SYSDBA is same as one of the SQL role name. Ask your database >> administrator to set up a valid Firebird login." > > This is trick, when you need to block sysdba account. Look at > firebird-support list for m

Re: [Firebird-net-provider] Visual Studio 2008 - Add data connection

2008-04-28 Thread Jiri Cincura
Check this out https://firebird.svn.sourceforge.net/svnroot/firebird/NETProvider/trunk/DataDesignerExtensibility/ReadMe.txt . -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com --

Re: [Firebird-net-provider] Visual Studio 2008 - Add data connection

2008-04-28 Thread Mat Dunning
is it ok to post (within the message, not as an attachment) my ddex registry file (the one I import) and my machine.config in this newsgroup to if anybody can spot a simple error. I've looked about 5 times but can't see the problem. cheers Mat ---

Re: [Firebird-net-provider] Visual Studio 2008 - Add data connection error

2008-04-28 Thread Jiri Cincura
Check your GAC and machine.config. One of this isn't well setted. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.net email is sponsored by the 2008 JavaOne(SM) Co

[Firebird-net-provider] Visual Studio 2008 - Add data connection error

2008-04-28 Thread Mat Dunning
Hi, Ive installed the Firebird client ok (FirebirdClient-2.5.0-Alpha2) , and proved via some code that Visual Studio can access and extract via query some data from a firebird table. However, I want to be able to add a data connection via the server explorer (and thereby using the built in dat