Ask a Question related to ASP Database, Design and Development.
-
Phil #1
Troble with ASP -> Access -> Sage
My mission is to get some data out of a sage application, via a very
complicated query, into a csv file.
My approach, so far, has been
1) link access tables to the sage application
2) build some sub queries
3) build a big query that brings together all the little queries.
4) dump the data generated by the big query into a csv file.
Hoorah! victory. The above steps all work just fine and the data in
the csv file is as it should be.
The problem is that the whole thing is based on a customer's site and
I need to get that data onto a different server on a regular basis.
So I'm going to have to find a way to automatically generate that CSV
file.
My approach was to write an ASP page that would read the data from the
big query write it to the CSV file. Now that ASP code works just fine
on an Access database that is not linked to Sage. Unfortunately, when
trying to read the linked query the sage driver throws an error.
(Now I'm back in the office, I can't remember what the precise error
was; it was lots of letter and numbers, though!)
Other info: we're running active directory and the only way I could
find to connect to the asp page was to connect using the IP address.
I also did some rooting around on the internet and the only thing that
I found suggested that there was a password syncronisation problem
between the access driver and the sage driver, but didn't offer any
clues as to how to resolve it. I tried setting the passwords to be
the same on both, but still no dice.
So thats the story, now the questions:
1) Any idea whats going on with the ASP -> Access -> Sage thing?
2) If its not an appropriate question for this group, where would I
be best to post it?
3) Is there an alternative way to automatically generate csv files,
with no user input? (could I do it from the command line talking
directly to access?)
thanks for any help you can offer - I'm stumped.
Phil.
Phil Guest
-
FMS localhost troble
this is driving me crazy... just install the FMS, when i test my movies from flash everything works fine, but when I try to test them on the browser... -
Access 2002 PDFWriter VBA Code w/WinXP does not work like Access 2000
I am trying to print an Access 2002 report (Windows XP OS) as a PDF. I had success with Access 2000 in a Windows 2000 environment, but as soon as I... -
Access Violation when using Visual Interdev to access Oracle
I am running Windows 200 Pro, IIS 5.0 and trying to connect to an Oracle 8.1 database. Prior to applying a security patch to W2k, the ASP... -
Access denied when creating Access application object
In an ASP file I am running the following in VBScript in order to extract data from an Access 2002 MDB file which is physically located in the... -
sys.troble
i m having troble with system .exe window can t locate compatable w 32\kwbot.gen -
Jeff Cochran #2
Re: Troble with ASP -> Access -> Sage
On 1 Mar 2004 03:01:21 -0800, [email]phil@ideastakingshape.co.uk[/email] (Phil)
wrote:
It's an Access query. Turn it into a module, run that module from the>My mission is to get some data out of a sage application, via a very
>complicated query, into a csv file.
>
>My approach, so far, has been
>
>1) link access tables to the sage application
>2) build some sub queries
>3) build a big query that brings together all the little queries.
>4) dump the data generated by the big query into a csv file.
>
>Hoorah! victory. The above steps all work just fine and the data in
>the csv file is as it should be.
>
>The problem is that the whole thing is based on a customer's site and
>I need to get that data onto a different server on a regular basis.
>So I'm going to have to find a way to automatically generate that CSV
>file.
schedular service.
Then it isn't a lot if help is it? Next time, write down the error or>My approach was to write an ASP page that would read the data from the
>big query write it to the CSV file. Now that ASP code works just fine
>on an Access database that is not linked to Sage. Unfortunately, when
>trying to read the linked query the sage driver throws an error.
>
>(Now I'm back in the office, I can't remember what the precise error
>was; it was lots of letter and numbers, though!)
email yourself a Print Screen.
Yup. It isn't working. It gets an error of some kind.>Other info: we're running active directory and the only way I could
>find to connect to the asp page was to connect using the IP address.
>I also did some rooting around on the internet and the only thing that
>I found suggested that there was a password syncronisation problem
>between the access driver and the sage driver, but didn't offer any
>clues as to how to resolve it. I tried setting the passwords to be
>the same on both, but still no dice.
>
>So thats the story, now the questions:
>
>1) Any idea whats going on with the ASP -> Access -> Sage thing?
If it's an ASP error, it would be appropriate here. An Access group>2) If its not an appropriate question for this group, where would I
>be best to post it?
could help with other Access related questions.
Yes. See an Access group.>3) Is there an alternative way to automatically generate csv files,
>with no user input? (could I do it from the command line talking
>directly to access?)
Can't offer anything else. No details give to work on, sorry.>thanks for any help you can offer - I'm stumped.
Jeff
Jeff Cochran Guest



Reply With Quote

