The Answer Archive
Providing students and professionals with answers to their toughest software, technology, math, and science problems. Browse the Archive!
Search Questions and Answers:

Show only unanswered questions

using spanish language with flashreports by tufat.com

Posted by tufat on 26 Sep 2008 at 01:02 PM
$2.00

Programming Languages / Flash

Hello:
I'm using spanish language and I'd like to know how to set up FlashReports in order to use special characters like "ñ" and "á" with my database.

Also posted here:
http://forum.tufat.com/showthread.php?t=47959

Thank you.

Your Answer or Comment:


Proposed Answers and Comments (oldest first)

In the event of multiple correct answers, you should accept the answer of the first user who provided a complete and valid answer to your question.

Proposed answer by sohel.rentacoder on 01 Oct 2008 at 03:19 AM

To input special characters like "ñ" and "á" with your database you can use ñ for ñ and á for á.
ASCII stands for American Standard Code for Information Interchange. It is the standard format used for text files within computers and online.

Proposed answer by admin on 25 Sep 2008 at 10:21 PM

First ANY multi-user database NEEDS to be split, no ifs, ands or buts. So I won't even deal with the issue of an unsplit database.

However, the front end does not have to be local. It can be shared. Having it local is the recommended usage, but if there will not be a lot of concurrent usage it can be shared.

When you run a Make Table query it MAKES a table. The table exists like any other. What makes it a temp table is its usage. I'll give you an example. I have an app that processes invoices from our various car services. The invoices come in electronic format and I input them into a temporary table. After import the user checks the numbers and prints a report for dept review. Then the data in the temp table is added to a history table. The next invoice overwrites the data in the temp table. That's what makes it temporary.

A recordset, on the other hand is a temporary construct more like what you describe in mainframe database. But you have to remember that Access was designed primarlily as an end user/small workgroup database. So it shouldn't be compared to things like DB2.

Frankly, I'm not sure how Access would manage variables like that. Im not sure where they are stored (in RAM in the MDB or what). The only thing I can suggest is to experiment.

Hope this helps,
Scott<>

Ask a Question
Most Recent Questions
Most Recent Answers
Home Page

Login
Register

Information Technology
Software, Hardware, Design

Programming Languages
- ASP and ASP.NET
- Assembly and Machine Lang
- C and C++
- C#
- Carbon (Macintosh)
- Cold Fusion
- Delphi
- Flash
- FoxPro
- HTML and XHTML
- Java
- Javascript and JScript
- JSP
- Perl
- PHP
- Python
- Ruby on Rails
- VB, VBA, and VB.NET
- VBScript
- XML and XSL
Database
Graphic Design
Operating Platforms
Hardware and Networking

Math and Science
Homework Help

Biology and Geology
Math and Statistics
Chemistry
Physics
Engineering

Are you an information
technology or
math/science expert?

You can earn money by
providing answers to questions
at AnswerArchive.com.
Learn How

Browse Archive | Ask a Question | Most Recent Questions | Most Recent Answers | Home Page | Contact Us | Help
(c) 2008 The Answer Archive