473,396 Members | 1,792 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

ODBC Sage Line 100

I have created a ODBC link with SAGE Line100 and a standard Access 2002
dbase.
I have created a table (and then a query based directly on that table) using
fields from the external data.This data is continuously updated during the
day.
When I run the query, the records are obtained but are then non-updatable.
I want to add a single additional piece of information (from a lookup table
I have created in my database) to each record imported from the external
data by using a simple data entry form.
This data entry form will be used to update records on a daily basis.
I think the answer lies in action queries but I have no real working
knowledge of these and so need plenty of guidance.
Can anyone help me with a simple solution on this.
Thanks to any reply--
frank

--
Nov 12 '05 #1
1 5125
"Frank Murren" <fr***@cm-p.fsnet.co.uk> wrote in message news:<bn**********@news6.svr.pol.co.uk>...
I have created a ODBC link with SAGE Line100 and a standard Access 2002
dbase.
I have created a table (and then a query based directly on that table) using
fields from the external data.This data is continuously updated during the
day.
When I run the query, the records are obtained but are then non-updatable.
I want to add a single additional piece of information (from a lookup table
I have created in my database) to each record imported from the external
data by using a simple data entry form.
This data entry form will be used to update records on a daily basis.
I think the answer lies in action queries but I have no real working
knowledge of these and so need plenty of guidance.
Can anyone help me with a simple solution on this.
Thanks to any reply--
frank

--


So look up UPDATE QUERY or something like it in the help!

UPDATE MyTable
SET MyTable.Textfield = "Something",
MyTable.NumericField = 12,
MyTable.DateField = #5/1/2003#
WHERE MyTable.ID=12;
Nov 12 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: eSc | last post by:
I am trying to connect to Sage Line 50 data files through odbc driver (SageLine50v8) from php5 (running on windows xp pro) by odbc_connect(). Unfortunately I can not find right connection string...
0
by: Phil | last post by:
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...
2
by: Simon Bitchenor | last post by:
I am linking an Access 97 front-end database to an ODBC data source (Sage Line 50 Version 9). Running the link on a Windows 98 PC the performance of the linked table is instant. Running under...
1
by: FOTL | last post by:
Hi people! Quick question. I am connecting to a SAGE Line50 database via Sage SDO in ASP.net. I can connect to the database but have problems creating a particular workspace... This is the...
2
by: dimstthomas | last post by:
Hello I have posted to this group as it seems to be a lot busier than the odbc specific ones. If you can suggest a more appropriate group I will post it there. I am connecting to databases on...
7
by: Bob Stearns | last post by:
Several weeks ago I asked what comments I could pass to DB2 in a SELECT statement. I don't remember whether I said via PHP/ODBC. I was assured that both /* */ style comment blocks and -- comment...
1
by: Gurdeep Toor via AccessMonster.com | last post by:
Hi Folks, I am building an application in VB.NET... It connects to 2 databases MS SQL SERVER 2005 and MS ACCESS 2003 .. It works all fine with SQL but It only reads the record from the ACCESS...
0
by: marc.holt | last post by:
Please help! I am attempting to extract data from a Sage Line 50 database ( .dta extention) via an ODBC connection. Included in the application install of Sage Line 50, is an ODBC driver. I...
0
by: BodiceaOverall | last post by:
Hello I am trying to connect to a SAGE database from MS Access 2000 using SAGELINE 100 ODBC Driver. When I use one schema (not created by me) I get the full table names yet in another (not...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.