PamRutledge
Programmer
I'm new to Crystal. I have used R & R Report Writer in the past. We have .dbf files for our student management system. Crystal XI doesn't play nice with the links so I attached to dbf files using Add Command to test it:
EX:
SELECT *
FROM c:\sasiwes\datafile\astu7023.dbf
Now that I want to connect to the live data I'm having problems. The Command would have to look like this:
EX:
SELECT *
FROM \\wghsv2\apps\sasi-el\datafile\astu7023.dbf
IT DOESN'T LIKE THE "-" IN THE UNC PATH! ARG! Can anyone head me in the correct direction?
Pam Rutledge
EX:
SELECT *
FROM c:\sasiwes\datafile\astu7023.dbf
Now that I want to connect to the live data I'm having problems. The Command would have to look like this:
EX:
SELECT *
FROM \\wghsv2\apps\sasi-el\datafile\astu7023.dbf
IT DOESN'T LIKE THE "-" IN THE UNC PATH! ARG! Can anyone head me in the correct direction?
Pam Rutledge