Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Connection OK with MSQL.EXE, Error with ODBC/.NET C#
mcode wrote:
> Hi
>
> When I try to connect to a Oracle Lite DB it works well with :
>
> msql system/manager_at_jdbc:polite:db1
>
> But when I try with .NET C# I have error :
>
> 7000[POL-5246] The user ODBC DATA SOURCE NAME does not exist...
>
> If anyone could help :)
>
> see ya
did you define the ODBC data source?
Did you test it?
msql used a JDBC driver, the error is about an OBDC
driver.
-- Regards, Frank van BortelReceived on Mon Mar 07 2005 - 05:02:43 CST