How to update a table in Sql server from Navision.

Naaz
Member Posts: 6
HI Experts,
I want to update a table in Sql server from Navision. When i use the method as
sqlstmt:= 'update tableA set name=''textname'' where no=''codeno''; where i get the textname & codeno from navision.
adoRS:=adoConnectionExecute(sqlstmt);
adoRS2.Update();
it gives me an error message that "the call to the memeber Update Failed".
But when i check the tableA the value is updated in Sql server using(Select * from TableA) but the result is shown as
codeno name
2000 textname
Plaese tell me where i m going wrong.
I want to update a table in Sql server from Navision. When i use the method as
sqlstmt:= 'update tableA set name=''textname'' where no=''codeno''; where i get the textname & codeno from navision.
adoRS:=adoConnectionExecute(sqlstmt);
adoRS2.Update();
it gives me an error message that "the call to the memeber Update Failed".
But when i check the tableA the value is updated in Sql server using(Select * from TableA) but the result is shown as
codeno name
2000 textname
Plaese tell me where i m going wrong.
0
Comments
-
What version of SQL are you using and why not just use the tools available to you in SQL?
t0 -
Hi,
Thanks for the reply...
I am using Sql 2005.& which tools you are talking about?Can you please elaborate.0 -
SSIS is the new DTS in SQL2005.
These tools will move data from one table to another, with the agent running you can set them up as jobs too.
t0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions