Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6180603
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T00:52:24+00:00 2026-05-24T00:52:24+00:00

I have a problem when exporting an Access table to XML. Basically what I

  • 0

I have a problem when exporting an Access table to XML.

Basically what I am doing is first running a select query which takes the columns I want from 2 tables and puts them into one, then I can just right click this table and Export as XML.

The select looks like:

SELECT 
   tblProducts.ProductID, 
   tblProducts.Description, 
   tblStock.Stock, 
   tblStock.Min, 
   tblStock.Max,
   StoreID
 INTO
   tblTempStockExport
FROM
   tblProducts 
INNER JOIN
   tblStock
ON
   tblProducts.STK = tblStock.ID
WHERE
   tblStock.Stock > 0
OR
   tblStock.Min > 0
OR
   tblStock.Max > 0;

The StoreID param is not in a table and will prompt the user to enter a value when the query runs, this part works ok and when I view my new table the data is all correct, however when I do the XML import the value that I typed in seems to be encoded incorrectly and displays as:

<StoreID>QQBsAGEAbgA=</StoreID> 

Is there anything I’m missing here?
Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T00:52:25+00:00Added an answer on May 24, 2026 at 12:52 am

    Seems like the data you got back is base64 encoded. Access does this for binary types, but I have no idea why it comes back like that.
    Have a look in the corresponding XSD file to see if it really is base64 encoded and what XML datatype Access thinks it should be.

    You can always try to decode the data using a base64 VBA routine (such as this VB6/VBA code – haven’t looked at it, though.

    What datatype is it? A long integer autonumber? Or something else?
    Decoding the sample using an online base64 decoder gives some 2 byte character set with what seems like Alan in it.

    Also, you’re not saying what version of Access you’re using and if you have applied the latest servicepack – that may help sometimes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a big problem with exporting my table to Excel file format. Firstly
I have problem creating new instance of excel 2007 using VBA (from Access 2002).
We have a very odd problem here with SVN. Let me first explain the
I have problem in some JavaScript that I am writing where the Switch statement
I have problem with return statment >.< I want to store all magazine names
I have problem with starting processes in impersonated context in ASP.NET 2.0. I am
I have problem compilin this code..can anyone tell whats wrong with the syntax CREATE
I have problem with ActionLink. I'd like to pass to my ActionLink parameter for
I have problem when I try insert some data to Informix TEXT column via
I have problem with fancybox. I want to write a function that will run

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.