error in ODBC for windows
Rod Caddy
rcaddy at pro-set.com
Mon Jul 25 06:42:45 PDT 2005
I recently moved my in-house copy of fpodbc to my windows 2000 server so
that I could store my development there but access it from my
workstation. This product has run on my xp laptop for some time with
out a problem. It is installed to the d: drive on the server which is
mapped to drive f: from my workstation. Let me be clear here, this is
not a network version nor am I using multiple users on it or attempting
to I just want it to reside there and run from there.
The batch files I have tried are as follows:
@echo off
rem This File created by Pro-Set Systems on 7-22-2005
set PATH=C:\WINDOWS\COMMAND
set PFDSK=f
set PFDATA=f:
set PFPROG=f:\usr3\acct3
set PFDIR=\usr3\acct3
set PFMENU=f:\usr3\acct3\fp\menus
set PFGLOB=
set PFCONFIG=
set PATH=%pfprog%;%PFPROG%\fp;%path%
echo stuff > fp$$$$$$.bat
del fp$$*.bat>NUL
cd %pfprog%\fp
%pfprog%\fp\p.exe
or
@echo off
set PFDSK=f
set PFDATA=f:
set PFPROG=f:\usr3\acct3
set PFDIR=\usr3\acct3
set PFMENU=f:\usr3\acct3\fp\menus
set PFGLOB=
set PFCONFIG=
cd \usr3\acct3\fp
\usr3\acct3\fp\p.exe
When I load the main menu all of the development tools seem to work
okay, the only one I have not tried to use is define files. If I go to
dclerk or dreport I get the following error:
Exception error -1073741515 in process failed 0(0x00000000)
comspec-"(null)"
command="f:\usr3\acct3\fp\dclerk
"
Press Enter:
If the issue is I need a multiuser runtime to do this that is fine, I
just need some direction.
--
Rod Caddy
Pro-Set Systems
rcaddy at pro-set.com
http://www.pro-set.com
http://www.towtruck2000.com
More information about the Filepro-list
mailing list