[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

Connect to Paradox Database

Fernando Mattar Lopes

6/27/2002 3:10:00 PM

Hello nG!
There´s a way to connect to Paradox with C#?
I tried to make an ODBC connection but appears one message tell me about the
incompatible of OleDbDataAdapter.
Any idea, please!

Thanks.

- Fernando Lopes


begin 666 Fernando Mattar Lopes.vcf
M0D5'24XZ5D-!4D0-"E9%4E-)3TXZ,BXQ#0I..DQO<&5S.T9E<FYA;F1O.TUA
M='1A<@T*1DXZ1F5R;F%N9&\@36%T=&%R($QO<&5S#0I.24-+3D%-13I,;W-P
M90T*3U)'.E-004-N970[1&5S96YV;VQV:6UE;G1O#0I4251,13I$97-E;G9O
M;'9E9&]R(%=E8@T*5$5,.U=/4DL[5D])0T4Z*#$T*2 T-C M,S$Y.0T*5$5,
M.TA/344[5D])0T4Z*#$T*2 T,C4M,C U.0T*5$5,.T-%3$P[5D])0T4Z*#$T
M*2 Y-S T+38P,3,-"D%$4CM73U)+.CL[4G5A($UI;F%S($=E<F%I<RP@,3$Y
M.T=A<N=A.U-0.SM"<F%S:6P-"DQ!0D5,.U=/4DL[14Y#3T1)3D<]455/5$5$
M+5!224Y404),13I2=6$@36EN87,@1V5R86ES+" Q,3D],$0],$%'87(]13=A
M+"!34#TP1#TP04)R87-I; T*0412.TA/344Z.SM2=6$@3FEN9F$@4&EE=')A
M<O-I82P@,S Q.TUA<NUL:6$[4U [,3<U,3$M,S4P.T)R87-I; T*3$%"14P[
M2$]-13M%3D-/1$E.1SU154]4140M4%))3E1!0DQ%.E)U82!.:6YF82!0:65T
M<F%R/48S:6$L(#,P,3TP1#TP04UA<CU%1&QI82P@4U @,3<U,3$M,S4P/3!$
M/3!!0G)A<VEL#0I8+5=!0BU'14Y$15(Z,@T*0D1!63HQ.3<W,3 P-PT*14U!
M24P[4%)%1CM)3E1%4DY%5#IL;W-P94!S<&%C;F5T+F-O;2YB<@T*4D56.C(P
;,#(P-C(W5#$S,3 T,5H-"D5.1#I60T%21 T*
`
end

3 Answers

Nicholas Paldino [.NET/C# MVP]

6/27/2002 3:25:00 PM

0

Fernando,

If you want to use the ODBC driver for Paradox, then you will have to
use the ODBC managed providers. You can find a download for the provider at
(watch for line wrap):

http://msdn.microsoft.com/downloads/default.asp?URL=/downloads/sam...
l=/MSDN-FILES/027/001/668/msdncompositedoc.xml

Hope this helps.


--
- Nicholas Paldino [.NET MVP]
- nicholas.paldino@exisconsulting.com

"Fernando Mattar Lopes" <lospe@spacnet.com.br> wrote in message
news:O0XncvdHCHA.2208@tkmsftngp13...
> Hello nG!
> There´s a way to connect to Paradox with C#?
> I tried to make an ODBC connection but appears one message tell me about
the
> incompatible of OleDbDataAdapter.
> Any idea, please!
>
> Thanks.
>
> - Fernando Lopes
>
>
>


Fernando Mattar Lopes

6/27/2002 3:49:00 PM

0

Thank you Nicholas!
I will see the URL!


"Fernando Mattar Lopes" <lospe@spacnet.com.br> wrote in message
news:O0XncvdHCHA.2208@tkmsftngp13...
> Hello nG!
> There´s a way to connect to Paradox with C#?
> I tried to make an ODBC connection but appears one message tell me about
the
> incompatible of OleDbDataAdapter.
> Any idea, please!
>
> Thanks.
>
> - Fernando Lopes
>
>
>


Morkai Kurst

6/27/2002 6:26:00 PM

0

Use the ODBC.Net drivers that Nicholas mentioned and the Intersolv drivers
provided with Paradox. Works nicely. I have several apps working with that
combo - only thing you can't read is formatted memo fields.

Morkai


"Fernando Mattar Lopes" <lospe@spacnet.com.br> wrote in message
news:O0XncvdHCHA.2208@tkmsftngp13...
> Hello nG!
> There´s a way to connect to Paradox with C#?
> I tried to make an ODBC connection but appears one message tell me about
the
> incompatible of OleDbDataAdapter.
> Any idea, please!
>
> Thanks.
>
> - Fernando Lopes
>
>
>