Intelligent Automation & Macro Software  

Go Back   Automation Anywhere, Inc. Forums > Products Zone > Automation Anywhere
Register FAQ Search Today's Posts Mark Forums Read

Automation Anywhere Post messages and questions related to Automation Software here.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-10-2009, 05:55 PM
Christopher McGee Christopher McGee is offline
Junior Member
 
Join Date: Jan 2009
Posts: 6
Default MS Access Database Not Updating

Hello -
I created a Task to pull information from a Program and input it into aMS Access Database. The Task seems to Run fine, but the Information is not appearing in the MS Access Database. Not sure whats happening, below is the SQL Statment I'm Using. Any help would be appreciated.

SQL Statement Used:
INSERT INTO Store Cameras [(region[, district[, store_name[, camera_name])
VALUES [($StoreRegion$[, $StoreDistrict$[, $StoreName$[, $my-list-variable$)]

Thanks,
Reply With Quote
  #2 (permalink)  
Old 02-11-2009, 08:24 PM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 1,342
Default

Hello,

Your Insert query should be,

INSERT INTO Store Cameras (region, district, store_name, camera_name)
VALUES ($StoreRegion$, $StoreDistrict$, $StoreName$, $my-list-variable$)

You can also refer an online sample task for Migrating data from Excel to Database at,

Migrate Data from Excel to Database - Automation Anywhere. The Automation Software.

Note: Please ensure that you are using this Insert query with 'Insert/Update/Delete' option of Database command and not with the 'SQL Query' option.

Hope that helps.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -7. The time now is 10:21 AM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc.
Copyright © 2003-2011 Automation Anywhere, Inc. All rights reserved