I have a microsoft access database. How can I run a report from a web
page where the reports are coming from the access database?
Sent via Deja.com http://www.deja.com/
Before you buy.
I have a microsoft access database. How can I run a report from a web
page where the reports are coming from the access database?
Sent via Deja.com http://www.deja.com/
Before you buy.
How do I run a report on a web page from an access database?
Sent via Deja.com http://www.deja.com/
Before you buy.
How do I run a report on a web page from an micorsoft access database?
Sent via Deja.com http://www.deja.com/
Before you buy.
It’s a classic problem, but I’m not educated or know an easy solution
myself.
I need to generate a small application that manages
Worker X {
prod A, #A, A% of total products
..
prod Z, #Z, Z% of total products
total production #, 100%
}
for each working day and each worker.
then I’d need a total (&avg) of all days for each worker (*)
and a total of all those, thus all workers all days + a deviation stat
for each worker compared to the global averages.
I tried fiddling around with some spreadsheets, but I find it very
annoying to have to keep copying the same table again and again and to
get (*).
I wouldn’t have an idea how to add all those cells to my main stats.
Problem is that eg all stats are in cells C5:C15, C23:C33, C41:C51,
… (for each day). I cannot come up with an easy "SUM" statement to
simply add all these together.
any links, sources, ideas, references?
thanks very much and my apologies for my lack of education on this
issue.
–
up-to-date ripper & encoder info and the truth about MP3 quality
-> http://www.r3mix.net or http://r3mixnet.cjb.net
Hello,
One of my users is complaining about getting the
following error when she prints 3 reports (any 3
reports) in a row:
The instruction at "0x77ee8735" referenced memory
at "0x0985a000". The memory could not be "read".
Once she’s seen this message she has to reboot in
order to print additional reports. Initally, it
was only happening on her machine so I thought it
was a machine specific problem, but I’ve since
seen it on another users machine.
I’ve read about the /decompile command line
option, but because it’s undocumented I’m a
little reluctant to use it.
Any ideas?
Thanks,
-Dianne
Sent via Deja.com http://www.deja.com/
Before you buy.
Hello,
I’m running a linux box (mdk7.1) on a compaq proliant.
For my new application I need a database but not an heavy one.
My database will consist in +/- 50.000 records.
Each record has 10 fields and uses 100 characters
<field_1><field_2>……………………….<field_10> (total length 100
characters)
I have to access my database from a perl/perltk script.
There will be maximum 20 clients and +/- 100 access per day.
The clients are windows PC starting the Xapp on the Linux server. (Clients
are equipped with Exceed)
Do I really have to use Mysql, Postgres or something like that ?
Now my app runs without database. So I have to read a lot of files to
retrieve my info.
It runs fine but I know it’s not a good way of working.
Some idea ?
Thanks
Pierre
Ciao John Carnon <j…@carnon.org>!
>Is there some way to use Interbase with ODBC?
Try having a look at:
http://www.easysoft.com/products/interbase/
Michele.
–
Michele Beltrame
m…@io.com
http://www.io.com/~mick/
ICQ# 76660101
==> Visita il sito di it.comp.lang.perl: http://www.perl-it.org
==> Sei del triveneto e vuoi unirti ai Perl Mongers? Scrivimi!
The following query generated by MS ACCESS 2000 runs fine on
DB2 for NT and UNIX, but generates a syntax error on DB2 5.1 for os/390.
SELECT "WIQLAC"."VLS_DEAL"."DEA_PID_DEAL"
,"WIQLAC"."VLS_DEAL"."DEA_NME_DEAL"
,"WIQLAC"."VLS_DEAL"."DEA_CDE_DEPT"
,"WIQLAC"."VLS_DEPARTMENT"."DPT_DSC_DEPT"
FROM "WIQLAC"."VLS_DEAL" LEFT OUTER JOIN "WIQLAC"."VLS_DEPARTMENT"
ON ("WIQLAC"."VLS_DEAL"."DEA_CDE_DEPT" =
"WIQLAC"."VLS_DEPARTMENT"."DPT_CDE_DEPT" )
WHERE ("WIQLAC"."VLS_DEAL"."DEA_PID_DEAL" = ‘/5456153′ )
ORDER BY "WIQLAC"."VLS_DEAL"."DEA_PID_DEAL" ;
The parenthesis arount the ON clause of the LEFT OUTER JOIN causes a syntax
error.
Is there a fix for this problem?
Thanks
Sent via Deja.com http://www.deja.com/
Before you buy.
Hi.
Does anyone know how to implement database cursoring in object
databases? Any resources available? I did a search and could not find
anything.
I am using ObjectStore Java and have to implement ‘paging’ through
results of a search (similar to Google’s search results paging).
–
Thanks.
oliver
(reply: read email address for instructions)
Sorry if I am in the wrong group. If I am in the wrong group please direct
to a more appropriate group.
I am interested in writing some database access code (in C/C++) that can
connect to the more popular databases (Oracle, SQL Server, DB2, etc). One
caveat is that I
am writing code that I hope can cross compile on both Window and UNIX
(particularly Solaris and AIX). I already have a substantial codebase that
does this but am unsure of how access database storage in a generic (ie no
Ado, etc) manner. What are the recommended technologies/libraries?
Any and all help is greatly appreciated,
Joel Themmen