[vwnc] Driver for *.dbf files

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] Driver for *.dbf files

Lautaro Fernández
Hello,
I'm wondering if someone has connected a .dbf file (dBASE) with some specific driver in visual 7.x.
Or if you don't, does anybody know how to do it with drivers?

Thanks,
Lautaro
--
Luke LAut SkyFernadezWalker
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Driver for *.dbf files

Holger Kleinsorgen-3
Lautaro Fernández schrieb:
> Hello,
> I'm wondering if someone has connected a .dbf file (dBASE) with some
> specific driver in visual 7.x.
> Or if you don't, does anybody know how to do it with drivers?

already tried using ODBC?
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Driver for *.dbf files

Petr Fischer-3
In reply to this post by Lautaro Fernández
Try to edit VisualNC.command and add lines:

setenv LANG C
setenv LC_ALL C

---- complete listing ------
#!/bin/csh

setenv VISUALWORKS /Users/pf/Applications/vw7.6nc_feb2
setenv SOURCE_PATH /Volumes/CST08NC

cd /Users/pf/Applications/vw7.6nc_feb2/image
setenv LANG C
setenv LC_ALL C
/Users/pf/Applications/vw7.6nc_feb2/bin/macx/visual.app/Contents/MacOS/
vwmacxgui /Users/pf/Applications/vw7.6nc_feb2/image/visualnc.im
----------------------------

This problem occurs on different locales than ENG.

Works? pf

On 27.3.2008, at 14:22, Lautaro Fernández wrote:

> Hello,
> I'm wondering if someone has connected a .dbf file (dBASE) with some  
> specific driver in visual 7.x.
> Or if you don't, does anybody know how to do it with drivers?
>
> Thanks,
> Lautaro
> --
> Luke LAut SkyFernadezWalker  
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Driver for *.dbf files

Petr Fischer-3
Argh. Sorry for this - bad thread. pf

On 27.3.2008, at 15:44, Petr Fischer wrote:

> Try to edit VisualNC.command and add lines:
>
> setenv LANG C
> setenv LC_ALL C
>
> ---- complete listing ------
> #!/bin/csh
>
> setenv VISUALWORKS /Users/pf/Applications/vw7.6nc_feb2
> setenv SOURCE_PATH /Volumes/CST08NC
>
> cd /Users/pf/Applications/vw7.6nc_feb2/image
> setenv LANG C
> setenv LC_ALL C
> /Users/pf/Applications/vw7.6nc_feb2/bin/macx/visual.app/Contents/
> MacOS/
> vwmacxgui /Users/pf/Applications/vw7.6nc_feb2/image/visualnc.im
> ----------------------------
>
> This problem occurs on different locales than ENG.
>
> Works? pf
>
> On 27.3.2008, at 14:22, Lautaro Fernández wrote:
>> Hello,
>> I'm wondering if someone has connected a .dbf file (dBASE) with some
>> specific driver in visual 7.x.
>> Or if you don't, does anybody know how to do it with drivers?
>>
>> Thanks,
>> Lautaro
>> --
>> Luke LAut SkyFernadezWalker
>> _______________________________________________
>> vwnc mailing list
>> [hidden email]
>> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc