Carlos:
I think I have it working now. After reading
the stack trace more carefully, the problem appeared to be with resolving a
network request. Looking deeper, the problem begins with
a single quote in the ConnectionString for my Data Source. There
is a space (two part name) for one of the folders in the path to my DB file,
therefore, the db path was enclosed in single quotes. The first
single quote causes the exception in resolving the network
location.
Example bad connection string:
connectionString
="port=3050;charset=NONE;dialect=1;servertype=0;database='C:\Public DB\reactornet_pub.fdb';userid=SYSDBA;password=csib6admin;datasource=localhost"That first single quote before C: is badddd.
I have not tried taking the single quotes out of the string and just leaving the
directory name alone. I removed the quotes and made my directory a name
with no spaces.
Now I can get back to my original problem
-- returning a uniqueID value back to my business object.
Tony
""Carlos Guzmán Álvarez"" <[EMAIL PROTECTED]> wrote in
message news:[EMAIL PROTECTED]...
>
Hello:>>
>> 1. In the wizard, I chose the .NET provider datasource, then select to=20
>> use Stored Procedures on the next step. I can see my insert stored=20
>> procedure, try to select it for the Insert, and the wizard just closes=20
>> - immediately without warning.
>>
> This one looks as working for me .. can you send to me a test database=20
> please ??
>
>
> --=20
> Carlos Guzm=E1n =C1lvarez
> Vigo-Spain
>
> http://carlosga.blogspot.com/
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> Firebird-net-provider mailing list
> Firebird-net-provider@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
>